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