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
..
2016-01-26 21:30:40 +00:00
2015-12-22 22:37:22 +00:00
2016-02-23 16:11:55 +00:00
2016-01-22 01:35:45 +00:00
2015-06-23 17:31:30 +00:00
2015-02-25 20:09:06 +00:00
2015-10-19 01:08:30 +00:00
2016-02-27 14:02:08 +00:00
2016-03-15 12:51:40 +00:00
2015-11-04 19:42:17 +00:00
2016-02-09 10:59:21 +00:00
2016-01-13 17:32:59 +00:00
2016-02-01 18:55:50 +00:00
2015-12-15 23:00:20 +00:00
2016-02-14 20:20:58 +00:00
2016-03-03 10:44:10 +00:00
2016-03-03 10:42:46 +00:00
2015-07-03 08:03:43 +00:00
2015-08-05 03:55:23 +00:00
2016-03-09 19:39:16 +00:00
2016-02-24 15:07:48 +00:00
2016-03-09 19:39:16 +00:00
2016-02-27 09:06:18 +00:00
2016-01-22 01:35:45 +00:00
Adding new AST matchers for: addrLabelExpr, atomicExpr, binaryConditionalOperator, designatedInitExpr, designatorCountIs, hasSyntacticForm, implicitValueInitExpr, labelDecl, opaqueValueExpr, parenListExpr, predefinedExpr, requiresZeroInitialization, and stmtExpr.
2016-03-09 17:11:51 +00:00
2015-11-26 19:52:24 +00:00
2016-02-01 18:55:50 +00:00
2015-12-04 22:50:44 +00:00
2015-09-17 15:58:54 +00:00
2016-02-18 08:15:05 +00:00
2015-06-27 19:04:55 +00:00
2015-07-08 16:52:51 +00:00
2015-11-26 19:52:24 +00:00
2016-03-09 17:26:46 +00:00
2015-06-25 21:02:17 +00:00
2016-02-22 13:09:36 +00:00
2016-01-16 00:31:22 +00:00
2015-05-22 13:36:48 +00:00
2015-12-04 00:38:13 +00:00
2016-01-29 23:07:14 +00:00
2016-02-24 20:46:36 +00:00