1. d2231c9 Fix a crash for nested initializer list initialization. Still does the wrong thing in CodeGen, in that it never destructs anything. by Sebastian Redl · 13 years ago
  2. e8e92b9 Remove dead code. by Ahmed Charles · 13 years ago
  3. 49c6039 Don't check for /lib and /usr/lib. by Rafael Espindola · 13 years ago
  4. ab1cc02 Our handling of variables in FileCheck looks really broken on windws. Just by Rafael Espindola · 13 years ago
  5. 5bbc966 Add an extra CHECK line to make sure TOOLCHAIN2 matches just the path prefix. by Rafael Espindola · 13 years ago
  6. 8c28fc0 Looks like we use forward slashes for header search but back slashes for by Rafael Espindola · 13 years ago
  7. fb50ebf Try to match the linker being named ld.exe. Second try at fixing the windows bots. by Rafael Espindola · 13 years ago
  8. 358030c Don't assume a path starts with a /. Should fix the windows bot. by Rafael Espindola · 13 years ago
  9. 0e65959 Implement a -gcc-toolchain command line option that does the same as by Rafael Espindola · 13 years ago
  10. 99c06be Teach analyzer that blocks with no captures are globals. Fixes <rdar://problem/10348049>. by Ted Kremenek · 13 years ago
  11. 8602401 Implement constant expression support for __real__ and __imag__ on lvalue by Richard Smith · 13 years ago
  12. e215ba1 Fix crash in analyzer diagnostic generation involving subexpressions of OpaqueValueExpr not appearing in the ParentMap. Fixes <rdar://problem/10797980>. by Ted Kremenek · 13 years ago
  13. a979712 Teach analyzer about NSAutoreleasePool -allocWithZone:. Fixes <rdar://problem/10640253>. by Ted Kremenek · 13 years ago
  14. 5550a2f Add analyzer test for using of C++ references with ObjC object pointers, reported in <rdar://problem/10569024>. by Ted Kremenek · 13 years ago
  15. dfb80de Fix wrong-code bug: __imag on a scalar lvalue should produce a zero rvalue, by Richard Smith · 13 years ago
  16. b673a41 Adopt ExprEngine and checkers to ObjC property refactoring. Everything was working, but now diagnostics are aware of message expressions implied by uses of properties. Fixes <rdar://problem/9241180>. by Ted Kremenek · 13 years ago
  17. b8197bc Default to not using __cxa_atexit on Solaris. by David Chisnall · 13 years ago
  18. d41854a Remove a debugging line accidentally left in the last commit. by David Chisnall · 13 years ago
  19. 5f3c163 Implement #pragma redefine_extname. by David Chisnall · 13 years ago
  20. 65005eb Add -Wstrncat-size and -Wempty-body to release notes. by Dmitri Gribenko · 13 years ago
  21. 8b1d32bf Remove unused but set variable. by Benjamin Kramer · 13 years ago
  22. 999713e Rewrite variable capture within lambda expressions and blocks, by Douglas Gregor · 13 years ago
  23. 6893284 Unify our computation of the type of a captured reference to a by Douglas Gregor · 13 years ago
  24. b78ae97 Fix a problem in the GCC testsuite, exposed by r150557. Compound literals by Richard Smith · 13 years ago
  25. e61eb04 Add a bunch of missing calls to DiagnoseSentinelCalls. <rdar://problem/10885993>. by Eli Friedman · 13 years ago
  26. e698a5c Change wording of warning about using __bridge casts in non-ARC. by Ted Kremenek · 13 years ago
  27. 213d70b Diagnose uses of deleted destructors and inaccessible defaulted destructors. by Richard Smith · 13 years ago
  28. 7d5088a Initial refactoring of 'ShouldDeleteSpecialMember', in preparation for providing by Richard Smith · 13 years ago
  29. 7acebfb Fix comment. by Chad Rosier · 13 years ago
  30. 7ff0c5d Add in a caching mechanism so that forward declarations are replaced by Eric Christopher · 13 years ago
  31. 1486d2c Formatting. by Eric Christopher · 13 years ago
  32. 51b2f6b Remove UpdateCompletedType from the debug info emission. We now by Eric Christopher · 13 years ago
  33. 6e94f6c Remove redundant check. by Chad Rosier · 13 years ago
  34. 3133f79 Have conjured symbols depend on LocationContext, to add context sensitivity for functions called more than once. by Ted Kremenek · 13 years ago
  35. d8a8a3b [analyzer] Malloc Checker more tests. by Anna Zaks · 13 years ago
  36. f0dfc9c [analyzer] Fix another false positive in the Malloc Checker, by making by Anna Zaks · 13 years ago
  37. 998e275 [analyzer] Generalize function name checking in CString checker. by Anna Zaks · 13 years ago
  38. cf4c60f modern objc translator: postpone writing of class definitions by Fariborz Jahanian · 13 years ago
  39. 8c00a1b modern objc writer: more work for category metadata rewrite and some cleanup. by Fariborz Jahanian · 13 years ago
  40. 00a8c3f Don't emit optimization-specific intrinsic at -O0. by Richard Smith · 13 years ago
  41. 6118612 modern objc translator: category metadata related patch. by Fariborz Jahanian · 13 years ago
  42. 48fad49 On Solaris, define some standard macros that the Solaris headers require in by David Chisnall · 13 years ago
  43. d267b3f De-nest tentative parsing to disambiguate lambdas from designators; no by Douglas Gregor · 13 years ago
  44. 1f27805 Don't allow non-empty ParenListExprs as array-new initializers. by Sebastian Redl · 13 years ago
  45. 32cf1f2 Basic code generation support for std::initializer_list. by Sebastian Redl · 13 years ago
  46. bf8ca00 [clang.py] Implement Type.element_count by Gregory Szorc · 13 years ago
  47. 8605760 [clang.py] Implement Type.element_type by Gregory Szorc · 13 years ago
  48. abb9432 The clang half of r150794: after the construction of a global or static const by Richard Smith · 13 years ago
  49. 1e009d5 Index "12" holds the vtable, not "9". by Eric Christopher · 13 years ago
  50. a9b21d2 Bug fix: do not emit static const local variables with mutable members by Richard Smith · 13 years ago
  51. e15c712 When performing IRGen on a global, emit it as a constant if: by Richard Smith · 13 years ago
  52. bd64520 Only add 'const' to the type of variables captured in a lambda when by Douglas Gregor · 13 years ago
  53. b3f323d Disambiguate between C++11 lambda expressions and C99 array by Douglas Gregor · 13 years ago
  54. f3908f2 Make sure all remaining parts of the constant evaluator are aware that an array by Richard Smith · 13 years ago
  55. de5d3c7 Whether an argument is required (in contrast with being an by John McCall · 13 years ago
  56. a345edb Block expressions always have a prototyped function type; expose this by John McCall · 13 years ago
  57. 84fa9cd Add a castAs<U> accessor to CanQual<T>. by John McCall · 13 years ago
  58. 27dd7d9 Rework the Sema/AST/IRgen dance for the lambda closure type's by Douglas Gregor · 13 years ago
  59. 92dc035 Tests for the fixits which Doug added in r150727. by Richard Smith · 13 years ago
  60. 85b29a4 Reject continue/break statements within members of local functions nested within by Richard Smith · 13 years ago
  61. ce582fe PR12012: Fix a regression in r150419 where we would try (and fail) to by Richard Smith · 13 years ago
  62. df79567 objective-c translator. More stuff for modern meta-data. by Fariborz Jahanian · 13 years ago
  63. 9965dea Reapply r150631: by Eric Christopher · 13 years ago
  64. 22cfaf5 Elide copy construction in new expressions. PR11757. by Eli Friedman · 13 years ago
  65. 3336353 Avoid infinite mutual recursion in DiagnoseInvalidRedeclaration. by Kaelyn Uhrain · 13 years ago
  66. ad901a6 [analyzer] MallocChecker: more tests. by Anna Zaks · 13 years ago
  67. febdc32 [analyzer] Malloc Checker: Clean up bug naming: by Anna Zaks · 13 years ago
  68. fe57160 [analyzer] Malloc Checker: Make the diagnostic visitor handle the case by Anna Zaks · 13 years ago
  69. ebc6af1 Pacify gcc's -Wreturn-type by Matt Beaumont-Gay · 13 years ago
  70. eeabf38 fix the property list metadata name. by Fariborz Jahanian · 13 years ago
  71. c9ecec4 Improve recovery for lambda expressions that have 'mutable' or a by Douglas Gregor · 13 years ago
  72. 3f77c7b modern objective-c translator: write the root class meta-data. by Fariborz Jahanian · 13 years ago
  73. 7bdc152 Lambda closure types are always considered to be like "local" classes, by Douglas Gregor · 13 years ago
  74. 449d4f0 Make sure we still reject static data members in anonymous unions in C++11. by Richard Smith · 13 years ago
  75. bdd4c84 Add checker visitation hooks in ExprEngine::Visit() for common no-op expressions. To be used later. by Ted Kremenek · 13 years ago
  76. 2ac58b7 Revert "Move ExplodedNode reclaimation out of ExprEngine and into CoreEngine. Also have it based on adding predecessors/successors, not node allocation. No measurable performance change." by Ted Kremenek · 13 years ago
  77. b9c64d8 C++11 allows unions to have static data members. Remove the corresponding by Richard Smith · 13 years ago
  78. 437ee81 Move ExplodedNode reclaimation out of ExprEngine and into CoreEngine. Also have it based on adding predecessors/successors, not node allocation. No measurable performance change. by Ted Kremenek · 13 years ago
  79. 626719b Minor cleanup to node data structures in ExplodedGraph. No functionality change. by Ted Kremenek · 13 years ago
  80. a76879e Tweak the comment on the 'q' length modifier again. by Hans Wennborg · 13 years ago
  81. 6ade343 modern objc translator: meta-data generation for first part of class meta-data. by Fariborz Jahanian · 13 years ago
  82. c7b55fc Fix this test to work with and without Asserts mode. by Dan Gohman · 13 years ago
  83. 3c15c43 Update comment as per Joerg's comment on r150697. by Hans Wennborg · 13 years ago
  84. 8f70bda In Objective-C++, allow the keyword 'class' to be used as a property by Douglas Gregor · 13 years ago
  85. f11641a If code completion patterns are not enabled, use simpler else/else if by Douglas Gregor · 13 years ago
  86. ae1b4af Add fixits for ARC casting errors for implicit conversions as well. rdar://10289283 by Argyrios Kyrtzidis · 13 years ago
  87. dd5756c Minor fix to template instantiation, which properly instantiates by DeLesley Hutchins · 13 years ago
  88. 634b293 Thread safety analysis: Don't check for lockable on undefined types. by DeLesley Hutchins · 13 years ago
  89. 2f13bec Thread-safety analysis: Disable checking inside constructors, destructors, lock, and unlock functions by DeLesley Hutchins · 13 years ago
  90. 4bda3ec Thread-Safety: added support for 'this' as a lock expression. by DeLesley Hutchins · 13 years ago
  91. c24a233 Allow thread safety attributes on function definitions. by DeLesley Hutchins · 13 years ago
  92. 32addd5 Format string analysis: give 'q' its own enumerator. by Hans Wennborg · 13 years ago
  93. d1ac03e Tweak link order on Solaris so that global ctors work. by David Chisnall · 13 years ago
  94. bd45d25 Proper checking of list-initializers for array new expressions. by Sebastian Redl · 13 years ago
  95. 2aed8b8 Revert "Revert "Make CXXNewExpr contain only a single initialier, and not hold the used constructor itself."" by Sebastian Redl · 13 years ago
  96. 1548d14 Revert "Make CXXNewExpr contain only a single initialier, and not hold the used constructor itself." by Sebastian Redl · 13 years ago
  97. 5f688f4 Make CXXNewExpr contain only a single initialier, and not hold the used constructor itself. by Sebastian Redl · 13 years ago
  98. 13ca534 Fix test to not depend upon metadata numbers. by Bill Wendling · 13 years ago
  99. b1612cb test/CodeGenObjC/arc-no-arc-exceptions.m: Disable it at -Asserts for now. by NAKAMURA Takumi · 13 years ago
  100. a2d7dfa Shift Microsoft enum extensions from -fms-extensions to -fms-compatibility, so -fms-extensions doesn't affect enum semantics in incompatible ways. <rdar://problem/10657186>. by Eli Friedman · 13 years ago