1. ea76d8a Modify test case to allow buildbots to make forward progress. This test should by Chad Rosier · 13 years ago
  2. 9af7e8e Fix an invalid use of ::back() on an newly emptied vector. Also tighten by Chandler Carruth · 13 years ago
  3. 99ca47b Driver/Darwin: -force_load can be specified multiple times. by Daniel Dunbar · 13 years ago
  4. de31fd7 Split out logic for valid clobbers and valid inline asm registers. by Eric Christopher · 13 years ago
  5. bf9eb88 Eliminate most uses of ShallowCollectObjCIvars which requires by Fariborz Jahanian · 13 years ago
  6. d3d49bb Be more thorough about mangling unresolved types. by John McCall · 13 years ago
  7. 2ecc28a Dynamically allocate the StringMaps used in typo correction so that we by Douglas Gregor · 13 years ago
  8. d8bba9c Add support for C++ namespace-aware typo correction, e.g., correcting by Douglas Gregor · 13 years ago
  9. 020540b Fix test case; we may end up linking against the libprofile_rt dylib. by Douglas Gregor · 13 years ago
  10. 0fa6bf7 [analyzer] strnlen isn't a builtin, don't test for it by Jordy Rose · 13 years ago
  11. 8306831 Fix PR9279 - Macro expansion stack trace seriously broken with function-style macros, by not recursively printing notes for other 'instantiated from' notes. by Chris Lattner · 13 years ago
  12. 0b8c98f Introduce Declarator::CXXNewContext and remove 'AutoAllowedInTypeName' parameter by Argyrios Kyrtzidis · 13 years ago
  13. d3880f8 Centralize all checks for a C++ tag definition inside a typename in by Argyrios Kyrtzidis · 13 years ago
  14. 3215398 Centralize the check for a tag definition in a Declarator::PrototypeContext inside GetTypeForDeclarator. by Argyrios Kyrtzidis · 13 years ago
  15. db7abf7 Remove the call to GetTypeForDeclarator in Sema::ActOnCXXConditionDeclaration. by Argyrios Kyrtzidis · 13 years ago
  16. 2ba68b2 Cut down a few of the excess errors in the test. by Argyrios Kyrtzidis · 13 years ago
  17. 3963cef Revert unintentional commit. by Eli Friedman · 13 years ago
  18. 6326e05 Provide fix-it for '.' <-> '->' for Objective-C ivar/property access. by Fariborz Jahanian · 13 years ago
  19. c03fa49 ARC writeback isn't supposed to apply to local indirect pointers, by John McCall · 13 years ago
  20. 0c05122 Merge some calls to FoldingSetNodeID::AddInteger; assuming my measurements aren't completely off, roughly a 1% speedup on SingleSource/UnitTests/ObjC/trivial-interface.m . by Eli Friedman · 13 years ago
  21. 6ce51ee Don't factor in visibility for templates and template arguments by John McCall · 13 years ago
  22. a0b7d2e Merge this test into another. by John McCall · 13 years ago
  23. 0c1c98c Cache the result of AttributeList::getKind(); it's relatively expensive to compute, and we query it frequently enough that it showed up in a profile. by Eli Friedman · 13 years ago
  24. e6d134b Fix PR10204 in a better way. by John McCall · 13 years ago
  25. 239cad7 Update test for r133934. by John McCall · 13 years ago
  26. 68fe96a Handle nonnull attribute with optional argument number on by Fariborz Jahanian · 13 years ago
  27. eda3687 [analyzer] Use UnknownVal when default-initializing arrays whose element types we don't model, to distinguish them from uninitialized arrays (PR10163). by Jordy Rose · 13 years ago
  28. 37ac1ea Minor grammatical fix for error message. Radar 9681093. by Bob Wilson · 13 years ago
  29. 9d11e6f Revert parts of r133860 to fix a crash. Add a test. by Nico Weber · 13 years ago
  30. 064c44b [libclang] Avoid having the cursor of an expression replace the declaration cursor by Argyrios Kyrtzidis · 13 years ago
  31. 5517b89 [libclang] Avoid having the cursor of an expression "overwrite" the annotation of the by Argyrios Kyrtzidis · 13 years ago
  32. 3f4be6f libprofile_rt may be installed as a dylib on Darwin. by Bill Wendling · 13 years ago
  33. 7e47e1e Reduce the size of the ExtInfo bitfield in FunctionType from 9 bits by Douglas Gregor · 13 years ago
  34. d0e8b78 When instantiating a C++ "new" expression, don't fake source locations by Douglas Gregor · 13 years ago
  35. 6628969 Cleanup a fixme by using a specific diagnostic for subscripting by Chandler Carruth · 13 years ago
  36. d944a9b Improve header search for MinGW(-w64), from Ruben Van Boxem! by Douglas Gregor · 13 years ago
  37. ae19806 Fix missing braces around two statements that were intended to be part by Chandler Carruth · 13 years ago
  38. 13b21be Factor out (some of) the checking for invalid forms of pointer by Chandler Carruth · 13 years ago
  39. 2ced044 Fix PR10187: when diagnosing a two-phase-lookup-related failure, don't assert that any names we find are valid candidates for the call. by Richard Smith · 13 years ago
  40. 6594942 Cleanup cast IRGen a bit; no intended functionality change. by Eli Friedman · 13 years ago
  41. 1ab0d90 Fix a couple more issues related to r133854: by Richard Smith · 13 years ago
  42. df7b091 Do not apply the ARC move optimization to 'const'-qualified xvalues. by John McCall · 13 years ago
  43. 545d996 LValue carries a type now, so simplify the main EmitLoad/Store APIs by John McCall · 13 years ago
  44. 913dab2 Mark the multiply which occurs as part of performing pointer by John McCall · 13 years ago
  45. 555f57e When deciding how to parse "= something" as part of a member by Douglas Gregor · 13 years ago
  46. 831fb96 objc-arc/mrc: Allow ns_returns_not_retained attribute on properties by Fariborz Jahanian · 13 years ago
  47. 88c1dfc Two more test cases which have been long uncommitted. by John McCall · 13 years ago
  48. 4027f09 Test case for r133840, neglectfully uncommitted. by John McCall · 13 years ago
  49. 0c24c80 Honor objc_precise_lifetime in GC mode by feeding the value by John McCall · 13 years ago
  50. 537c34611 Revert "Shorten some ARM builtin names by removing unnecessary "neon" prefix." by Bob Wilson · 13 years ago
  51. 1d323e0 Fix struct member's scope. Patch by Xi Wang. by Devang Patel · 13 years ago
  52. bc8d40d Change the IR-generation of VLAs so that we capture bounds, by John McCall · 13 years ago
  53. 89f19e4 Shorten some ARM builtin names by removing unnecessary "neon" prefix. by Bob Wilson · 13 years ago
  54. 327126e No need to warn if 'unavailable' method/property by Fariborz Jahanian · 13 years ago
  55. f2050f2 objc-arc: Give more descriptive diagnostics when by Fariborz Jahanian · 13 years ago
  56. a7bf7bb Only do delayed diagnostics if there were no errors when parsing the decl. by Argyrios Kyrtzidis · 13 years ago
  57. cf79eba [arcmt] Add test for rdar://9601437. by Argyrios Kyrtzidis · 13 years ago
  58. 921c143 objc-arc: Check on a variety of unsafe assignment of retained by Fariborz Jahanian · 13 years ago
  59. f58de90 Fix comments. by Bob Wilson · 13 years ago
  60. 7ddf6b2 Allow Lexer::getLocForEndOfToken to return the location just passed the macro instantiation by Argyrios Kyrtzidis · 13 years ago
  61. 544607e In TextDiagnosticPrinter::EmitCaretDiagnostic, don't always drop fixits if the caret location by Argyrios Kyrtzidis · 13 years ago
  62. b5303aa Allow the fixit for missing ':' in the ?: ternary operator if it is pointing by Argyrios Kyrtzidis · 13 years ago
  63. ed37ab8 SourceManager::isAtStartOfMacroInstantiation should check not only if the location by Argyrios Kyrtzidis · 13 years ago
  64. 8e27eb7 unittests/Basic/FileManagerTest.cpp: Unbreak Win32, mingw and msvc. by NAKAMURA Takumi · 13 years ago
  65. e458fda Fix unused label warning. by Jay Foad · 13 years ago
  66. c39b6bc This patch started as an attempt to fix up the horrid naming by Sean Hunt · 13 years ago
  67. b8b0313 Rename objc_lifetime -> objc_ownership, and modify diagnostics to talk about 'ownership', not 'lifetime'. by Argyrios Kyrtzidis · 13 years ago
  68. a813973 When forming a cycle in objc's inheritance hierarchy, by Fariborz Jahanian · 13 years ago
  69. 89b29d1 Unbreak the CMake build. by Sean Hunt · 13 years ago
  70. b1094a0 [arcmt] Fully migrate ObjC++ classes, rdar://9660007. by Argyrios Kyrtzidis · 13 years ago
  71. 7707c75 [arcmt] Remove rewriteAllocCopyWithZone transformation; not needed anymore. by Argyrios Kyrtzidis · 13 years ago
  72. 7b3f853 Apparently at some point in the past I forgot how 'continue' by John McCall · 13 years ago
  73. d028302 Improve on warning when objc pointer is used in by Fariborz Jahanian · 13 years ago
  74. 4c4cbe5 Remove superfluous comment by Douglas Gregor · 13 years ago
  75. 8cf0f52 Move definition of template <typename T> void Decl::dropAttr by Fariborz Jahanian · 13 years ago
  76. 7f88c01 Bump Token::Kind from an unsigned char to an unsigned short, from Anton Lokhmotov by Douglas Gregor · 13 years ago
  77. cf5abc7 Support for catching objc pointer objects in c++ catch-statement by Fariborz Jahanian · 13 years ago
  78. b9b4b78 Fix Sema::CheckVectorOperands so that it doesn't try to insert a cast expression into the LHS of a compound assignment. Fixes compound assignment of various "compatible" vector types, including NEON-vector and gcc-vector types. by Eli Friedman · 13 years ago
  79. d6bf0ef Minor tweak to my last patch per Doug's comment. by Fariborz Jahanian · 13 years ago
  80. 7140b3c cmake+lit: final cleanup related to the recent churn by Andrew Trick · 13 years ago
  81. c3ca14d Remove multiple use of weak_import attribute on by Fariborz Jahanian · 13 years ago
  82. 8785d11 Remove weak_import attribute on new declaration. // rdar://9538608 by Fariborz Jahanian · 13 years ago
  83. 89bb614 fix autoconf build from r133710 by Dylan Noblesmith · 13 years ago
  84. 1626601 avoid using config.h in public headers by Dylan Noblesmith · 13 years ago
  85. d962499 Add documentation about __has_feature(cxx_delegationg_constructors) by Sean Hunt · 13 years ago
  86. 115f2b9 Fix this test on machines that don't run clang -cc1as when asked to assemble. by Nick Lewycky · 13 years ago
  87. 64f857b Fix a minor copy-paste-o that broke the stylesheets by Sean Hunt · 13 years ago
  88. 7e98b47 Fix a bunch of HTML compliance problems with LanguageExtensions.html by Sean Hunt · 13 years ago
  89. 2b1ad8b Move all of Sema's member-access-related checking out of SemaExpr.cpp by Douglas Gregor · 13 years ago
  90. 647ba1b Revert "-fexceptions does not, in fact, enable C++ exceptions" by Sean Hunt · 13 years ago
  91. 572bbec Allow unavailable function calls inside unavailable functions in C++/ObjC++ as well. rdar://9660196 by Argyrios Kyrtzidis · 13 years ago
  92. 4cc12c6 Clean up the heart of the caching code and miss fewer edge cases. by Sean Hunt · 13 years ago
  93. 4b4ba8b -fexceptions does not, in fact, enable C++ exceptions by Sean Hunt · 13 years ago
  94. b7bca25 lit support for REQUIRES: asserts. by Andrew Trick · 13 years ago
  95. 4f0845e Check for placeholders early on in by Douglas Gregor · 13 years ago
  96. ab183df Fix a think-o that amazingly didn't show up until I started writing by Sean Hunt · 13 years ago
  97. d543130 Issue warning if weak_import attribute is added to an already by Fariborz Jahanian · 13 years ago
  98. 9c7f469 test/Unit: Fixup lit.cfg to allow running inside test/Unit (with llvm-config in by Daniel Dunbar · 13 years ago
  99. 9d96bce Alloa catching Objective-C id's being thrown with C++ throw by Fariborz Jahanian · 13 years ago
  100. 0d9106f Changes ParenListExpr to always require a type. by Manuel Klimek · 13 years ago