1. b89d85f [Examples] Fix use of sema.LateParsedTemplateMap in clang/examples. by Justin Lebar · 9 years ago
  2. d8cd060 Revert r260265, "clang-cl: Support loading plugins on Windows" by NAKAMURA Takumi · 10 years ago
  3. 75b3a4b clang-cl: Support loading plugins on Windows by Ehsan Akhgari · 10 years ago
  4. ab9db51 Revert r240270 ("Fixed/added namespace ending comments using clang-tidy"). by Alexander Kornienko · 10 years ago
  5. 3d9d929 Fixed/added namespace ending comments using clang-tidy. NFC by Alexander Kornienko · 10 years ago
  6. 28e0f24 Don't leak TemplateIds when a plugin parses late-parsed templates at TU end. by Nico Weber · 10 years ago
  7. 34eb207 Use 'override/final' instead of 'virtual' for overridden methods by Alexander Kornienko · 11 years ago
  8. 6ee521c Replace size() calls on containers with empty() calls where appropriate. NFC by Alexander Kornienko · 11 years ago
  9. 6beb6aa Recommit 213307: unique_ptr-ify ownership of ASTConsumers (reverted in r213325) by David Blaikie · 11 years ago
  10. 62a56f3 Revert "unique_ptr-ify ownership of ASTConsumers" by David Blaikie · 11 years ago
  11. a51666a unique_ptr-ify ownership of ASTConsumers by David Blaikie · 11 years ago
  12. 9477f9e5 Fix getCustomDiagID() usage in example code by Alp Toker · 12 years ago
  13. 8675b4a Sort the #include lines for examples/... by Chandler Carruth · 13 years ago
  14. 34e0f6c Reverted unintentional commit. by Manuel Klimek · 13 years ago
  15. c01d3fb Adds a small tutorial on how to write RAV based ASTFrontendActions. by Manuel Klimek · 13 years ago
  16. 9f39a76 Update signature of HandleTopLevelDecl. by Douglas Gregor · 14 years ago
  17. f42db7c Fix examples for r140478. PR11021. by Eli Friedman · 14 years ago
  18. 2be9674 Frontend: Change PluginASTAction::ParseArgs to take a CompilerInstance object by Daniel Dunbar · 15 years ago
  19. a8b9498 Make a variable static. by Dan Gohman · 15 years ago
  20. 7c995e8 Frontend: Allow passing -cc1 level arguments to plugins. Patch by Troy Straszheim! by Daniel Dunbar · 15 years ago
  21. 520d1e6 Update docs/comments/utils/examples to refer to clang -cc1 instead of clang-cc. by Daniel Dunbar · 16 years ago
  22. 6499e9c Add a trivial example plugin, which prints the names of the top-level decls. by Daniel Dunbar · 16 years ago