1. 450301e Add a test case for r150976. by Nico Weber · 12 years ago
  2. 552e299 Implement name mangling for lambda expressions that occur within the by Douglas Gregor · 12 years ago
  3. c9e0f92 Adding a test case for the working-directory fix by Aaron Ballman · 12 years ago
  4. 7f9b1d9 Have ScanReachableSymbols reported reachable regions. Fixes a false positive with nested array literals. <rdar://problem/10686586> by Ted Kremenek · 12 years ago
  5. ccc1b5e Implement name mangling for lambda expressions that occur within the by Douglas Gregor · 12 years ago
  6. ef78446 Emit the exact size for the invariant intrinsics. by Nick Lewycky · 12 years ago
  7. 3620547 [analyzer] + a couple more malloc tests. by Anna Zaks · 12 years ago
  8. 9c1e1bd [analyzer] Make KeyChainAPI checker inlining-aware. by Anna Zaks · 12 years ago
  9. ee06539 Make RequireLiteralType work correctly with incomplete array types. PR12037. by Eli Friedman · 12 years ago
  10. a4c29b6 [PCH] Recover gracefully if the ASTReader detects that a file is different by Argyrios Kyrtzidis · 12 years ago
  11. ff23488 Fix a constexpr FIXME: When implicitly instantiating the primary template for an by Richard Smith · 12 years ago
  12. e86b9ea Formatting. by Eric Christopher · 12 years ago
  13. 50933e5 Make PreprocessorOptions::DetailedRecordIncludesNestedMacroExpansions false by default. by Argyrios Kyrtzidis · 12 years ago
  14. cd285d0 objc IRGen: force CSE of load of ivar offsets by setting by Fariborz Jahanian · 12 years ago
  15. a19581a [analyzer] Make Malloc aware of inter-procedural execution + basic tests. by Anna Zaks · 12 years ago
  16. 9747b53 [analyzer] Testing: These checkers are not experimental anymore. by Anna Zaks · 12 years ago
  17. bb2a686 [analyzer] Turn on by default the Malloc Checker and a couple of CString checks: by Anna Zaks · 12 years ago
  18. fa07ab5 Make sure that we set up the right declaration contexts when creating by Douglas Gregor · 12 years ago
  19. af30029 modern objc translator. Finish off first cut of the by Fariborz Jahanian · 12 years ago
  20. ee18803 When we resolve the type of an 'auto' variable, clear out the linkage by Douglas Gregor · 12 years ago
  21. be580e5 Make test case less sensitive to metadata numbering. by Chad Rosier · 12 years ago
  22. 9e8c92a Basic support for name mangling of C++11 lambda expressions. Because by Douglas Gregor · 12 years ago
  23. 86211df Remove the type retaining from the clang frontend. This is now by Eric Christopher · 12 years ago
  24. 917bc8d Make forward declarations for objective-c types use the new by Eric Christopher · 12 years ago
  25. 8261345 [clang.py] Format and add documention for Type by Gregory Szorc · 12 years ago
  26. 0e1f4f8 [clang.py] Add tests for Type.is_volatile_qualified and Type.is_restrict_qualified by Gregory Szorc · 12 years ago
  27. 826fce5 [clang.py] Implement Type.argument_types() by Gregory Szorc · 12 years ago
  28. 7eb691a [clang.py] Implement Type.__eq__ and Type.__ne__ by Gregory Szorc · 12 years ago
  29. 83bc276 Deserialize the direct-initialization range of a "new" expression by Douglas Gregor · 12 years ago
  30. 1367c9b Fixing the working-directory option so that it stores the proper directory. by Aaron Ballman · 12 years ago
  31. c93dc78 Basic: import IntrusiveRefCntPtr<> into clang namespace by Dylan Noblesmith · 12 years ago
  32. 345032a Add 3dNOW intrinsic header to x86intrin.h, conditioned on __3dNOW__ to by Chandler Carruth · 12 years ago
  33. 19562c9 ObjCMessageExpr: Don't leave SelLocsKind uninitialized when the send is implicit. by Benjamin Kramer · 12 years ago
  34. 2b28bf1 Set the location of the template keyword when allocating a new TemplateIdAnnotation. by Benjamin Kramer · 12 years ago
  35. 607098c Make the regular expressions in this test more narrow to ensure we're by Chandler Carruth · 12 years ago
  36. d2aea12 objective-c modern translator: comment out private ivars by Fariborz Jahanian · 12 years ago
  37. 31cc38c [clang.py] Implement Type.is_function_variadic by Gregory Szorc · 12 years ago
  38. 772291a Emit a warning when list-initializing a std::initializer_list member. by Sebastian Redl · 12 years ago
  39. 4b45d7f Harden test against for operator new(unsigned int). by Benjamin Kramer · 12 years ago
  40. 972edf0 Make heap-allocation of std::initializer_list 'work'. by Sebastian Redl · 12 years ago
  41. 924db71 Make std::initializer_list member initializers 'work'. by Sebastian Redl · 12 years ago
  42. 24fe798 Refuse to compile global std::initializer_lists instead of doing completely the wrong thing. by Sebastian Redl · 12 years ago
  43. 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 · 12 years ago
  44. bac5cf4 Add a testcase for using objects with list-constructors, and fix a Sema crash by repeating an old hack. by Sebastian Redl · 12 years ago
  45. 25e640a Add a testcase to show that temporaries from the initializer list are destroyed correctly. by Sebastian Redl · 12 years ago
  46. b859d50 Add a testcase for start+end implementations of std::initializer_list. by Sebastian Redl · 12 years ago
  47. 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 · 12 years ago
  48. e8e92b9 Remove dead code. by Ahmed Charles · 12 years ago
  49. 49c6039 Don't check for /lib and /usr/lib. by Rafael Espindola · 12 years ago
  50. ab1cc02 Our handling of variables in FileCheck looks really broken on windws. Just by Rafael Espindola · 12 years ago
  51. 5bbc966 Add an extra CHECK line to make sure TOOLCHAIN2 matches just the path prefix. by Rafael Espindola · 12 years ago
  52. 8c28fc0 Looks like we use forward slashes for header search but back slashes for by Rafael Espindola · 12 years ago
  53. fb50ebf Try to match the linker being named ld.exe. Second try at fixing the windows bots. by Rafael Espindola · 12 years ago
  54. 358030c Don't assume a path starts with a /. Should fix the windows bot. by Rafael Espindola · 12 years ago
  55. 0e65959 Implement a -gcc-toolchain command line option that does the same as by Rafael Espindola · 12 years ago
  56. 99c06be Teach analyzer that blocks with no captures are globals. Fixes <rdar://problem/10348049>. by Ted Kremenek · 12 years ago
  57. 8602401 Implement constant expression support for __real__ and __imag__ on lvalue by Richard Smith · 12 years ago
  58. e215ba1 Fix crash in analyzer diagnostic generation involving subexpressions of OpaqueValueExpr not appearing in the ParentMap. Fixes <rdar://problem/10797980>. by Ted Kremenek · 12 years ago
  59. a979712 Teach analyzer about NSAutoreleasePool -allocWithZone:. Fixes <rdar://problem/10640253>. by Ted Kremenek · 12 years ago
  60. 5550a2f Add analyzer test for using of C++ references with ObjC object pointers, reported in <rdar://problem/10569024>. by Ted Kremenek · 12 years ago
  61. dfb80de Fix wrong-code bug: __imag on a scalar lvalue should produce a zero rvalue, by Richard Smith · 12 years ago
  62. 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 · 12 years ago
  63. b8197bc Default to not using __cxa_atexit on Solaris. by David Chisnall · 12 years ago
  64. d41854a Remove a debugging line accidentally left in the last commit. by David Chisnall · 12 years ago
  65. 5f3c163 Implement #pragma redefine_extname. by David Chisnall · 12 years ago
  66. 65005eb Add -Wstrncat-size and -Wempty-body to release notes. by Dmitri Gribenko · 12 years ago
  67. 8b1d32bf Remove unused but set variable. by Benjamin Kramer · 12 years ago
  68. 999713e Rewrite variable capture within lambda expressions and blocks, by Douglas Gregor · 12 years ago
  69. 6893284 Unify our computation of the type of a captured reference to a by Douglas Gregor · 12 years ago
  70. b78ae97 Fix a problem in the GCC testsuite, exposed by r150557. Compound literals by Richard Smith · 12 years ago
  71. e61eb04 Add a bunch of missing calls to DiagnoseSentinelCalls. <rdar://problem/10885993>. by Eli Friedman · 12 years ago
  72. e698a5c Change wording of warning about using __bridge casts in non-ARC. by Ted Kremenek · 12 years ago
  73. 213d70b Diagnose uses of deleted destructors and inaccessible defaulted destructors. by Richard Smith · 12 years ago
  74. 7d5088a Initial refactoring of 'ShouldDeleteSpecialMember', in preparation for providing by Richard Smith · 12 years ago
  75. 7acebfb Fix comment. by Chad Rosier · 12 years ago
  76. 7ff0c5d Add in a caching mechanism so that forward declarations are replaced by Eric Christopher · 12 years ago
  77. 1486d2c Formatting. by Eric Christopher · 12 years ago
  78. 51b2f6b Remove UpdateCompletedType from the debug info emission. We now by Eric Christopher · 12 years ago
  79. 6e94f6c Remove redundant check. by Chad Rosier · 12 years ago
  80. 3133f79 Have conjured symbols depend on LocationContext, to add context sensitivity for functions called more than once. by Ted Kremenek · 12 years ago
  81. d8a8a3b [analyzer] Malloc Checker more tests. by Anna Zaks · 12 years ago
  82. f0dfc9c [analyzer] Fix another false positive in the Malloc Checker, by making by Anna Zaks · 12 years ago
  83. 998e275 [analyzer] Generalize function name checking in CString checker. by Anna Zaks · 12 years ago
  84. cf4c60f modern objc translator: postpone writing of class definitions by Fariborz Jahanian · 12 years ago
  85. 8c00a1b modern objc writer: more work for category metadata rewrite and some cleanup. by Fariborz Jahanian · 12 years ago
  86. 00a8c3f Don't emit optimization-specific intrinsic at -O0. by Richard Smith · 12 years ago
  87. 6118612 modern objc translator: category metadata related patch. by Fariborz Jahanian · 12 years ago
  88. 48fad49 On Solaris, define some standard macros that the Solaris headers require in by David Chisnall · 12 years ago
  89. d267b3f De-nest tentative parsing to disambiguate lambdas from designators; no by Douglas Gregor · 12 years ago
  90. 1f27805 Don't allow non-empty ParenListExprs as array-new initializers. by Sebastian Redl · 12 years ago
  91. 32cf1f2 Basic code generation support for std::initializer_list. by Sebastian Redl · 12 years ago
  92. bf8ca00 [clang.py] Implement Type.element_count by Gregory Szorc · 12 years ago
  93. 8605760 [clang.py] Implement Type.element_type by Gregory Szorc · 12 years ago
  94. abb9432 The clang half of r150794: after the construction of a global or static const by Richard Smith · 12 years ago
  95. 1e009d5 Index "12" holds the vtable, not "9". by Eric Christopher · 12 years ago
  96. a9b21d2 Bug fix: do not emit static const local variables with mutable members by Richard Smith · 12 years ago
  97. e15c712 When performing IRGen on a global, emit it as a constant if: by Richard Smith · 12 years ago
  98. bd64520 Only add 'const' to the type of variables captured in a lambda when by Douglas Gregor · 12 years ago
  99. b3f323d Disambiguate between C++11 lambda expressions and C99 array by Douglas Gregor · 12 years ago
  100. f3908f2 Make sure all remaining parts of the constant evaluator are aware that an array by Richard Smith · 12 years ago