commit | 8e62db324775d97614857d66530bd8a4581c1d3a | [log] [tgz] |
---|---|---|
author | John Brawn <[email protected]> | Mon Apr 04 14:22:58 2016 |
committer | John Brawn <[email protected]> | Mon Apr 04 14:22:58 2016 |
tree | 1c4aa64bd27f35a7ea8a448ee877c0ccb41aea3d | |
parent | 67f641dd33a711037a92286090960c8a8314cf98 [diff] |
Add a PragmaHandler Registry for plugins to add PragmaHandlers to This allows plugins which add AST passes to also define pragmas to do things like only enable certain behaviour of the AST pass in files where a certain pragma is used. Differential Revision: http://reviews.llvm.org/D18319 llvm-svn: 265295