1. 3fdcc0b [analyzer] Rename callback EndPath -> EndFunction by Anna Zaks · 13 years ago
  2. 3a02247 Sort all of Clang's files under 'lib', and fix up the broken headers uncovered. by Chandler Carruth · 13 years ago
  3. 444a130 Include pruning and general cleanup. by Benjamin Kramer · 13 years ago
  4. d7d2b1f Don't include Type.h in DeclarationName.h. by Benjamin Kramer · 13 years ago
  5. e10d5a7 [analyzer] Rename 'EmitReport' to 'emitReport'. by Jordan Rose · 13 years ago
  6. 2c625dd [analyzer] C++ objects returned on the stack may be wrapped in ExprWithCleanups. by Jordan Rose · 13 years ago
  7. c931830 [analyzer] Inline constructors for any object with a trivial destructor. by Jordan Rose · 13 years ago
  8. bbafb8a Unify naming of LangOptions variable/get function across the Clang stack (Lex to AST). by David Blaikie · 14 years ago
  9. 868dbda [analyzer] do not warn about returning stack-allocated memory when it comes from an ancestor stack frame. by Ted Kremenek · 14 years ago
  10. 2c1dd27 Basic: import SmallString<> into clang namespace by Dylan Noblesmith · 14 years ago
  11. e277899 Basic: import OwningPtr<> into clang namespace by Dylan Noblesmith · 14 years ago
  12. 49b1e38 Change references to 'const ProgramState *' to typedef 'ProgramStateRef'. by Ted Kremenek · 14 years ago
  13. 632e3b7 [analyzer] Make the entries in 'Environment' context-sensitive by making entries map from by Ted Kremenek · 14 years ago
  14. c9abbe2 [analyzer] Add getLocationContext to CheckerContext by Anna Zaks · 14 years ago
  15. da4c8d6 [analyzer] Rename generateNode -> addTransition in CheckerContext by Anna Zaks · 14 years ago
  16. 3eae334 [analyze] Convert EndOfPath callback to use CheckerContext by Anna Zaks · 14 years ago
  17. b89514a Change operator<< for raw_ostream and NamedDecl to take a reference instead of a pointer. by Benjamin Kramer · 14 years ago
  18. 83d382b Switch assert(0/false) llvm_unreachable. by David Blaikie · 14 years ago
  19. 0e9cdbb Handle CXXTempObjectRegion in StackAddrEscapeChecker. by Jeffrey Yasskin · 14 years ago
  20. 82c673d [analyzer] Replace calls to getNameAsString() with StringRef equivalents. by Jordy Rose · 14 years ago
  21. 3a6bdf8 Remove EnhancedBugReport and RangedBugReport - pull all the extra functionality they provided into their parent BugReport. The only functional changes are: made getRanges() non const - it adds default range to Ranges if none are supplied, made getStmt() private, which was another FIXME. by Anna Zaks · 14 years ago
  22. 001fd5b Rename GRState to ProgramState, and cleanup some code formatting along the way. by Ted Kremenek · 14 years ago
  23. 5ef32db Cleanup various declarations of 'Stmt*' to be 'Stmt *', etc. in libAnalyzer and libStaticAnalyzer[*]. It was highly inconsistent, and very ugly to look at. by Ted Kremenek · 14 years ago
  24. d48db21 Rename getInstantiationLineNumber to getExpansionLineNumber in both by Chandler Carruth · 14 years ago
  25. 0e62c1c remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.h imports by Chris Lattner · 14 years ago
  26. 31168b0 Automatic Reference Counting. by John McCall · 14 years ago
  27. 6a5674f [analyzer] Rename CheckerV2 -> Checker. by Argyrios Kyrtzidis · 15 years ago
  28. 5eb4b60 Tidy up help text in Checkers.td, and rename StackAddrLeakChecker to StackAddrEscapeChecker. by Ted Kremenek · 15 years ago[Renamed (92%) from clang/lib/StaticAnalyzer/Checkers/StackAddrLeakChecker.cpp]
  29. 506220f [analyzer] Migrate StackAddrLeakChecker to CheckerV2. by Argyrios Kyrtzidis · 15 years ago
  30. f1b5d1f [analyzer] Refactor EndOfFunctionNodeBuilder. by Argyrios Kyrtzidis · 15 years ago
  31. 507ff53 [analyzer] Pass CheckerManager to the registration functions. by Argyrios Kyrtzidis · 15 years ago
  32. a6d04d5 [analyzer] Use the new registration mechanism on some of the internal checks. These are: by Argyrios Kyrtzidis · 15 years ago
  33. f8cbac4 Split 'include/clang/StaticAnalyzer' into 'include/clang/StaticAnalyzer/Core' and 'include/clang/StaticAnalyzer/Checkers'. by Ted Kremenek · 15 years ago
  34. f99d595 [analyzer] lib/StaticAnalyzer/Checkers/ExprEngineInternalChecks.h -> lib/StaticAnalyzer/Checkers/InternalChecks.h by Argyrios Kyrtzidis · 15 years ago
  35. b86ec25 Remove unnecessary save-and-restore of the by Ted Kremenek · 15 years ago
  36. 926c962 Rename misc. methods in GRSubEngine to start by Ted Kremenek · 15 years ago
  37. d99bd55 Chris Lattner has strong opinions about directory layout. :) by Ted Kremenek · 15 years ago[Renamed (97%) from clang/lib/EntoSA/Checkers/StackAddrLeakChecker.cpp]
  38. ef33f09 Rename headers: 'clang/GR' 'clang/EntoSA' and update Makefile. by Ted Kremenek · 15 years ago[Renamed (97%) from clang/lib/GR/Checkers/StackAddrLeakChecker.cpp]
  39. 98857c9 Rename static analyzer namespace 'GR' to 'ento'. by Ted Kremenek · 15 years ago
  40. 1696f50 [analyzer] Refactoring: Drop the 'GR' prefix. by Argyrios Kyrtzidis · 15 years ago
  41. ca08fba [analyzer] Refactoring: Move stuff into namespace 'GR'. by Argyrios Kyrtzidis · 15 years ago
  42. a700e97 [analyzer] Refactoring: Move checkers into lib/GR/Checkers and their own library, libclangGRCheckers by Argyrios Kyrtzidis · 15 years ago[Renamed from clang/lib/GR/StackAddrLeakChecker.cpp]
  43. 2ff5ab1 [analyzer] Refactoring: lib/Checker -> lib/GR and libclangChecker -> libclangGRCore by Argyrios Kyrtzidis · 15 years ago[Renamed from clang/lib/Checker/StackAddrLeakChecker.cpp]
  44. 8d602a8 [analyzer] Refactoring: include/clang/Checker -> include/clang/GR by Argyrios Kyrtzidis · 15 years ago
  45. 750b7ac Rename 'Generate[Node,Sink]' to 'generate[Node,Sink]'. by Ted Kremenek · 15 years ago
  46. dc89142 Rename all 'EvalXXX' methods in libChecker to 'evalXXX'. by Ted Kremenek · 15 years ago
  47. 0483192 Detabify. by Eli Friedman · 15 years ago
  48. 5df037e Tweak stack address checker to report multiple cases where globals may reference stack memory. by Ted Kremenek · 15 years ago
  49. 17504be Rework StackAddrLeakChecker to find stores of stack memory addresses to global variables by Ted Kremenek · 15 years ago
  50. abd60dd We return Loc where we know. by Zhongxing Xu · 15 years ago
  51. 1225aac Merge StackAddrLeakChecker and ReturnStackAddressChecker. by Zhongxing Xu · 15 years ago
  52. 4200be5 Directly compare the StackFrameContext. This greatly simplifies logic and by Zhongxing Xu · 15 years ago
  53. 87e7fc5 Add a checker check if a global variable holds a local variable's address after by Zhongxing Xu · 15 years ago