1. 1aa4b9f Reverting test commit by Jason W Kim · 12 years ago
  2. f62a2b6 Test commit. Please ignore by Jason W Kim · 12 years ago
  3. ca23eb2 [analyzer] Malloc: A pointer might escape through CFContainers APIs, by Anna Zaks · 12 years ago
  4. 956ecbd Revert r151702, "Add support for handling captured variables in lambda debug by Daniel Dunbar · 12 years ago
  5. 41d476d Add -C when linking on Solaris so that the error messages are understandable by actual humans. by David Chisnall · 12 years ago
  6. 51ad9cd Tentatively fix PR12117. The test case from the bug now passes, and all existing tests still pass, but there may still be corner cases. by Sebastian Redl · 12 years ago
  7. 16f1f71 Reapply r151638 and r151641. by James Molloy · 12 years ago
  8. 4fafeb6 Remove a recursive visitiation in ExprEngine that is no longer needed by Erik Verbruggen · 12 years ago
  9. 28cd22d [analyzer] Tweak the UnreachableCode checker to not warning about unreachable default blocks. Patch by Cyril Roelandt! by Ted Kremenek · 12 years ago
  10. 72b8b1e A couple minor bug-fixes for template instantiation for expressions which are sometimes potentially evaluated. by Eli Friedman · 12 years ago
  11. 5840dd9 [driver] Emit an error when trying to use ARC on macosx earlier than 10.6 by Argyrios Kyrtzidis · 12 years ago
  12. 0a0714d Add support for handling captured variables in lambda debug info. by Eric Christopher · 12 years ago
  13. 441b3bb Add some iterators for grabbing lambda expression contexts. by Eric Christopher · 12 years ago
  14. c07b18e Formatting. by Eric Christopher · 12 years ago
  15. ac62601 Make the odr-use logic work correctly for constant-expressions. PR12006. by Eli Friedman · 12 years ago
  16. b732fce Sema/ObjC: Override search can generate a large search list, bump the base size by Daniel Dunbar · 12 years ago
  17. c52d9057 ASTWriter: Cache some DenseMaps we use repeatedly. by Daniel Dunbar · 12 years ago
  18. 13e6cb0 clang/test/Analysis/stats.c: Fix up r151656. by NAKAMURA Takumi · 12 years ago
  19. f41e875 clang/test/Analysis/stats.c: Mark this as XFAIL: mingw32. by NAKAMURA Takumi · 12 years ago
  20. b093955 Parse: Change PragmaPackHandler to use the preprocessor allocator. by Daniel Dunbar · 12 years ago
  21. 8e0913d objective-c modern translator. Fixes misc. bug in writing by Fariborz Jahanian · 12 years ago
  22. fc399c7 Remove stray semi-colon. by Daniel Dunbar · 12 years ago
  23. c60ccf5 Make sure list-initialization of arrays works correctly in explicit type conversions. PR12121. by Eli Friedman · 12 years ago
  24. f76b897 [libclang] Add a test I forgot to commit. by Argyrios Kyrtzidis · 12 years ago
  25. 33d5b31 [PCH] Include a darwin-only PCH test on Cocoa.h. by Argyrios Kyrtzidis · 12 years ago
  26. 32a9a75 Revert r151638 because it causes assertion hit on PCH creation for Cocoa.h by Argyrios Kyrtzidis · 12 years ago
  27. 2422e82 Single- and zero-element initializer lists to scalars are list-initializations. Fixes PR12118. by Sebastian Redl · 12 years ago
  28. 56d8fd0 [analyzer diagnostics] Refactor filtration for PathDiagnosticConsumers that don't support cross-file diagnostics by Ted Kremenek · 12 years ago
  29. c89f4b0 [analyzer diagnostics] start prototyping stripping PathDiagnostics of unnecessary cruft caused by path inlining. by Ted Kremenek · 12 years ago
  30. 15f8777 Modern objective-c translator. rewriting ivars of aggregate type. by Fariborz Jahanian · 13 years ago
  31. e7e0168 [analyzer] Leaks should be uniqued by the allocation point in the by Anna Zaks · 13 years ago
  32. c568543 Prefer bitcast+GEP over ptrtoint+sub+inttoptr: it's semantically equivalent here, and generally nicer to the optimizer. by Eli Friedman · 13 years ago
  33. 212000e [analyzer] Retain release: drop the line number info from the leak message. by Anna Zaks · 13 years ago
  34. c299428 [analyzer] Stats: Add the stats about remove dead bindings, correct the test. by Anna Zaks · 13 years ago
  35. 670326f [driver] Add support for -g2 and -ggdb debug flags. rdar://10947759 by Chad Rosier · 13 years ago
  36. 7dbefe1 Add -lm by default on Solaris. by David Chisnall · 13 years ago
  37. d706a8d It turns out -fno-cxa-atexit just produces broken code, so disable it on Solaris and we'll ship a __cxa_atexit implementation... by David Chisnall · 13 years ago
  38. bf359c9 Un-break clang based on r151638 - What was meant to be a trivial variable name change went horribly wrong and I forgot to retest afterwards. by James Molloy · 13 years ago
  39. fbcf040 Correctly track tags and enum members defined in the prototype of a function, and ensure they are properly scoped. by James Molloy · 13 years ago
  40. f911242 [AST] When we @synthesize a property with a user-defined ivar name, by Argyrios Kyrtzidis · 13 years ago
  41. 792db26 [libclang] When indexing an objc property, also provide information about by Argyrios Kyrtzidis · 13 years ago
  42. d7c15a6 [AST] Associate the getter/setter methods to a property of a objc class extension. by Argyrios Kyrtzidis · 13 years ago
  43. 165329c Some more Solaris fixes. Now successfully building libc++ on Solaris with clang (and linking clang against it). by David Chisnall · 13 years ago
  44. 85fdea0 Remove stray semi-colons. by Daniel Dunbar · 13 years ago
  45. cd7a099 Basic coverage test for conversion-to-block-pointer for lambda expressions. by Eli Friedman · 13 years ago
  46. 721aa37 [analyzer] Leaks should be uniqued by the allocation point in the by Anna Zaks · 13 years ago
  47. 07d39a4 [analyzer] Fix Malloc False Positive (PR 12100) by Anna Zaks · 13 years ago
  48. 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
  49. 4c62b55 [analyzer] teach analyzer about ObjC literals, thus trimming out a false positive with the malloc() checker involving by Ted Kremenek · 13 years ago
  50. 033d300 Re-enable the Darwin ARM integrated assembler. by Jim Grosbach · 13 years ago
  51. 7752d29 [analyzer] Leaks should be uniqued by the allocation point in the by Anna Zaks · 13 years ago
  52. e2133c8 Fix a test case that was added in r151570. The redirect of output was broken by Richard Trieu · 13 years ago
  53. e739a29 [analyzer] Don't generate an explicit ExplodedNode for StringLiterals; have the SVal lazily generated from Environment::getSVal(). by Ted Kremenek · 13 years ago
  54. 062a82c Hack in a loud error for PR12086. Better than a silent miscompile. by Sebastian Redl · 13 years ago
  55. c1b66e6 When evaluating integer expressions include a check for sub-expressions by Argyrios Kyrtzidis · 13 years ago
  56. 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
  57. adfb535 Implement a FIXME for conversion sequence distinction. Should fix PR12092. by Sebastian Redl · 13 years ago
  58. 8ec5ce2 Fix documentation typo. by Ted Kremenek · 13 years ago
  59. 81fb169 [analyzer] Add -analyzer-stats, which hooks up LLVM stats tracking. by Anna Zaks · 13 years ago
  60. 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
  61. d45d361 Move "clang/Analysis/Support/SaveAndRestore.h" to "llvm/ADT/SaveAndRestore.h" by Argyrios Kyrtzidis · 13 years ago
  62. 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
  63. fce4715 Add missing code for compound literals of complex type. <rdar://problem/10938628> by Eli Friedman · 13 years ago
  64. d411a4b Revert testing code I committed by mistake in r151464. by Argyrios Kyrtzidis · 13 years ago
  65. 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
  66. 1ebae62 Speculatively attempt to work around a hypothetical but unreproduced MSVC issue by Richard Smith · 13 years ago
  67. 07d1642 Test case for r151429/r151430, which ensures llvm.lifetime intrinsics are not by Chad Rosier · 13 years ago
  68. 1b1a507 Serialize InitListExpr's initializesStdInitializerList bit, so it's not left uninitialized. by Benjamin Kramer · 13 years ago
  69. af3db7d ObjcInterfaceTypes are also complete types for the type cache. by Eric Christopher · 13 years ago
  70. ae93daa Make this test a bit more robust for debug info changes. by Eric Christopher · 13 years ago
  71. 79363f5 Ensure that we delete default constructors in the right cases. Don't delete the by Richard Smith · 13 years ago
  72. d8e4dac Fix decltype crash-on-invalid, if we don't find a matching ')' for an ill-formed by Richard Smith · 13 years ago
  73. dbe01bb Tests for r151508. by Richard Smith · 13 years ago
  74. c56ab43 Half of PR12088: parse braced-init-lists on the RHS of assignment operators. by Richard Smith · 13 years ago
  75. e75f330 [clang.py] Test Cursor.__ne__ by Gregory Szorc · 13 years ago
  76. d162cf1 Reorder members to save padding. by Benjamin Kramer · 13 years ago
  77. bb8a897 Move CharacterLiteral, FloatingLiteral and UnaryExprOrTypeTraitExpr flags over into Stmt. by Benjamin Kramer · 13 years ago
  78. 9121932 Make clever use of padding to shrink IntegerLiterals. by Benjamin Kramer · 13 years ago
  79. 0840f23 Bit pack StringLiteral. by Benjamin Kramer · 13 years ago
  80. bbf4b22 Reduce padding in MemberExpr. by Benjamin Kramer · 13 years ago
  81. 3654c69 CompoundLiteralExpr: Pair a bool with a pointer. by Benjamin Kramer · 13 years ago
  82. a72c352 Shuffle members of DesignatedInitExpr to avoid padding. by Benjamin Kramer · 13 years ago
  83. 0e2e13f Bit pack ExtProtoInfo. by Benjamin Kramer · 13 years ago
  84. 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
  85. 5ed7dd6 Okay, makes sense to change all the occurences to match clang.EXE. by Benjamin Kramer · 13 years ago
  86. f58b388 Allow any file extension for the clang binary in the linux-header-search test. by Benjamin Kramer · 13 years ago
  87. ea7c1e2 Don't assert when trying to diagnose why a class with a constructor template is by Richard Smith · 13 years ago
  88. 2229d57 Add the critical crtbegin.o files necessary for any of the tests in by Chandler Carruth · 13 years ago
  89. 079d2bb A follow-up to r151482 which added support for powerpc and powerpc64 by Chandler Carruth · 13 years ago
  90. 9a561d5 Ensure that we delete destructors in the right cases. Specifically: by Richard Smith · 13 years ago
  91. 155c54c Add support for PPC and PPC64 multiarch toolchains on Debain. by Chandler Carruth · 13 years ago
  92. 03f6878 Make sure we don't try to produce a definition of an implicitly-deleted function by Richard Smith · 13 years ago
  93. 8818955 Update release notes and language extensions pages to note that support for by Richard Smith · 13 years ago
  94. e653ba2 Special members which are defaulted or deleted on their first declaration are by Richard Smith · 13 years ago
  95. 2fa975c Revert r151460 as it is not enough to address the issue. by Argyrios Kyrtzidis · 13 years ago
  96. faf4ef6 Richard Smith pointed out that there already is a proposal for init list mangling. by Sebastian Redl · 13 years ago
  97. 8ed2091 When evaluating integer expressions handle logical operators outside by Argyrios Kyrtzidis · 13 years ago
  98. d1dc3aa Initializer lists are now supported. by Sebastian Redl · 13 years ago
  99. 19b1a6e CodeGen support for global variables of type std::initializer_list<X>. by Sebastian Redl · 13 years ago
  100. babcf9d Fix crashers on unexpected std::initializer_list layouts. Found by inspection. by Sebastian Redl · 13 years ago