cppast/src/libclang
Jonathan Müller c3d1d97892 Add and parse cpp_friend
Only works in clang>=4.
2017-04-06 11:45:17 +02:00
..
class_parser.cpp Add and parse cpp_friend 2017-04-06 11:45:17 +02:00
debug_helper.cpp Fix parsing of default value 2017-03-30 13:11:21 +02:00
debug_helper.hpp Parse template parameters and part of alias template 2017-03-23 09:10:14 +01:00
enum_parser.cpp Parse cpp_alias_template 2017-03-24 16:49:31 +01:00
expression_parser.cpp Fix parsing of default value 2017-03-30 13:11:21 +02:00
friend_parser.cpp Add and parse cpp_friend 2017-04-06 11:45:17 +02:00
function_parser.cpp Add and parse cpp_friend 2017-04-06 11:45:17 +02:00
language_linkage_parser.cpp Parse documentation comments 2017-03-16 11:49:37 +01:00
libclang_parser.cpp Fix and test include directive parsing 2017-04-03 09:49:29 +02:00
libclang_visitor.hpp Parse cpp_namespace_alias 2017-02-22 11:04:34 +01:00
namespace_parser.cpp Ensure compatibility with clang 4.0.0 2017-04-02 19:23:49 +02:00
parse_error.hpp Properly handle libclang diagnostics 2017-03-16 12:15:46 +01:00
parse_functions.cpp Add and parse cpp_friend 2017-04-06 11:45:17 +02:00
parse_functions.hpp Add and parse cpp_friend 2017-04-06 11:45:17 +02:00
preprocessor.cpp Fix and test include directive parsing 2017-04-03 09:49:29 +02:00
preprocessor.hpp Parse documentation comments 2017-03-16 11:49:37 +01:00
raii_wrapper.hpp Parse free functions 2017-03-11 18:08:06 +01:00
template_parser.cpp Add and parse cpp_friend 2017-04-06 11:45:17 +02:00
tokenizer.cpp Ensure compatibility with clang 4.0.0 2017-04-02 19:23:49 +02:00
tokenizer.hpp Parse cpp_function_template_specialization 2017-03-27 10:07:13 +02:00
type_parser.cpp Add proper build system 2017-04-02 18:38:28 +02:00
variable_parser.cpp Fix parsing of default value 2017-03-30 13:11:21 +02:00