llvm-project/clang/lib/ASTMatchers/Dynamic
Aaron Ballman 41143bb573 Add an AST matcher, isFinal(), for testing whether a method or class declaration are marked final.
llvm-svn: 243107
2015-07-24 12:35:41 +00:00
..
CMakeLists.txt [CMake] Use LINK_LIBS instead of target_link_libraries(). 2014-02-26 06:41:29 +00:00
Diagnostics.cpp Replace push_back(Constructor(foo)) with emplace_back(foo) for non-trivial types 2015-05-29 19:42:19 +00:00
Makefile
Marshallers.h Use 'override/final' instead of 'virtual' for overridden methods 2015-04-11 02:00:23 +00:00
Parser.cpp Replace some const std::string & with llvm::StringRef or std::string 2015-07-06 08:47:15 +00:00
Registry.cpp Add an AST matcher, isFinal(), for testing whether a method or class declaration are marked final. 2015-07-24 12:35:41 +00:00
VariantValue.cpp [ASTMatchers] Use provided target NodeKind instead of inferring it from the matchers. 2015-07-17 16:05:27 +00:00