hanchenye-llvm-project/clang/examples
John Brawn 6c78974b29 Make it possible for AST plugins to enable themselves by default
Currently when an AST plugin is loaded it must then be enabled by passing
-plugin pluginname or -add-plugin pluginname to the -cc1 command line. This
patch adds a method to PluginASTAction which allows it to declare that the
action happens before, instead of, or after the main AST action, plus the
relevant changes to make the plugin action happen at that time automatically.

Differential Revision: http://reviews.llvm.org/D17959

llvm-svn: 263546
2016-03-15 12:51:40 +00:00
..
AnnotateFunctions Make it possible for AST plugins to enable themselves by default 2016-03-15 12:51:40 +00:00
PrintFunctionNames Revert r260265, "clang-cl: Support loading plugins on Windows" 2016-02-11 16:33:20 +00:00
analyzer-plugin Remove autoconf support 2016-01-26 21:30:40 +00:00
clang-interpreter Remove autoconf support 2016-01-26 21:30:40 +00:00
CMakeLists.txt Make it possible for AST plugins to enable themselves by default 2016-03-15 12:51:40 +00:00