1. 792db26 [libclang] When indexing an objc property, also provide information about by Argyrios Kyrtzidis · 13 years ago
  2. d7c15a6 [AST] Associate the getter/setter methods to a property of a objc class extension. by Argyrios Kyrtzidis · 13 years ago
  3. 165329c Some more Solaris fixes. Now successfully building libc++ on Solaris with clang (and linking clang against it). by David Chisnall · 13 years ago
  4. 85fdea0 Remove stray semi-colons. by Daniel Dunbar · 13 years ago
  5. cd7a099 Basic coverage test for conversion-to-block-pointer for lambda expressions. by Eli Friedman · 13 years ago
  6. 721aa37 [analyzer] Leaks should be uniqued by the allocation point in the by Anna Zaks · 13 years ago
  7. 07d39a4 [analyzer] Fix Malloc False Positive (PR 12100) by Anna Zaks · 13 years ago
  8. cae40c4 Implement IRGen for the retain-autorelease in the lambda conversion-to-block-pointer outside of ARC. Testcases coming up soon. by Eli Friedman · 13 years ago
  9. 4c62b55 [analyzer] teach analyzer about ObjC literals, thus trimming out a false positive with the malloc() checker involving by Ted Kremenek · 13 years ago
  10. 033d300 Re-enable the Darwin ARM integrated assembler. by Jim Grosbach · 13 years ago
  11. 7752d29 [analyzer] Leaks should be uniqued by the allocation point in the by Anna Zaks · 13 years ago
  12. e2133c8 Fix a test case that was added in r151570. The redirect of output was broken by Richard Trieu · 13 years ago
  13. e739a29 [analyzer] Don't generate an explicit ExplodedNode for StringLiterals; have the SVal lazily generated from Environment::getSVal(). by Ted Kremenek · 13 years ago
  14. 062a82c Hack in a loud error for PR12086. Better than a silent miscompile. by Sebastian Redl · 13 years ago
  15. c1b66e6 When evaluating integer expressions include a check for sub-expressions by Argyrios Kyrtzidis · 13 years ago
  16. 3306ec1 After numerous requests, have Objective-C 'method declared here' notes mention the actual method. This looks better within an IDE, where text isn't always regurgitated in the presentation of a warning. Fixes radar 10914035. by Ted Kremenek · 13 years ago
  17. adfb535 Implement a FIXME for conversion sequence distinction. Should fix PR12092. by Sebastian Redl · 13 years ago
  18. 8ec5ce2 Fix documentation typo. by Ted Kremenek · 13 years ago
  19. 81fb169 [analyzer] Add -analyzer-stats, which hooks up LLVM stats tracking. by Anna Zaks · 13 years ago
  20. 92b670e Fix a couple bugs in the way we handle array indexes in array bounds checking. Specifically, make sure we don't ignore explicit casts in indexes, and make sure we use unsigned extension/comparisons on indexes. Fixes <rdar://problem/10916006>. by Eli Friedman · 13 years ago
  21. d45d361 Move "clang/Analysis/Support/SaveAndRestore.h" to "llvm/ADT/SaveAndRestore.h" by Argyrios Kyrtzidis · 13 years ago
  22. 0d8ab2e Convert initializer lists to temporaries in CreateBuiltinBinOp. Allows assignment of init lists to built-in types and resolves PR12088. by Sebastian Redl · 13 years ago
  23. fce4715 Add missing code for compound literals of complex type. <rdar://problem/10938628> by Eli Friedman · 13 years ago
  24. d411a4b Revert testing code I committed by mistake in r151464. by Argyrios Kyrtzidis · 13 years ago
  25. 361ae9a Just drop the bitfield from ExtProtoInfo, this struct isn't even heap allocated so it doesn't hurt. by Benjamin Kramer · 13 years ago
  26. 1ebae62 Speculatively attempt to work around a hypothetical but unreproduced MSVC issue by Richard Smith · 13 years ago
  27. 07d1642 Test case for r151429/r151430, which ensures llvm.lifetime intrinsics are not by Chad Rosier · 13 years ago
  28. 1b1a507 Serialize InitListExpr's initializesStdInitializerList bit, so it's not left uninitialized. by Benjamin Kramer · 13 years ago
  29. af3db7d ObjcInterfaceTypes are also complete types for the type cache. by Eric Christopher · 13 years ago
  30. ae93daa Make this test a bit more robust for debug info changes. by Eric Christopher · 13 years ago
  31. 79363f5 Ensure that we delete default constructors in the right cases. Don't delete the by Richard Smith · 13 years ago
  32. d8e4dac Fix decltype crash-on-invalid, if we don't find a matching ')' for an ill-formed by Richard Smith · 13 years ago
  33. dbe01bb Tests for r151508. by Richard Smith · 13 years ago
  34. c56ab43 Half of PR12088: parse braced-init-lists on the RHS of assignment operators. by Richard Smith · 13 years ago
  35. e75f330 [clang.py] Test Cursor.__ne__ by Gregory Szorc · 13 years ago
  36. d162cf1 Reorder members to save padding. by Benjamin Kramer · 13 years ago
  37. bb8a897 Move CharacterLiteral, FloatingLiteral and UnaryExprOrTypeTraitExpr flags over into Stmt. by Benjamin Kramer · 13 years ago
  38. 9121932 Make clever use of padding to shrink IntegerLiterals. by Benjamin Kramer · 13 years ago
  39. 0840f23 Bit pack StringLiteral. by Benjamin Kramer · 13 years ago
  40. bbf4b22 Reduce padding in MemberExpr. by Benjamin Kramer · 13 years ago
  41. 3654c69 CompoundLiteralExpr: Pair a bool with a pointer. by Benjamin Kramer · 13 years ago
  42. a72c352 Shuffle members of DesignatedInitExpr to avoid padding. by Benjamin Kramer · 13 years ago
  43. 0e2e13f Bit pack ExtProtoInfo. by Benjamin Kramer · 13 years ago
  44. 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
  45. 5ed7dd6 Okay, makes sense to change all the occurences to match clang.EXE. by Benjamin Kramer · 13 years ago
  46. f58b388 Allow any file extension for the clang binary in the linux-header-search test. by Benjamin Kramer · 13 years ago
  47. ea7c1e2 Don't assert when trying to diagnose why a class with a constructor template is by Richard Smith · 13 years ago
  48. 2229d57 Add the critical crtbegin.o files necessary for any of the tests in by Chandler Carruth · 13 years ago
  49. 079d2bb A follow-up to r151482 which added support for powerpc and powerpc64 by Chandler Carruth · 13 years ago
  50. 9a561d5 Ensure that we delete destructors in the right cases. Specifically: by Richard Smith · 13 years ago
  51. 155c54c Add support for PPC and PPC64 multiarch toolchains on Debain. by Chandler Carruth · 13 years ago
  52. 03f6878 Make sure we don't try to produce a definition of an implicitly-deleted function by Richard Smith · 13 years ago
  53. 8818955 Update release notes and language extensions pages to note that support for by Richard Smith · 13 years ago
  54. e653ba2 Special members which are defaulted or deleted on their first declaration are by Richard Smith · 13 years ago
  55. 2fa975c Revert r151460 as it is not enough to address the issue. by Argyrios Kyrtzidis · 13 years ago
  56. faf4ef6 Richard Smith pointed out that there already is a proposal for init list mangling. by Sebastian Redl · 13 years ago
  57. 8ed2091 When evaluating integer expressions handle logical operators outside by Argyrios Kyrtzidis · 13 years ago
  58. d1dc3aa Initializer lists are now supported. by Sebastian Redl · 13 years ago
  59. 19b1a6e CodeGen support for global variables of type std::initializer_list<X>. by Sebastian Redl · 13 years ago
  60. babcf9d Fix crashers on unexpected std::initializer_list layouts. Found by inspection. by Sebastian Redl · 13 years ago
  61. 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
  62. f186879 Temporarily revert r151288: by Chad Rosier · 13 years ago
  63. ee7a198 CMake: install libclang.dll to $CMAKE_INSTALL_PREFIX/bin. by NAKAMURA Takumi · 13 years ago
  64. 13a140c ArrayRef'ize various functions in the AST/Parser/Sema. by Ahmed Charles · 13 years ago
  65. 5297d71 Accept __has_feature(__feature__) as a synonym for __has_feature(feature) (and by Richard Smith · 13 years ago
  66. d390de9 Fix r151443 to only apply C++11's exception for non-static data member access by Richard Smith · 13 years ago
  67. 2c8aee4 PR11956: C++11's special exception for accessing non-static data members from by Richard Smith · 13 years ago
  68. 7a9f492 Fix assertion (too few Diag arguments) when diagnosing a deleted operator delete by Richard Smith · 13 years ago
  69. dfefb84 Teach CXXRecordDecl::hasIrrelevantDestructor to check the base classes and by Richard Smith · 13 years ago
  70. f5cd5cc Fix a regression from r151117: ADL requires that we attempt to complete any by Richard Smith · 13 years ago
  71. 9875962 Prevent llvm.lifetime intrinsics from being emitted at -O0. rdar://10921594 by Chad Rosier · 13 years ago
  72. 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
  73. e1d4330 Don't record nested macro expansions in the preprocessing record, by Argyrios Kyrtzidis · 13 years ago
  74. 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
  75. 63787f0 [arcmt] GC migrator: don't try to remove redundant __strong, it does by Argyrios Kyrtzidis · 13 years ago
  76. 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
  77. bcf38f2 Trying to increase my Ohloh ranking with trivial tweaks by Douglas Gregor · 13 years ago
  78. d08d599 Bugfix: bogus warning -- "invalid use of non-static data member", by DeLesley Hutchins · 13 years ago
  79. 4a59bc2 Simplify check per Eli's comment by Douglas Gregor · 13 years ago
  80. 9b42afd Add test for C++ DR899. by Douglas Gregor · 13 years ago
  81. 3cd89ad [analyzer] Malloc: reason about the ObjC messages and C++. by Anna Zaks · 13 years ago
  82. ed878af Implement C++11 [over.match.copy]p1b2, which allows the use of by Douglas Gregor · 13 years ago
  83. 5a13d4d Fix a stupid mistake in r151133. Reported to me by Joerg Sonnenberger. by Eli Friedman · 13 years ago
  84. 61dab36 Remove FIXME: as Eli points out, the behavior here is now correct. by Richard Smith · 13 years ago
  85. a98a285 For the purposes of building LLVM types, a forward-declared by Douglas Gregor · 13 years ago
  86. c7b5543 Back out __decltype warning from r151377: we should either warn on all the GNU by Richard Smith · 13 years ago
  87. a08c2fb Make helper static. by Benjamin Kramer · 13 years ago
  88. 359c89d When checking whether a reference to a variable is an ICE, look at the type of by Richard Smith · 13 years ago
  89. f329527 Minor modern rewriter bug showed up during testing against a large project. by Fariborz Jahanian · 13 years ago
  90. 221c27f C++11 [class.ctor]p5 says that by Douglas Gregor · 13 years ago
  91. 62348f0 Fix comment: correct predicate name, reformat comment. by Dmitri Gribenko · 13 years ago
  92. 69015c2 Change the text of a FIXME. by Argyrios Kyrtzidis · 13 years ago
  93. 7c4a619 [libclang] Add a triple to the test. by Argyrios Kyrtzidis · 13 years ago
  94. 1e409d8 cxx_status: Consistently refer to C++11 as "C++11", not as "C++'11" nor as by Richard Smith · 13 years ago
  95. a5ec58d cxx_status: extended sizeof has been essentially complete for some time. As by Richard Smith · 13 years ago
  96. 33eb59a test for writing modern ivar of struct type. by Fariborz Jahanian · 13 years ago
  97. 39304fa __decltype is a GNU extension, not a C++11 extension. by Richard Smith · 13 years ago
  98. ca61bf3 more objective-c modern translator ivar tests. by Fariborz Jahanian · 13 years ago
  99. ec79d87 Two minor, related fixes for template instantiation with blocks: by Douglas Gregor · 13 years ago
  100. 0d6e22a objc modern translator. Fixes writing of block pointer ivar access. by Fariborz Jahanian · 13 years ago