1. 2fa975c Revert r151460 as it is not enough to address the issue. by Argyrios Kyrtzidis · 12 years ago
  2. faf4ef6 Richard Smith pointed out that there already is a proposal for init list mangling. by Sebastian Redl · 12 years ago
  3. 8ed2091 When evaluating integer expressions handle logical operators outside by Argyrios Kyrtzidis · 12 years ago
  4. d1dc3aa Initializer lists are now supported. by Sebastian Redl · 12 years ago
  5. 19b1a6e CodeGen support for global variables of type std::initializer_list<X>. by Sebastian Redl · 12 years ago
  6. b76ffc5 Better mangling for new-expressions. Also, although we can't mangle arbitrary initializer lists yet (we will need this), turn the crash into a controlled error. by Sebastian Redl · 12 years ago
  7. 5297d71 Accept __has_feature(__feature__) as a synonym for __has_feature(feature) (and by Richard Smith · 12 years ago
  8. d390de9 Fix r151443 to only apply C++11's exception for non-static data member access by Richard Smith · 12 years ago
  9. 2c8aee4 PR11956: C++11's special exception for accessing non-static data members from by Richard Smith · 12 years ago
  10. 7a9f492 Fix assertion (too few Diag arguments) when diagnosing a deleted operator delete by Richard Smith · 12 years ago
  11. dfefb84 Teach CXXRecordDecl::hasIrrelevantDestructor to check the base classes and by Richard Smith · 12 years ago
  12. f5cd5cc Fix a regression from r151117: ADL requires that we attempt to complete any by Richard Smith · 12 years ago
  13. e1d4330 Don't record nested macro expansions in the preprocessing record, by Argyrios Kyrtzidis · 12 years ago
  14. e571578 RetainCountChecker: don't adjust the retain count when analyzing a ReturnStmt unless we are in the top-level call frame. We can do more later, but this makes the checker self-consistent (and fixes a crash). by Ted Kremenek · 12 years ago
  15. 63787f0 [arcmt] GC migrator: don't try to remove redundant __strong, it does by Argyrios Kyrtzidis · 12 years ago
  16. a66eccb Improve the diagnostic in ARC mode when a conditional with an Objective-C type and void* is used. <rdar://problem/10486347>. by Eli Friedman · 12 years ago
  17. d08d599 Bugfix: bogus warning -- "invalid use of non-static data member", by DeLesley Hutchins · 12 years ago
  18. 9b42afd Add test for C++ DR899. by Douglas Gregor · 12 years ago
  19. 3cd89ad [analyzer] Malloc: reason about the ObjC messages and C++. by Anna Zaks · 12 years ago
  20. ed878af Implement C++11 [over.match.copy]p1b2, which allows the use of by Douglas Gregor · 12 years ago
  21. 5a13d4d Fix a stupid mistake in r151133. Reported to me by Joerg Sonnenberger. by Eli Friedman · 12 years ago
  22. 61dab36 Remove FIXME: as Eli points out, the behavior here is now correct. by Richard Smith · 12 years ago
  23. a98a285 For the purposes of building LLVM types, a forward-declared by Douglas Gregor · 12 years ago
  24. c7b5543 Back out __decltype warning from r151377: we should either warn on all the GNU by Richard Smith · 12 years ago
  25. 359c89d When checking whether a reference to a variable is an ICE, look at the type of by Richard Smith · 12 years ago
  26. 221c27f C++11 [class.ctor]p5 says that by Douglas Gregor · 12 years ago
  27. 7c4a619 [libclang] Add a triple to the test. by Argyrios Kyrtzidis · 12 years ago
  28. 33eb59a test for writing modern ivar of struct type. by Fariborz Jahanian · 12 years ago
  29. 39304fa __decltype is a GNU extension, not a C++11 extension. by Richard Smith · 12 years ago
  30. ca61bf3 more objective-c modern translator ivar tests. by Fariborz Jahanian · 12 years ago
  31. ec79d87 Two minor, related fixes for template instantiation with blocks: by Douglas Gregor · 12 years ago
  32. 0d6e22a objc modern translator. Fixes writing of block pointer ivar access. by Fariborz Jahanian · 12 years ago
  33. ff80afc [analyzer] Run remove dead bindings before each call. by Anna Zaks · 12 years ago
  34. e55b03a [analyzer] We were silently stopping exploring the path after by Anna Zaks · 12 years ago
  35. 4ca8ac2 Implement a new type trait __is_trivially_constructible(T, Args...) by Douglas Gregor · 12 years ago
  36. 59950d3 Make PathDiagnosticBuilder sensitive to varying LocationContexts, thus fixing a bug in the inlining diagnostics where the wrong location could be used. by Ted Kremenek · 12 years ago
  37. 5b03c17 Remove stray path in test file. by Ted Kremenek · 12 years ago
  38. 2042fc1 Reapply r151317, but when computing the PathDiagnostic profile and size keep into account the nested structure. Also fix a problem with how by Ted Kremenek · 12 years ago
  39. 2fffbc7 Fix test for non-block-default platforms. by David Blaikie · 12 years ago
  40. 8cceefa [PCH] When keeping track of top-level decls for "targeted deserialization" by Argyrios Kyrtzidis · 12 years ago
  41. 729d5c4 Add an ivar test for modern objc abi translator. by Fariborz Jahanian · 12 years ago
  42. 862d735 Make test works with FileCheck. by Fariborz Jahanian · 12 years ago
  43. 577fb5b Reapply r151172 - Unwind path cleanup for array new list initializers - with a by Chad Rosier · 12 years ago
  44. aa5ab26 Handle "#pragma GCC visibility" in a few more places. Switch over "#pragma pack" to use the same handling that gcc does. Fixes <rdar://problem/10871094> and <rdar://problem/10893316>. by Eli Friedman · 12 years ago
  45. d708bac [analyzer] KeyChainAPI: unique the leaks by allocation site. by Anna Zaks · 12 years ago
  46. f64bc20 objective-c++: Type of an objc string literal is NSString, not 'id'. by Fariborz Jahanian · 12 years ago
  47. 9428772 Turned on support for __declspecs: noreturn, noinline, nothrow and naked in MS compatibility mode. by Aaron Ballman · 12 years ago
  48. 0227ade Update test for r151288 by Jim Grosbach · 12 years ago
  49. ca8e36e [analyzer] Malloc: unique leak reports by allocation site. by Anna Zaks · 12 years ago
  50. 644af7b [libclang] Make sure that all top-level decls in a @implementation are by Argyrios Kyrtzidis · 12 years ago
  51. cd42724 Test is fixed. by Fariborz Jahanian · 12 years ago
  52. c78446e XFAIL test until I figure out how to make test pass on different platforms. by Fariborz Jahanian · 12 years ago
  53. 00ff5a9 Change test again so it passes in build-bot until I can figure out what is by Fariborz Jahanian · 12 years ago
  54. d8316db fix test for patch in r151268. by Fariborz Jahanian · 12 years ago
  55. ac37150 objective-c default synthesis. classes which adopt protocol properties by Fariborz Jahanian · 12 years ago
  56. c22adbd PR12067: When emitting an evaluated constant structure in C++11 mode, don't by Richard Smith · 12 years ago
  57. 25d0a0f Provide the __is_trivially_assignable type trait, which provides by Douglas Gregor · 12 years ago
  58. 860097c Two fixes to how we compute visibility: by Rafael Espindola · 12 years ago
  59. 7c07e96 Clang now supports lambda expressions. by Douglas Gregor · 12 years ago
  60. 5c89c39 Try to handle qualifiers more consistently for array InitListExprs. Fixes <rdar://problem/10907510>, and makes the ASTs a bit more self-consistent. by Eli Friedman · 12 years ago
  61. d81e961 Update parser's disambiguation to cope with braced function-style casts in by Richard Smith · 12 years ago
  62. 47611c8 Turned on support for __declspec(deprecated) in MS compatibility mode. by Aaron Ballman · 12 years ago
  63. 0d389b8 [analyzer] Invalidate the region passed to pthread_setspecific() call. by Anna Zaks · 12 years ago
  64. 709296d another test for modern ivar access rewrite. by Fariborz Jahanian · 12 years ago
  65. 4d8b797 Revert r151172: Unwind path cleanup for array new list initializers. by Chad Rosier · 12 years ago
  66. 12932a0 more tests for modern objc translator. by Fariborz Jahanian · 12 years ago
  67. 87cb5be [analyzer] Malloc cleanup: by Anna Zaks · 12 years ago
  68. 8a988c3 Revert part of r148839 and keep DefaultTargetTriple in the form adjusted by Joerg Sonnenberger · 12 years ago
  69. 72c88f1 modern objc translator. more writing of modern ivar access abi. by Fariborz Jahanian · 12 years ago
  70. 5b38a0f Doug's review comments. by Sebastian Redl · 12 years ago
  71. 0f5a193 Unwind path cleanup for array new list initializers. by Sebastian Redl · 12 years ago
  72. 9203647 CodeGen for array new list initializers. Doesn't correctly clean up in the face of exceptions yet. by Sebastian Redl · 12 years ago
  73. b734e24 Teach overload resolution to prefer user-defined conversion via a by Douglas Gregor · 12 years ago
  74. 33deb35 Fix parsing and processing initializer lists in return statements and as direct member initializers. by Sebastian Redl · 12 years ago
  75. 7651742 Warn about non-standard format strings (pr12017) by Hans Wennborg · 12 years ago
  76. 428c620 Throw away stray CXXDefaultArgExprs. Fixes PR12061. by Sebastian Redl · 12 years ago
  77. d77177a In -fdelayed-template-parsing mode, reenter every scope when late parsing a templated function; (Not just the template parameter scope as previously). Also enter the scope stack in the correct order. by Francois Pichet · 12 years ago
  78. 0635aa7 Accept braced-init-lists in conditions, and, in passing, dramatically improve by Richard Smith · 12 years ago
  79. b1e3f32 Make sure null initialization in arrays works correctly with ARC types. <rdar://problem/10907547>. by Eli Friedman · 12 years ago
  80. ac1303e Generate an AST for the conversion from a lambda closure type to a by Douglas Gregor · 12 years ago
  81. e9ee382 Improve diagnostics a bit for bad member initializers, and fix an obscure bug involving packs. Fixes PR12049. by Eli Friedman · 12 years ago
  82. de40d3b test/CodeGenCXX/thiscall-struct-return.cpp: Relax expressions for -Asserts. by NAKAMURA Takumi · 12 years ago
  83. 60a1fa4 [analyzer] Malloc checker: mark 'strdup' and 'strndup' as allocators. by Anna Zaks · 12 years ago
  84. 6c60c8d Adding support for Microsoft's thiscall calling convention. Clang side of the patch. by Aaron Ballman · 12 years ago
  85. d9ab7bb [analyzer] Malloc: fix another false positive. by Anna Zaks · 12 years ago
  86. 5fdadf4 [analyzer] Change naming in bug reports "tainted" -> "untrusted" by Anna Zaks · 12 years ago
  87. e0d92a4 [libclang] Index the field references of a designated initializer, rdar://10906206 by Argyrios Kyrtzidis · 12 years ago
  88. 76f3f69 Implement C++11 [expr.call]p11: If the operand to a decltype-specifier is a by Richard Smith · 12 years ago
  89. e43fe99 Fix typo correction of template arguments to once again allow type names. by Kaelyn Uhrain · 12 years ago
  90. 5731778 modern objc translator: fixes a bug where a class declaration with not by Fariborz Jahanian · 12 years ago
  91. e7b3fa7 objective-c modern translator. accessing ivars using modern abi - wip. by Fariborz Jahanian · 12 years ago
  92. fccfb62 In the conflict between C++11 [expr.prim.general]p4, which declares by Douglas Gregor · 12 years ago
  93. 51e47df Fix a crash in the diangostic code in EvalConstant. PR12043. by Eli Friedman · 12 years ago
  94. 2789d8e No need to go to object file, -emit-llvm is sufficient to see if clang by Eric Christopher · 12 years ago
  95. e3bab98 Skip testing the crtbegin.o, and resume using a single variable for the by Chandler Carruth · 12 years ago
  96. 6ce2341 Clean up, add some documentation, and make this test return to checking by Chandler Carruth · 12 years ago
  97. 977ea78 Don't crash on attempts to synthesize an invalid property. by John McCall · 12 years ago
  98. c95d01f Redirect the output to /dev/null. This prevents the output from cluttering by Richard Trieu · 12 years ago
  99. b09ab8c Only pop the expression evaluation context corresponding to a lambda by Douglas Gregor · 12 years ago
  100. e38fa18 Don't assume that a valid expression for the first part of a for-statement by Richard Smith · 12 years ago