Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix getCustomDiagID() usage in example code | Alp Toker | 2013-12-21 | 1 | -3/+3 |
| | | | | | | | This was setting a bad example. DiagIDs are a limited resource and the message argument is evaluated as a format string. llvm-svn: 197855 | ||||
* | Sort the #include lines for examples/... | Chandler Carruth | 2012-12-04 | 1 | -1/+1 |
| | | | | llvm-svn: 169241 | ||||
* | Reverted unintentional commit. | Manuel Klimek | 2012-04-26 | 1 | -2/+1 |
| | | | | llvm-svn: 155629 | ||||
* | Adds a small tutorial on how to write RAV based ASTFrontendActions. | Manuel Klimek | 2012-04-26 | 1 | -1/+2 |
| | | | | llvm-svn: 155627 | ||||
* | Update signature of HandleTopLevelDecl. | Douglas Gregor | 2011-11-19 | 1 | -1/+3 |
| | | | | llvm-svn: 145001 | ||||
* | Fix examples for r140478. PR11021. | Eli Friedman | 2011-09-27 | 1 | -2/+2 |
| | | | | llvm-svn: 140618 | ||||
* | Frontend: Change PluginASTAction::ParseArgs to take a CompilerInstance object | Daniel Dunbar | 2010-08-02 | 1 | -4/+16 |
| | | | | | | | | | | | | for use in reporting diagnostics. - We don't want to use the Action's own CompilerInstance, because that is only initialized during file processing and I like that invariant. Also, if ParseArgs returns false then abandon execution. Also, remove unused PluginASTAction::PrintHelp virtual method. llvm-svn: 110039 | ||||
* | Make a variable static. | Dan Gohman | 2010-07-26 | 1 | -1/+1 |
| | | | | llvm-svn: 109438 | ||||
* | Frontend: Allow passing -cc1 level arguments to plugins. Patch by Troy ↵ | Daniel Dunbar | 2010-06-16 | 1 | -1/+14 |
| | | | | | | Straszheim! llvm-svn: 106113 | ||||
* | Update docs/comments/utils/examples to refer to clang -cc1 instead of clang-cc. | Daniel Dunbar | 2009-12-11 | 1 | -2/+2 |
| | | | | llvm-svn: 91176 | ||||
* | Add a trivial example plugin, which prints the names of the top-level decls. | Daniel Dunbar | 2009-11-15 | 1 | -0/+44 |
- The build scriptage is about twice as long as the code, which is nice. :) llvm-svn: 88826 |