1. 8fe83e1 Move a method from IdentifierTable.h out of line and remove the SmallString include. by Benjamin Kramer · 14 years ago
  2. 5e1cdac Rename TagDecl::isDefinition -> isCompleteDefinition by John McCall · 14 years ago
  3. 590dd8e [analyzer] Refactor PathDiagnosticLocation: Make PathDiagnosticLocation(SourceLocation...) private. Most of the effort here goes to making BugReport refer to a PathDiagnosticLocation instead of FullSourceLocation. by Anna Zaks · 14 years ago
  4. 5f9e272 remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.h imports by Chris Lattner · 14 years ago
  5. 162e1c1 Support for C++11 (non-template) alias declarations. by Richard Smith · 14 years ago
  6. ec8605f [analyzer] Rename CheckerV2 -> Checker. by Argyrios Kyrtzidis · 14 years ago
  7. c367a87 [analyzer] Remove unused checker stuff from AnalysisConsumer and some unused headers. by Argyrios Kyrtzidis · 14 years ago
  8. 9fb9474 [analyzer] by Argyrios Kyrtzidis · 14 years ago
  9. 9b66371 Split 'include/clang/StaticAnalyzer' into 'include/clang/StaticAnalyzer/Core' and 'include/clang/StaticAnalyzer/Checkers'. by Ted Kremenek · 14 years ago
  10. c39b5e8 Cleanup confused code that redundantly called "getDeclContext()" twice. by Ted Kremenek · 15 years ago
  11. 2114258 Chris Lattner has strong opinions about directory layout. :) by Ted Kremenek · 15 years ago[Renamed (98%) from lib/EntoSA/Checkers/LLVMConventionsChecker.cpp]
  12. 3a8f40e Rename headers: 'clang/GR' 'clang/EntoSA' and update Makefile. by Ted Kremenek · 15 years ago[Renamed (98%) from lib/GR/Checkers/LLVMConventionsChecker.cpp]
  13. 9ef6537 Rename static analyzer namespace 'GR' to 'ento'. by Ted Kremenek · 15 years ago
  14. 5a4f98f [analyzer] Refactoring: Move stuff into namespace 'GR'. by Argyrios Kyrtzidis · 15 years ago
  15. a7af5ea [analyzer] Refactoring: Move checkers into lib/GR/Checkers and their own library, libclangGRCheckers by Argyrios Kyrtzidis · 15 years ago[Renamed from lib/GR/LLVMConventionsChecker.cpp]
  16. bce30c5 [analyzer] Refactoring: lib/Checker -> lib/GR and libclangChecker -> libclangGRCore by Argyrios Kyrtzidis · 15 years ago[Renamed from lib/Checker/LLVMConventionsChecker.cpp]
  17. 98cabba [analyzer] Refactoring: include/clang/Checker -> include/clang/GR by Argyrios Kyrtzidis · 15 years ago
  18. 4765fa0 Rename CXXExprWithTemporaries -> ExprWithCleanups; there's no theoretical by John McCall · 15 years ago
  19. ba6f816 Remove dead code, caught by unused function warnings. by Argyrios Kyrtzidis · 15 years ago
  20. ec1b1cc Pass StringRefs by value. by Benjamin Kramer · 15 years ago
  21. 06a54a3 Introduce Decl::hasBody() and FunctionDecl::hasBody() and use them instead of getBody() when we are just checking the existence of a body, to avoid de-serialization of the body from PCH. by Argyrios Kyrtzidis · 15 years ago
  22. 31b5c4b Refactor the Is{Std,Clang,LLVM}Namespace methods and rename 'isClangAttr' to by Nick Lewycky · 15 years ago
  23. 465d41b Merged Elaborated and QualifiedName types. by Abramo Bagnara · 15 years ago
  24. 1ed482b clang::Attr objects should be treated as AST nodes as well by by Ted Kremenek · 15 years ago
  25. a6b8793 Add LLVM conventions check that scans for AST elements (types, stmts, decls) by Ted Kremenek · 15 years ago
  26. 676ca15 Change LLVMConventionsChecker to accept an entire translation unit instead by Ted Kremenek · 15 years ago
  27. 005f09b For the StringRef check, also visit the children of DeclStmts. by Ted Kremenek · 15 years ago
  28. 55abf16 Place type-checking static methods at type of file (where they will congregate). by Ted Kremenek · 15 years ago
  29. 6dd66ed Add new static analyzer for checking LLVM coding conventions: -analyzer-check-llvm-conventions by Ted Kremenek · 15 years ago