1. e002631 Fix file name in comment. by David Blaikie · 13 years ago
  2. a313b2f RecursiveASTVisitor: When in 'shouldVisitTemplateInstantiations' mode, visit by Richard Smith · 13 years ago
  3. 5482dc3 RecursiveASTVisitor: Visit instantiations of member templates of class by Richard Smith · 13 years ago
  4. 9f99d06 Fix PR12608. Patch contributed by Yang Chen. by Manuel Klimek · 13 years ago
  5. dab2894 No need to put the SourceManager in with the ASTContext, as the ASTContext by Manuel Klimek · 13 years ago
  6. fad7f85 Adds a unit test for the RecursiveASTVisitor. by Manuel Klimek · 13 years ago
  7. 30318e6 Adds a FixedCompilationDatabase to be able to specify tool parameters by Manuel Klimek · 13 years ago
  8. 29b815c clangFrontend depends on clangEdit. by Benjamin Kramer · 13 years ago
  9. cb971c6 Adds a tooling library. by Manuel Klimek · 13 years ago
  10. 16f2131 Reverts the Tooling changes as requested by Chris. by Manuel Klimek · 14 years ago
  11. 7264ab7 Fix broken test on windows. To get operator new working, we need size_t, for which we need to figure out a way to resolve standard include paths in the test. by Manuel Klimek · 14 years ago
  12. 64cbdf3 This patch implements an AST matching framework that allows to write by Manuel Klimek · 14 years ago
  13. 850dd80 Adds a test for the command line parser when a quoted string is not closed by a quote. by Manuel Klimek · 14 years ago
  14. 9a05fa9 This is the next step in building the standalone tools infrastructure: by Manuel Klimek · 14 years ago
  15. cf3ce5d Adds a function to run FrontendActions over in-memory code. This is by Manuel Klimek · 14 years ago