1. f8ba81e [analyzer] Address Jordan’s review of r177138 (a micro optimization) by Anna Zaks · 11 years ago
  2. 316dd54 Fix buffer underrun (invalid read) triggered during diagnostic rendering. The test would overflow when computing '0 - 1'. by Ted Kremenek · 11 years ago
  3. 9cc3ed4 [modules] Don't record the macros from the predefines buffer. by Argyrios Kyrtzidis · 11 years ago
  4. 4a18c3b <rdar://problem/13426257> Introduce SDKSettings.plist as an input file dependency for PCH/modules. by Douglas Gregor · 11 years ago
  5. 9de5094 Simplify print logic, per feedback from Jordan Rose. by Ted Kremenek · 11 years ago
  6. 7adf3a9 Enhance -Wtautological-constant-out-of-range-compare to include the name of the enum constant. by Ted Kremenek · 11 years ago
  7. 2f13eb1 [analyzer] Make GRBugReporter::generatePathDiagnostic iterative, not recursive. by Jordan Rose · 11 years ago
  8. cc08ca9 [analyzer] Collect stats on the max # of bug reports in an equivalence class. by Jordan Rose · 11 years ago
  9. 05cb2eb [analyzer] Include opcode in dumping a SymSymExpr. by Jordan Rose · 11 years ago
  10. 6a15f39 [analyzer] Look through ExprWhenCleanups when trying to track a NULL. by Jordan Rose · 11 years ago
  11. 62bbe07 Add some assertions to appease the static analyzer. by Jordan Rose · 11 years ago
  12. 454d5b3 Remove unnecessary default in covered switch over enum by David Blaikie · 11 years ago
  13. e738fc5 [AST] Add a fast path to ConstantArrayType::getNumAddressingBits(). by Daniel Dunbar · 11 years ago
  14. 1fd8d46 c: perform integer overflow check on all binary operations. // rdar://13423975 by Fariborz Jahanian · 11 years ago
  15. 8e694d2 Refactor template diffing to store an enum that records which type of by Richard Trieu · 11 years ago
  16. ad7e160 ClangTool output cleanup by Edwin Vane · 11 years ago
  17. c90cc93 Revert "Remove a pointless assertion." by Bob Wilson · 11 years ago
  18. 6b6a9b3 Force column info only for direct inlined functions. This should strike by Adrian Prantl · 11 years ago
  19. a30bab4 c: Also chek for integer overflow for '%' operator. by Fariborz Jahanian · 11 years ago
  20. 2cd889d c: add the missing binary operatory when checking by Fariborz Jahanian · 11 years ago
  21. b7e86be Take in account the triplet 'powerpc-linux-gnuspe' for PowerPC SPE. Done for the port of Debian on this arch. More information on: http://wiki.debian.org/PowerPCSPEPort Patch by Roland Stigge by Sylvestre Ledru · 11 years ago
  22. 7e0786f Remove a pointless assertion. by Nico Weber · 11 years ago
  23. 3af59ce Improve formatting of chained calls. by Daniel Jasper · 11 years ago
  24. 1fdd8b3 Indent all lines in a multi-line comment by the same amount. by Alexander Kornienko · 11 years ago
  25. e310b1a Fixup for r176934. More careful setup of path to llvm-symbolizer by Alexey Samsonov · 11 years ago
  26. 810169e [analyzer] Refactor checks in IDC visitor for consistency and speed by Anna Zaks · 11 years ago
  27. dc9c160 [analyzer] Teach trackNullOrUndef to look through ternary operators by Anna Zaks · 11 years ago
  28. d922779 PR15290: 'this' is not permitted in the declaration of a friend function, by Richard Smith · 11 years ago
  29. e462c60 Silence anonymous type in anonymous union warnings. by Eric Christopher · 11 years ago
  30. 96db329 Diagnose about extern "C" functions returning c++ objects by Fariborz Jahanian · 11 years ago
  31. 57f8da5 Don't try to typo-correct 'super' in an objc method. by Argyrios Kyrtzidis · 11 years ago
  32. 503836a Add a testcase for r177118. by Adrian Prantl · 11 years ago
  33. a4bb4f6 [analyzer] Change the way in which IDC Visitor decides to kick in and make sure it attaches in the given edge case by Anna Zaks · 11 years ago
  34. bea407c Always declare the .block_descriptor parameter, not just the local copy. by Adrian Prantl · 11 years ago
  35. 7f99d5c [PR15513/<rdar://problem/13409707>] Template arguments in diagnostics aren't always known at compile time. by Douglas Gregor · 11 years ago
  36. 836e7c9 Allocate stack storage for .block_descriptor and captured self at -O0. by Adrian Prantl · 11 years ago
  37. 4a374f9 [analyzer] Fix scan-build's -stats mode. by Jordan Rose · 11 years ago
  38. 374516c Implements memoization for ancestor matching. by Manuel Klimek · 11 years ago
  39. f753615 Multi-line comment alignment by Alexander Kornienko · 11 years ago
  40. bfa1edd Slightly improve formatting of longer pipe statements. by Daniel Jasper · 11 years ago
  41. 923ebef Basic support for formatting asm() statments. by Daniel Jasper · 11 years ago
  42. 23219da Documentation: improve formatting by Dmitri Gribenko · 11 years ago
  43. f37b1e2 [ASan] Update docs for -fsanitize=init-order option by Alexey Samsonov · 11 years ago
  44. 7ac415b [ASan] Make -fsanitize=address imply -fsanitize=init-order (if the latter is not explicitly disabled). by Alexey Samsonov · 11 years ago
  45. 8f0d1f0 Fix an unused variable warning from Clang by sinking a dyn_cast into an by Chandler Carruth · 11 years ago
  46. d3cf17b Fix dereference formatting in for-loops. by Daniel Jasper · 11 years ago
  47. 96cead5 Add support for the 'endian' attribute for OpenCL. by Joey Gouly · 11 years ago
  48. 8ef19a2 Improve formatting of trailing annotations. by Daniel Jasper · 11 years ago
  49. c3ae583 Update GCOVProfiling pass creation for API change in r177002. No functionality change. by Nick Lewycky · 11 years ago
  50. e34db6b Flag that friend function definitions are "late parsed" so that by John McCall · 11 years ago
  51. faf01f0 [modules] Don't write the UnusedFileScopedDecls vector to the module file. by Argyrios Kyrtzidis · 11 years ago
  52. 975d353 [modules] Check for delegating constructor cycles when building a module and don't write them out to the module file. by Argyrios Kyrtzidis · 11 years ago
  53. 2d1b096 Avoid computing the linkage too early. Don't invalidate it. by Rafael Espindola · 11 years ago
  54. aa778f1 Really fix the MIPS test. by Bill Wendling · 11 years ago
  55. 7c527e4 Attempt to fix test. by Bill Wendling · 11 years ago
  56. 4159f05 Have these attriubtes set to 'true' or 'false'. by Bill Wendling · 11 years ago
  57. 55ea75b [Modules] Don't eagerly load and associate all the module header files. by Argyrios Kyrtzidis · 11 years ago
  58. c1d2239 [Modules] Resolve top-headers of modules lazily. by Argyrios Kyrtzidis · 11 years ago
  59. ad4b8b4 Cause the mips16/nomips16 attribute to be passed to LLVM from Clang by Reed Kotler · 11 years ago
  60. 6022c4e [analyzer] BugReporter - more precise tracking of C++ references by Anna Zaks · 11 years ago
  61. 1b12566 Remove stray space. by Ted Kremenek · 11 years ago
  62. c5b9c8b [analyzer] Handle Objc Fast enumeration for "loop is executed 0 times". by Ted Kremenek · 11 years ago
  63. 6a365aa Fix incorrect cast identification. by Daniel Jasper · 11 years ago
  64. 3258d4b [analyzer] fixed the logic changed by r176949 by Anton Yartsev · 11 years ago
  65. b38b3cd relax check to allow for attributes (fix buildbot for elf-ppc64) by Adrian Prantl · 11 years ago
  66. 6050a1e Fix comment indentation before labels. by Daniel Jasper · 11 years ago
  67. 8d0d19a Fix formatting issue with builder-type calls. by Daniel Jasper · 11 years ago
  68. e74de28 Added AnnotatedToken::isOneOf + a few other refactorings by Alexander Kornienko · 11 years ago
  69. bb36995 Refactoring: by Anton Yartsev · 11 years ago
  70. 8eb3022 Documentation: formatting fixes by Dmitri Gribenko · 11 years ago
  71. c45df06 Reverting r176944 until Author fixes test failure. by Edwin Vane · 11 years ago
  72. eea6a13 ClangTool output cleanup by Edwin Vane · 11 years ago
  73. 1d5b1b3 Add llvm-symbolizer as test dependency. by Evgeniy Stepanov · 11 years ago
  74. 6f21a98 Fix formatting of new arrays of pointers. by Daniel Jasper · 11 years ago
  75. e0d5c86 Set symbolizer path in the test environment. by Evgeniy Stepanov · 11 years ago
  76. 99c6418 Remove trailing comma in enum list. by John McCall · 11 years ago
  77. 5b07e80 Tighten up the rules for precise lifetime and document by John McCall · 11 years ago
  78. 365bc03 Test for LLVM r176911 by Matt Beaumont-Gay · 11 years ago
  79. 1d0d2fe Objective-C: In my last path, also check by Fariborz Jahanian · 11 years ago
  80. 054d047 Make modules.m test portable, now that autolinking is dependent on whether or not the target uses the integrated assembler. by Ted Kremenek · 11 years ago
  81. 5ca58a0 Eliminate backend dependency in CFE testcase. by Adrian Prantl · 11 years ago
  82. 4c1adcc [driver] Only enable -fmodules-autolink if we are using the integrated assembler. by Ted Kremenek · 11 years ago
  83. 2d9e883 Whitespace cleanup. by Rafael Espindola · 11 years ago
  84. 00df5ea Force column info to be generated for call expressions so we can by Adrian Prantl · 11 years ago
  85. 61d16c1 Driver: -ccc-install-dir should affect cc1 -resource-dir by Jim Grosbach · 11 years ago
  86. 327a6d9 Revert "Revert r166370 and r166540 now that Xcode 4.6 has been available for a while." by Bob Wilson · 11 years ago
  87. 896e42d Make C++11 status page more consistent: we mark entries as "done" if we by Richard Smith · 11 years ago
  88. 82aaebe Add an interesting testcase we already handle correctly. by Rafael Espindola · 11 years ago
  89. 6114a3c Objective-C: Issue warning in couple of obscure cases by Fariborz Jahanian · 11 years ago
  90. c812c3a Move the extern "C" sema tests to a new file. by Rafael Espindola · 11 years ago
  91. a29e0fa Revert r166370 and r166540 now that Xcode 4.6 has been available for a while. by Bob Wilson · 11 years ago
  92. 6d1cb5c Objective-C: Fixes a comment. by Fariborz Jahanian · 11 years ago
  93. c06fcdf Revert "Disallow using -fmodules with -no-integrated-as." by Ted Kremenek · 11 years ago
  94. 024c119 We already reported an error for by Rafael Espindola · 11 years ago
  95. 3fd9ccd Implemented formatting of rvalue references by Alexander Kornienko · 11 years ago
  96. 4ad07bd [docs] Add rtags to the external examples. by Sean Silva · 11 years ago
  97. e96bc52 Modify comment in user test. by Fariborz Jahanian · 11 years ago
  98. 77e430d Correctly compute linkage of decls forward declared extern C. by Rafael Espindola · 11 years ago
  99. 10b1d1c Error if an extern C declaration matches a previous hidden extern C declaration. by Rafael Espindola · 11 years ago
  100. 6c18af2 Remove a bogus assert so we don't crash in by Rafael Espindola · 11 years ago