1. d8e4dac Fix decltype crash-on-invalid, if we don't find a matching ')' for an ill-formed by Richard Smith · 13 years ago
  2. dbe01bb Tests for r151508. by Richard Smith · 13 years ago
  3. c56ab43 Half of PR12088: parse braced-init-lists on the RHS of assignment operators. by Richard Smith · 13 years ago
  4. e75f330 [clang.py] Test Cursor.__ne__ by Gregory Szorc · 13 years ago
  5. d162cf1 Reorder members to save padding. by Benjamin Kramer · 13 years ago
  6. bb8a897 Move CharacterLiteral, FloatingLiteral and UnaryExprOrTypeTraitExpr flags over into Stmt. by Benjamin Kramer · 13 years ago
  7. 9121932 Make clever use of padding to shrink IntegerLiterals. by Benjamin Kramer · 13 years ago
  8. 0840f23 Bit pack StringLiteral. by Benjamin Kramer · 13 years ago
  9. bbf4b22 Reduce padding in MemberExpr. by Benjamin Kramer · 13 years ago
  10. 3654c69 CompoundLiteralExpr: Pair a bool with a pointer. by Benjamin Kramer · 13 years ago
  11. a72c352 Shuffle members of DesignatedInitExpr to avoid padding. by Benjamin Kramer · 13 years ago
  12. 0e2e13f Bit pack ExtProtoInfo. by Benjamin Kramer · 13 years ago
  13. a6c1068 Move FullSourceLoc::dump into the .cpp file, the used attribute made us emit this into every TU that includes SourceLocation.h. by Benjamin Kramer · 13 years ago
  14. 5ed7dd6 Okay, makes sense to change all the occurences to match clang.EXE. by Benjamin Kramer · 13 years ago
  15. f58b388 Allow any file extension for the clang binary in the linux-header-search test. by Benjamin Kramer · 13 years ago
  16. ea7c1e2 Don't assert when trying to diagnose why a class with a constructor template is by Richard Smith · 13 years ago
  17. 2229d57 Add the critical crtbegin.o files necessary for any of the tests in by Chandler Carruth · 13 years ago
  18. 079d2bb A follow-up to r151482 which added support for powerpc and powerpc64 by Chandler Carruth · 13 years ago
  19. 9a561d5 Ensure that we delete destructors in the right cases. Specifically: by Richard Smith · 13 years ago
  20. 155c54c Add support for PPC and PPC64 multiarch toolchains on Debain. by Chandler Carruth · 13 years ago
  21. 03f6878 Make sure we don't try to produce a definition of an implicitly-deleted function by Richard Smith · 13 years ago
  22. 8818955 Update release notes and language extensions pages to note that support for by Richard Smith · 13 years ago
  23. e653ba2 Special members which are defaulted or deleted on their first declaration are by Richard Smith · 13 years ago
  24. 2fa975c Revert r151460 as it is not enough to address the issue. by Argyrios Kyrtzidis · 13 years ago
  25. faf4ef6 Richard Smith pointed out that there already is a proposal for init list mangling. by Sebastian Redl · 13 years ago
  26. 8ed2091 When evaluating integer expressions handle logical operators outside by Argyrios Kyrtzidis · 13 years ago
  27. d1dc3aa Initializer lists are now supported. by Sebastian Redl · 13 years ago
  28. 19b1a6e CodeGen support for global variables of type std::initializer_list<X>. by Sebastian Redl · 13 years ago
  29. babcf9d Fix crashers on unexpected std::initializer_list layouts. Found by inspection. by Sebastian Redl · 13 years ago
  30. 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 · 13 years ago
  31. f186879 Temporarily revert r151288: by Chad Rosier · 13 years ago
  32. ee7a198 CMake: install libclang.dll to $CMAKE_INSTALL_PREFIX/bin. by NAKAMURA Takumi · 13 years ago
  33. 13a140c ArrayRef'ize various functions in the AST/Parser/Sema. by Ahmed Charles · 13 years ago
  34. 5297d71 Accept __has_feature(__feature__) as a synonym for __has_feature(feature) (and by Richard Smith · 13 years ago
  35. d390de9 Fix r151443 to only apply C++11's exception for non-static data member access by Richard Smith · 13 years ago
  36. 2c8aee4 PR11956: C++11's special exception for accessing non-static data members from by Richard Smith · 13 years ago
  37. 7a9f492 Fix assertion (too few Diag arguments) when diagnosing a deleted operator delete by Richard Smith · 13 years ago
  38. dfefb84 Teach CXXRecordDecl::hasIrrelevantDestructor to check the base classes and by Richard Smith · 13 years ago
  39. f5cd5cc Fix a regression from r151117: ADL requires that we attempt to complete any by Richard Smith · 13 years ago
  40. 9875962 Prevent llvm.lifetime intrinsics from being emitted at -O0. rdar://10921594 by Chad Rosier · 13 years ago
  41. 64bee65 Work-in-progress for lambda conversion-to-block operator. Still need to implement the retain+autorelease outside of ARC, and there's a bug that causes the generated code to crash in ARC (which I think is unrelated to my code, although I'm not completely sure). by Eli Friedman · 13 years ago
  42. e1d4330 Don't record nested macro expansions in the preprocessing record, by Argyrios Kyrtzidis · 13 years ago
  43. 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 · 13 years ago
  44. 63787f0 [arcmt] GC migrator: don't try to remove redundant __strong, it does by Argyrios Kyrtzidis · 13 years ago
  45. 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 · 13 years ago
  46. bcf38f2 Trying to increase my Ohloh ranking with trivial tweaks by Douglas Gregor · 13 years ago
  47. d08d599 Bugfix: bogus warning -- "invalid use of non-static data member", by DeLesley Hutchins · 13 years ago
  48. 4a59bc2 Simplify check per Eli's comment by Douglas Gregor · 13 years ago
  49. 9b42afd Add test for C++ DR899. by Douglas Gregor · 13 years ago
  50. 3cd89ad [analyzer] Malloc: reason about the ObjC messages and C++. by Anna Zaks · 13 years ago
  51. ed878af Implement C++11 [over.match.copy]p1b2, which allows the use of by Douglas Gregor · 13 years ago
  52. 5a13d4d Fix a stupid mistake in r151133. Reported to me by Joerg Sonnenberger. by Eli Friedman · 13 years ago
  53. 61dab36 Remove FIXME: as Eli points out, the behavior here is now correct. by Richard Smith · 13 years ago
  54. a98a285 For the purposes of building LLVM types, a forward-declared by Douglas Gregor · 13 years ago
  55. c7b5543 Back out __decltype warning from r151377: we should either warn on all the GNU by Richard Smith · 13 years ago
  56. a08c2fb Make helper static. by Benjamin Kramer · 13 years ago
  57. 359c89d When checking whether a reference to a variable is an ICE, look at the type of by Richard Smith · 13 years ago
  58. f329527 Minor modern rewriter bug showed up during testing against a large project. by Fariborz Jahanian · 13 years ago
  59. 221c27f C++11 [class.ctor]p5 says that by Douglas Gregor · 13 years ago
  60. 62348f0 Fix comment: correct predicate name, reformat comment. by Dmitri Gribenko · 13 years ago
  61. 69015c2 Change the text of a FIXME. by Argyrios Kyrtzidis · 13 years ago
  62. 7c4a619 [libclang] Add a triple to the test. by Argyrios Kyrtzidis · 13 years ago
  63. 1e409d8 cxx_status: Consistently refer to C++11 as "C++11", not as "C++'11" nor as by Richard Smith · 13 years ago
  64. a5ec58d cxx_status: extended sizeof has been essentially complete for some time. As by Richard Smith · 13 years ago
  65. 33eb59a test for writing modern ivar of struct type. by Fariborz Jahanian · 13 years ago
  66. 39304fa __decltype is a GNU extension, not a C++11 extension. by Richard Smith · 13 years ago
  67. ca61bf3 more objective-c modern translator ivar tests. by Fariborz Jahanian · 13 years ago
  68. ec79d87 Two minor, related fixes for template instantiation with blocks: by Douglas Gregor · 13 years ago
  69. 0d6e22a objc modern translator. Fixes writing of block pointer ivar access. by Fariborz Jahanian · 13 years ago
  70. ff80afc [analyzer] Run remove dead bindings before each call. by Anna Zaks · 13 years ago
  71. e55b03a [analyzer] We were silently stopping exploring the path after by Anna Zaks · 13 years ago
  72. a0889a8 Use -no-integrated-as only on ARM. The X86 and X86-64 integrated as have been by Rafael Espindola · 13 years ago
  73. 0fd7f4d Revert r151357. That unreachable is reachable... by Nick Lewycky · 13 years ago
  74. 770dc03 Silence gcc warnings pointing out that CharByteWidth could be used by Nick Lewycky · 13 years ago
  75. 28e4702 Sink variable into assert by Matt Beaumont-Gay · 13 years ago
  76. f6cfe8b Remove some trivial uses of hasTrivialCopyConstructor() and by Douglas Gregor · 13 years ago
  77. 5d86f61 Kill a spurious use of hasTrivialDefaultConstructor() by Douglas Gregor · 13 years ago
  78. 4ca8ac2 Implement a new type trait __is_trivially_constructible(T, Args...) by Douglas Gregor · 13 years ago
  79. 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 · 13 years ago
  80. 5b03c17 Remove stray path in test file. by Ted Kremenek · 13 years ago
  81. 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 · 13 years ago
  82. 2fffbc7 Fix test for non-block-default platforms. by David Blaikie · 13 years ago
  83. 68fbb3e Revert r151317 - Rework PathDiagnostics creation.. - to appease buildbots. by Chad Rosier · 13 years ago
  84. 8cceefa [PCH] When keeping track of top-level decls for "targeted deserialization" by Argyrios Kyrtzidis · 13 years ago
  85. 4970ef8 Rework PathDiagnostic creation so that call stacks are captured by a nested PathDiagnosticCallPiece. by Ted Kremenek · 13 years ago
  86. 729d5c4 Add an ivar test for modern objc abi translator. by Fariborz Jahanian · 13 years ago
  87. 862d735 Make test works with FileCheck. by Fariborz Jahanian · 13 years ago
  88. 577fb5b Reapply r151172 - Unwind path cleanup for array new list initializers - with a by Chad Rosier · 13 years ago
  89. 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 · 13 years ago
  90. 8b9414e Modernize some code which processes CastExprs to use CastKinds. No intended functional change. by Eli Friedman · 13 years ago
  91. d708bac [analyzer] KeyChainAPI: unique the leaks by allocation site. by Anna Zaks · 13 years ago
  92. f64bc20 objective-c++: Type of an objc string literal is NSString, not 'id'. by Fariborz Jahanian · 13 years ago
  93. 9428772 Turned on support for __declspecs: noreturn, noinline, nothrow and naked in MS compatibility mode. by Aaron Ballman · 13 years ago
  94. 97df54e Pull the OpaqueValueExpr's source expression into its constructor, so by Douglas Gregor · 13 years ago
  95. 0227ade Update test for r151288 by Jim Grosbach · 13 years ago
  96. d649586 ARM: enable the integrated assembler by default for Darwin. by Jim Grosbach · 13 years ago
  97. ca8e36e [analyzer] Malloc: unique leak reports by allocation site. by Anna Zaks · 13 years ago
  98. 5588244 [analyzer] Add CString checks to the release notes. by Anna Zaks · 13 years ago
  99. 644af7b [libclang] Make sure that all top-level decls in a @implementation are by Argyrios Kyrtzidis · 13 years ago
  100. cd42724 Test is fixed. by Fariborz Jahanian · 13 years ago