1. 33337ca Update aosp/master clang for rebase to r235153 by Pirama Arumuga Nainar · 9 years ago
  2. 3ea9e33 Update aosp/master clang for rebase to r233350 by Pirama Arumuga Nainar · 9 years ago
  3. 0e2c34f Update aosp/master clang for rebase to r230699. by Stephen Hines · 9 years ago
  4. 176edba Update aosp/master Clang for rebase to r222490. by Stephen Hines · 10 years ago
  5. c568f1e Update Clang for rebase to r212749. by Stephen Hines · 10 years ago
  6. 6bcf27b Update Clang for 3.5 rebase (r209713). by Stephen Hines · 10 years ago
  7. 651f13c Updated to Clang 3.5a. by Stephen Hines · 10 years ago
  8. 1fab7c3 Merge remote-tracking branch 'upstream/release_34' into merge-20140211 by Stephen Hines · 10 years ago
  9. 2414697 Split isFromMainFile into two functions. by Eli Friedman · 11 years ago
  10. 5fba5a7 [analyzer] Merge TextPathDiagnostics and ClangDiagPathDiagConsumer. by Jordan Rose · 11 years ago
  11. 4ac73c7 Merge commit '51e75aecf4fb303b91c9e54fd88e3509e5acc7a6' into merge-20130807 by Stephen Hines · 11 years ago
  12. 1ec4a86 Use llvm::sys::fs::createTemporaryFile. by Rafael Espindola · 11 years ago
  13. d2a5bee We only create one file, no need to delete a directory. by Rafael Espindola · 11 years ago
  14. de4c111 Remove unused include. by Rafael Espindola · 11 years ago
  15. b8e60d9 Remove more uses of llvm::sys::Path. by Rafael Espindola · 11 years ago
  16. 57a3bbf Use the sys::ExecuteAndWait that takes StringRefs. by Rafael Espindola · 11 years ago
  17. 2289933 Update for llvm change. by Rafael Espindola · 11 years ago
  18. a603569 Use the global functions instead of the Program methods. by Rafael Espindola · 11 years ago
  19. 83eba02c Merge remote-tracking branch 'upstream/master' into merge-20130502 by Stephen Hines · 11 years ago
  20. 8dae128 Factor CheckerManager to be able to pass AnalyzerOptions to checkers by Ted Kremenek · 11 years ago
  21. 8a660eb [analyzer] Change inlining policy to inline small functions when reanalyzing ObjC methods as top level. by Anna Zaks · 11 years ago
  22. bd3aca0 Update build rules for Clang merge to version 176138. by Stephen Hines · 11 years ago
  23. 450b86c Merge commit 'b58f810669d9c17bcc025b7560de01d162856f34' into merge_20130226 by Stephen Hines · 11 years ago
  24. 1c32b81 [analyzer] Fix typo. by Anna Zaks · 11 years ago
  25. a5245a5 [analyzer] Print Inline mode with -analyzer-display-progress. by Anna Zaks · 11 years ago
  26. ac3a3e7 [analyzer] Make shallow mode more shallow. by Anna Zaks · 11 years ago
  27. 15bb58e Merge commit 'd130fd2e141f1fef412c2d58e7385370801bd718' into merge-llvm by Stephen Hines · 11 years ago
  28. b99083e Re-sort #include lines using the llvm/utils/sort_includes.py script. by Chandler Carruth · 11 years ago
  29. bd80231 [analyzer] Re-apply r170826 and make the dumping of the GallGraph deterministic. by Anna Zaks · 12 years ago
  30. 6d42f4d Revert r170826. The output of by Rafael Espindola · 12 years ago
  31. e34e193 [analyzer] Traverse the Call Graph in topological order. by Anna Zaks · 12 years ago
  32. 4f858df [analyzer] Add blocks and ObjC messages to the call graph. by Anna Zaks · 12 years ago
  33. 9fcc2ab Pass AnalyzerOptions to PathDiagnosticConsumer to make analyzer options accessible there. by Ted Kremenek · 12 years ago
  34. 39cf781 [analyzer] Tweak the NumFunctionsAnalyzed stat so that it's more useful. by Anna Zaks · 12 years ago
  35. b467051 [analyzer] Refactor: Store visited Decls instead of CallGraphNodes. by Anna Zaks · 12 years ago
  36. 75f31c4 [analyzer] Optimization heuristic: do not reanalyze every ObjC method as by Anna Zaks · 12 years ago
  37. 55fc873 Sort all of Clang's files under 'lib', and fix up the broken headers uncovered. by Chandler Carruth · 12 years ago
  38. 4eff6b5 [analyzer] Don't run non-path-sensitive checks on system headers... by Jordan Rose · 12 years ago
  39. 469ba55 [analyzer] Fix typo: s/HandleDeclsGallGraph/HandleDeclsCallGraph/g by Jordan Rose · 12 years ago
  40. 0272622 [analyzer] Do not visit ObjCMethodDecl twice in the AST checkers. by Anna Zaks · 12 years ago
  41. 9f0b132 Merge branch 'upstream' into merge-2012_09_10 by Stephen Hines · 12 years ago
  42. 305c613 Split library clangRewrite into clangRewriteCore and clangRewriteFrontend. by Ted Kremenek · 12 years ago
  43. 45796b1 Make AnalyzerOptions a shared object between CompilerInvocation and by Ted Kremenek · 12 years ago
  44. 987695a Move AnalyzerOptions.h into 'Core' StaticAnalyzer sub-library. by Ted Kremenek · 12 years ago
  45. 3a46f5f [analyzer] Ensure that PathDiagnostics profile the same regardless of path. by Jordan Rose · 12 years ago
  46. fbcb3f1 [analyzer] Refactor the logic that determines if a functions should be by Anna Zaks · 12 years ago
  47. 3b8a040 Rename 'VisualizeEGUbi' and 'VisualizeEGDot' to 'visualizeExplodedGraphWithUbigGraph' by Ted Kremenek · 12 years ago
  48. 255d4d4 Store const& to AnalyzerOptions in AnalysisManager instead of copying by Ted Kremenek · 12 years ago
  49. 5705a40 Move AnalyzerOptions.h to include/clang/StaticAnalyzer. by Ted Kremenek · 12 years ago
  50. 82f5ace Move Analyses.def to include/clang/StaticAnalyzer. by Ted Kremenek · 12 years ago
  51. 7b73e08 Add new -cc1 driver option -analyzer-config, which allows one to specify by Ted Kremenek · 12 years ago
  52. 80ea4bc Merge branch 'upstream' into merge_2 by Stephen Hines · 12 years ago
  53. c4bac8e Allow multiple PathDiagnosticConsumers to be used with a BugReporter at the same time. by Ted Kremenek · 12 years ago
  54. ee95935 Apply changes to migrate to CLANG-160673-20120724. by Shih-wei Liao · 12 years ago
  55. 08fc8eb Merge with Clang upstream r160673 (Jul 24th 2012) by Shih-wei Liao · 12 years ago
  56. e1ce783 [analyzer] Turn -cfg-add-initializers on by default, and remove the flag. by Jordan Rose · 12 years ago
  57. 11abf2a clang/lib: [CMake] Update tblgen'd dependencies. by NAKAMURA Takumi · 12 years ago
  58. c0a4377 Promote warn_unknown_analyzer_checker to an error. Addresses <rdar://problem/10987863>. by Ted Kremenek · 12 years ago
  59. 8d3ba23 Implement AST classes for comments, a real parser for Doxygen comments and a by Dmitri Gribenko · 12 years ago
  60. 84c1f4b [analyzer] Add a statistic for maximum CFG size and a script to summarize analyzer stats from scan-build output. by Anna Zaks · 12 years ago
  61. d4aeb80 Bail out the LiveVariables analysis when the CFG is very large, as by Ted Kremenek · 12 years ago
  62. 371b477 Fix subtle bug in AnalysisConsumer where we would not analyze functions whose parent by Ted Kremenek · 12 years ago
  63. b0d8671 Remove a goofy CMake hack and use the standard CMake facilities to by Chandler Carruth · 12 years ago
  64. 694a942 [analyzer] Cleanup for r157721. by Anna Zaks · 12 years ago
  65. eaa0690 [analyzer]Fix another occurrence of iterator invalidation (LocalTUDecls) by Anna Zaks · 12 years ago
  66. c8848f3 [analyzer] Do not walk the types for call graph construction. by Anna Zaks · 12 years ago
  67. d200187 [analyzer] Remove references to idx::TranslationUnit. Index is dead, cross-TU inlining never panned out. by Jordy Rose · 12 years ago
  68. 577f14a Use a deque instead of an ImmutableList in AnalysisConsumer to preserve the file order that functions are visited. Should fix the buildbots. by Ted Kremenek · 12 years ago
  69. cb0a503 Change FunctionSummary.h's definition of SetOfDecls to be an ImmutableList instead by Ted Kremenek · 12 years ago
  70. fa784da Merge with CLANG upstream r155088. by Shih-wei Liao · 12 years ago
  71. 87e154c Remove the unused, unmaintained, incomplete 'Index' library. by Douglas Gregor · 12 years ago
  72. 6a86082 [analyzer] PCH deserialization optimization. by Anna Zaks · 12 years ago
  73. 6b77ce8 [analyzer] Move stats calculation out of AnalysisConsumer destructor. by Anna Zaks · 12 years ago
  74. e62f048 [analyzer] Record the basic blocks covered by the analyzes run. by Anna Zaks · 12 years ago
  75. 3bbd8cd [analyzer] Do not inline functions which previously reached max block count. by Anna Zaks · 12 years ago
  76. b47dbcb [analyzer] Enable retry exhausted without inlining by default. by Anna Zaks · 12 years ago
  77. 5903a37 [analyzer] Add an option to re-analyze a dead-end path without inlining. by Anna Zaks · 12 years ago
  78. 1f5171e [analyzer] Stats: Only count the number of times we run path sensitive analyzes. by Anna Zaks · 12 years ago
  79. d316862 Merge branch 'upstream' into sliao_d by Shih-wei Liao · 12 years ago
  80. b990d03 [analyzer] Change the order in which we analyze the functions under by Anna Zaks · 12 years ago
  81. 7fe8dce [analyzer] Use BFS over call graph when analysing functions. by Anna Zaks · 12 years ago
  82. a2e589e [analyzer] Refactor CallGraph to use Recursive AST visitor when by Anna Zaks · 12 years ago
  83. aa56098 [analyzer] Use recursive AST visitor to drive simple visitation order in by Anna Zaks · 12 years ago
  84. 9852083 [analyzer] Minor: factor out logic for determining if we should skip a function. by Anna Zaks · 12 years ago
  85. b6ee44d [analyzer] Move the check for parser errors out of the loop over Decls. by Anna Zaks · 12 years ago
  86. 4e4d084 Unify naming of LangOptions variable/get function across the Clang stack (Lex to AST). by David Blaikie · 12 years ago
  87. 3fd5f37 [analyzer] Add support for NoRedundancy inlining mode. by Anna Zaks · 12 years ago
  88. d95e0b8 [analyzer] Use call graph to determine order in which functions are analyzed. by Anna Zaks · 12 years ago
  89. 6625335 [analyzer] Rework inlining related command line options. by Anna Zaks · 12 years ago
  90. 9193208 Merge branch 'upstream' into merge-20120305 by Stephen Hines · 12 years ago
  91. d38f795 [analyzer] Time the execution (per each TU) with -analyzer-stats. by Anna Zaks · 12 years ago
  92. 8235f9c [analyzer] Bound the size of the functions being inlined + provide by Anna Zaks · 12 years ago
  93. 81fb169 [analyzer] Add -analyzer-stats, which hooks up LLVM stats tracking. by Anna Zaks · 12 years ago
  94. d7a3e2c Revert my patches which removed Diagnostic.h includes by moving some operator overloads out of line. by Benjamin Kramer · 12 years ago
  95. 6f42b62 Basic: import OwningPtr<> into clang namespace by Dylan Noblesmith · 12 years ago
  96. fdd1560 Remove Diagnostic.h include from Preprocessor.h. by Benjamin Kramer · 12 years ago
  97. 561d3ab Remove unnecessary default cases in switches over enums. by David Blaikie · 12 years ago
  98. c5bdc55 [analyzer] Fix use-after-free in HandleTranslationUnit. by Anna Zaks · 12 years ago
  99. 63d32bd Fix cmake build with -DBUILD_SHARED_LIBS=ON. by Rafael Espindola · 12 years ago
  100. 579ee4f Rename AnalysisContext to AnalysisDeclContext. Not only is this name more accurate, but it frees up the name AnalysisContext for other uses. by Ted Kremenek · 13 years ago