1. 3ea9e33 Update aosp/master clang for rebase to r233350 by Pirama Arumuga Nainar · 9 years ago
  2. 176edba Update aosp/master Clang for rebase to r222490. by Stephen Hines · 10 years ago
  3. c568f1e Update Clang for rebase to r212749. by Stephen Hines · 10 years ago
  4. 6bcf27b Update Clang for 3.5 rebase (r209713). by Stephen Hines · 10 years ago
  5. 651f13c Updated to Clang 3.5a. by Stephen Hines · 10 years ago
  6. 50fa64d [analyzer] Don't inline ~shared_ptr. by Jordan Rose · 11 years ago
  7. d95b701 [analyzer] Add an option to use the last location in the main source file as the report location. by Anna Zaks · 11 years ago
  8. b11a908 [analyzer] Enable destructor inlining by default (c++-inlining=destructors). by Jordan Rose · 11 years ago
  9. c63a460 [analyzer] For now, don't inline [cd]tors of C++ containers. by Jordan Rose · 11 years ago
  10. a126436 [analyzer] Allow suppressing diagnostics reported within the 'std' namespace by Jordan Rose · 11 years ago
  11. 0f5c5c6 Add static analyzer support for conditionally executing static initializers. by Ted Kremenek · 11 years ago
  12. 02a88c3 Add configuration plumbing to enable static initializer branching in the CFG for the analyzer. by Ted Kremenek · 11 years ago
  13. 713e075 [analyzer] IDC: Add config option; perform the idc check on first “null node” rather than last “non-null”. by Anna Zaks · 11 years ago
  14. a11f22f [analyzer] Turn on C++ constructor inlining by default. by Jordan Rose · 11 years ago
  15. dc84cd5 Include llvm::Optional in clang/Basic/LLVM.h by David Blaikie · 11 years ago
  16. ac3a3e7 [analyzer] Make shallow mode more shallow. by Anna Zaks · 11 years ago
  17. 6bbe144 [analyzer] Use analyzer config for max-inlinable-size option. by Anna Zaks · 11 years ago
  18. ce32890 [analyzer] Remove further references to analyzer-ipa. by Anna Zaks · 11 years ago
  19. aeca2cc [analyzer] Add 'prune-paths' config option to disable path pruning. by Jordan Rose · 11 years ago
  20. 7ee8906 [analyzer] Rename PruneNullReturnPaths to SuppressNullReturnPaths. by Jordan Rose · 11 years ago
  21. d130140 [analyzer] Add "-analyzer-config mode=[deep|shallow] ". by Anna Zaks · 11 years ago
  22. bfa9ab8 [analyzer] Replace "-analyzer-ipa" with "-analyzer-config ipa". by Anna Zaks · 11 years ago
  23. 73f0563 [analyzer] refactor: access IPAMode through the accessor. by Anna Zaks · 11 years ago
  24. cfa88f8 Remove useless 'llvm::' qualifier from names like StringRef and others that are by Dmitri Gribenko · 11 years ago
  25. 7959671 [analyzer] Implement "do not inline large functions many times" by Anna Zaks · 11 years ago
  26. 55fc873 Sort all of Clang's files under 'lib', and fix up the broken headers uncovered. by Chandler Carruth · 12 years ago
  27. 6a329ee [analyzer] New option to not suppress null return paths if an argument is null. by Jordan Rose · 12 years ago
  28. 4d9e497 [analyzer] Replace -analyzer-no-eagerly-trim-egraph with graph-trim-interval. by Jordan Rose · 12 years ago
  29. 86e7b7e Silence -Wunused-value warning. by Ted Kremenek · 12 years ago
  30. 48d05e6 Refactor clients of AnalyzerOptions::getBooleanOption() to have by Ted Kremenek · 12 years ago
  31. 94bb74c Tweak AnalyzerOptions::getOptionAsInteger() to populate the string by Ted Kremenek · 12 years ago
  32. 9e28fe6 Change AnalyzerOptions::mayInlineCXXMemberFunction to default populate by Ted Kremenek · 12 years ago
  33. 622b6fb Have AnalyzerOptions::getBooleanOption() stick the matching config by Ted Kremenek · 12 years ago
  34. b9d4e5e [analyzer] Suppress bugs whose paths go through the return of a null pointer. by Jordan Rose · 12 years ago
  35. 9388699 Re-enable faux-bodies by default. by Ted Kremenek · 12 years ago
  36. 1cc9a80 Revert r164364, "Flip "faux-bodies" in the analyzer on by default to flush out bugs." by NAKAMURA Takumi · 12 years ago
  37. 85cb7a5 Flip "faux-bodies" in the analyzer on by default to flush out bugs. by Ted Kremenek · 12 years ago
  38. a43df95 Implement faux-body-synthesis of well-known functions in the static analyzer when by Ted Kremenek · 12 years ago
  39. e9f1f23 Revert "[analyzer] Disable STL inlining. Blocked by PR13724." by Jordan Rose · 12 years ago
  40. c6baadc [analyzer] Disable STL inlining. Blocked by PR13724. by Anna Zaks · 12 years ago
  41. e08dcbe [analyzer] Turn stl inlining back on. by Anna Zaks · 12 years ago
  42. 57330ee [analyzer] Add an option to enable/disable objc inlining. by Anna Zaks · 12 years ago
  43. 7229d00 [analyzer] Add ipa-always-inline-size option (with 3 as the default). by Anna Zaks · 12 years ago
  44. 978869a [analyzer] Make the defaults explicit for each of the new config options. by Jordan Rose · 12 years ago
  45. 81fb50e [analyzer] For now, don't inline C++ standard library functions. by Jordan Rose · 12 years ago
  46. 5a1ffe9 [analyzer] Always include destructors in the analysis CFG. by Jordan Rose · 12 years ago
  47. de5277f [analyzer] Though C++ inlining is enabled, don't inline ctors and dtors. by Jordan Rose · 12 years ago