1. d309c81 Rename static helpers to use 'camelCaseNames' per the new style by Chandler Carruth · 14 years ago
  2. 87c4460 Mechanical rename of 'd' Decl pointer parameters to 'D'. This is more by Chandler Carruth · 14 years ago
  3. 28445f0 -Fix mistake in ASTContext::getInnerObjCOwnership noticed by Doug by Argyrios Kyrtzidis · 14 years ago
  4. dca5226 Add initial *-*-rtems* target, from Joel Sherrill by Douglas Gregor · 14 years ago
  5. 05d4876 Fix the warning that is emitted when an ownership attribute is applied incorrectly. by Argyrios Kyrtzidis · 14 years ago
  6. a8349f5 Use transferARCOwnershipToDeclaratorChunk in inferARCWriteback, no functionality change. by Argyrios Kyrtzidis · 14 years ago
  7. 1c73dcb Fix assertion hit in inferARCWriteback. by Argyrios Kyrtzidis · 14 years ago
  8. 0a85183 [ARC] When casting from a pointer to an objective-c object with known ownership, if the by Argyrios Kyrtzidis · 14 years ago
  9. 707f101 -Remove Sema::ActOnCastOfParenListExpr and move most of its functionality to by Argyrios Kyrtzidis · 14 years ago
  10. 31862ba [ARC] When casting from a pointer to an objective-c object with known ownership, if the by Argyrios Kyrtzidis · 14 years ago
  11. 8cfa57b Break Sema::GetTypeForDeclarator in 2 functions, one for DeclSpec processing and another for the rest. by Argyrios Kyrtzidis · 14 years ago
  12. 17b6399 Introduce Declarator::ObjCCatchContext, this will result in correct error for 'auto' in obj-c catch. by Argyrios Kyrtzidis · 14 years ago
  13. 9864c7d Refactor AttributeList.h to use alphabetical order, from Caitlin Sadowski by Douglas Gregor · 14 years ago
  14. e67d151 Emit guard variables for any weak global that has a run-time by Douglas Gregor · 14 years ago
  15. 07f4a06 When adding boolean keywords for typo correction, add either "bool" or by Douglas Gregor · 14 years ago
  16. df9a41f Fix testcase by Douglas Gregor · 14 years ago
  17. bcc3e66 Don't zero-initialize default-initialized local variables that have by Douglas Gregor · 14 years ago
  18. 31fd2b7 For code such as: by Richard Trieu · 14 years ago
  19. 304e233 Fix for PR7410. Allow functions in a derived class that improperly overwrite a virtual function in the base class to be inserted into the derived class function list to prevent extra errors every time the derived class is used. by Richard Trieu · 14 years ago
  20. c89edf5 Fix AST representations of alias-declarations which define tag types. Inside classes, the tag types need to have an associated access specifier, and inside function definitions, they need to be included in the declarations of the DeclStmt. These issues manifested as assertions during template instantiation, and also in a WIP constexpr patch. by Richard Smith · 14 years ago
  21. 01b6e31 When we create a precompiled preamble, don't copy the by Douglas Gregor · 14 years ago
  22. 0e5abb8 Remove reference to the Index library by Douglas Gregor · 14 years ago
  23. 35ee32e Just mangle substituted template parameter types as unresolved types. by John McCall · 14 years ago
  24. 561f812 Introduce the notion of instantiation dependence into Clang's AST. A by Douglas Gregor · 14 years ago
  25. 68a51a7 Change the mangling of enclosing template template parameters by John McCall · 14 years ago
  26. b44e0cf No, actually, we do need to be able to mangle substituted template names. by John McCall · 14 years ago
  27. 935a70c Fix off-by-one error in StringLiteral::getLocationOfByte. by Hans Wennborg · 14 years ago
  28. 150fee8 Move test/Sema/return.cpp into test/SemaCXX/return.cpp by Hans Wennborg · 14 years ago
  29. ea4aba0 Perform lvalue-to-rvalue conversions on both operands of ->* by John McCall · 14 years ago
  30. 0e3d76c svn propdel svn:eol-style test/Sema/return.cpp by Hans Wennborg · 14 years ago
  31. d57b7ff Replace an unreachable error path with an assert by Peter Collingbourne · 14 years ago
  32. a1a3874 Fix typo by Peter Collingbourne · 14 years ago
  33. 62273f9 Test for errors for returning a value from a ctor or dtor. by Hans Wennborg · 14 years ago
  34. d3fc729 Add support for weakly imported classes (GNU runtime). by David Chisnall · 14 years ago
  35. bfbdcd8 Fixed enum constant evaluation assertions. by Abramo Bagnara · 14 years ago
  36. ca0d0d4 Improve the wording of the warning when returning a value from by Chandler Carruth · 14 years ago
  37. 1460604 Preserve that a TemplateName was arrived at by substituting by John McCall · 14 years ago
  38. a8581b9 Fix an obvious typo in an attribute's diagnostics. Patch by Caitlin Sadowski. by Chandler Carruth · 14 years ago
  39. 368691e createTargetMachine now takes a CPU string. by Evan Cheng · 14 years ago
  40. 1901dce Document and check tighter assumptions about the TemplateName of a by John McCall · 14 years ago
  41. 5b3284a Introduce a caching mechanism for macro expanded tokens. by Argyrios Kyrtzidis · 14 years ago
  42. 8ccac3d [libclang] Introduce cxcursor::getCursorParentDecl(CXCursor Cursor) and use it at the appropriate place in CIndex.cpp by Argyrios Kyrtzidis · 14 years ago
  43. c5c5e92 Introduce Preprocessor::getTotalMemory() and use it in CIndex.cpp, no functionality change. by Argyrios Kyrtzidis · 14 years ago
  44. 54001c1 Check for deprecated/unavailable/etc attributes on fields that are by Douglas Gregor · 14 years ago
  45. e12a11f When redeclaring a local extern in the same scope, make sure that we by Douglas Gregor · 14 years ago
  46. 8fefc8e objc-arc: fix a IRGen crash when checking for by Fariborz Jahanian · 14 years ago
  47. 5d9b6bf Use existing -fcatch-undefined-behavior option, by Fariborz Jahanian · 14 years ago
  48. c3151c4 Remove doxygen.cfg to prevent accidental commits, it is generated from doxygen.cfg.in. by Benjamin Kramer · 14 years ago
  49. 949fd1a Use preferred 64-bit alignment for i64 & f64 for Thumb targets. Radar 9695134. by Bob Wilson · 14 years ago
  50. 95b135b Make ARC support default to true. Please can we stop making Objective-C runtime features part of the platform description? This only makes sense for Darwin. by David Chisnall · 14 years ago
  51. c7aed3b Add ARC support for the GNUstep runtime. by David Chisnall · 14 years ago
  52. ded137f We don't pass classes with a copy-constructor or destructor byval, so the address takes up an integer register (if one is available). Make sure the x86-64 ABI implementation takes that into account properly. by Eli Friedman · 14 years ago
  53. 1df396d Revert accidental commit. by Evan Cheng · 14 years ago
  54. 693769c SubtargetFeature.h has been moved to MC. by Evan Cheng · 14 years ago
  55. 1077e42 Under a compiler flag, -freset-local-blocks, by Fariborz Jahanian · 14 years ago
  56. d6a4d18 Revert r133024, "[format strings] correctly suggest correct type for '%@' by Daniel Dunbar · 14 years ago
  57. be098b3 Update this test to reflect the new (deterministic) order in r134038. by Chandler Carruth · 14 years ago
  58. 5562053 Fix non-determinism in selecting between equal-length names which refer by Chandler Carruth · 14 years ago
  59. ea76d8a Modify test case to allow buildbots to make forward progress. This test should by Chad Rosier · 14 years ago
  60. 9af7e8e Fix an invalid use of ::back() on an newly emptied vector. Also tighten by Chandler Carruth · 14 years ago
  61. 99ca47b Driver/Darwin: -force_load can be specified multiple times. by Daniel Dunbar · 14 years ago
  62. de31fd7 Split out logic for valid clobbers and valid inline asm registers. by Eric Christopher · 14 years ago
  63. bf9eb88 Eliminate most uses of ShallowCollectObjCIvars which requires by Fariborz Jahanian · 14 years ago
  64. d3d49bb Be more thorough about mangling unresolved types. by John McCall · 14 years ago
  65. 2ecc28a Dynamically allocate the StringMaps used in typo correction so that we by Douglas Gregor · 14 years ago
  66. d8bba9c Add support for C++ namespace-aware typo correction, e.g., correcting by Douglas Gregor · 14 years ago
  67. 020540b Fix test case; we may end up linking against the libprofile_rt dylib. by Douglas Gregor · 14 years ago
  68. 0fa6bf7 [analyzer] strnlen isn't a builtin, don't test for it by Jordy Rose · 14 years ago
  69. 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 · 14 years ago
  70. 0b8c98f Introduce Declarator::CXXNewContext and remove 'AutoAllowedInTypeName' parameter by Argyrios Kyrtzidis · 14 years ago
  71. d3880f8 Centralize all checks for a C++ tag definition inside a typename in by Argyrios Kyrtzidis · 14 years ago
  72. 3215398 Centralize the check for a tag definition in a Declarator::PrototypeContext inside GetTypeForDeclarator. by Argyrios Kyrtzidis · 14 years ago
  73. db7abf7 Remove the call to GetTypeForDeclarator in Sema::ActOnCXXConditionDeclaration. by Argyrios Kyrtzidis · 14 years ago
  74. 2ba68b2 Cut down a few of the excess errors in the test. by Argyrios Kyrtzidis · 14 years ago
  75. 3963cef Revert unintentional commit. by Eli Friedman · 14 years ago
  76. 6326e05 Provide fix-it for '.' <-> '->' for Objective-C ivar/property access. by Fariborz Jahanian · 14 years ago
  77. c03fa49 ARC writeback isn't supposed to apply to local indirect pointers, by John McCall · 14 years ago
  78. 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 · 14 years ago
  79. 6ce51ee Don't factor in visibility for templates and template arguments by John McCall · 14 years ago
  80. a0b7d2e Merge this test into another. by John McCall · 14 years ago
  81. 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 · 14 years ago
  82. e6d134b Fix PR10204 in a better way. by John McCall · 14 years ago
  83. 239cad7 Update test for r133934. by John McCall · 14 years ago
  84. 68fe96a Handle nonnull attribute with optional argument number on by Fariborz Jahanian · 14 years ago
  85. 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 · 14 years ago
  86. 37ac1ea Minor grammatical fix for error message. Radar 9681093. by Bob Wilson · 14 years ago
  87. 9d11e6f Revert parts of r133860 to fix a crash. Add a test. by Nico Weber · 14 years ago
  88. 064c44b [libclang] Avoid having the cursor of an expression replace the declaration cursor by Argyrios Kyrtzidis · 14 years ago
  89. 5517b89 [libclang] Avoid having the cursor of an expression "overwrite" the annotation of the by Argyrios Kyrtzidis · 14 years ago
  90. 3f4be6f libprofile_rt may be installed as a dylib on Darwin. by Bill Wendling · 14 years ago
  91. 7e47e1e Reduce the size of the ExtInfo bitfield in FunctionType from 9 bits by Douglas Gregor · 14 years ago
  92. d0e8b78 When instantiating a C++ "new" expression, don't fake source locations by Douglas Gregor · 14 years ago
  93. 6628969 Cleanup a fixme by using a specific diagnostic for subscripting by Chandler Carruth · 14 years ago
  94. d944a9b Improve header search for MinGW(-w64), from Ruben Van Boxem! by Douglas Gregor · 14 years ago
  95. ae19806 Fix missing braces around two statements that were intended to be part by Chandler Carruth · 14 years ago
  96. 13b21be Factor out (some of) the checking for invalid forms of pointer by Chandler Carruth · 14 years ago
  97. 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 · 14 years ago
  98. 6594942 Cleanup cast IRGen a bit; no intended functionality change. by Eli Friedman · 14 years ago
  99. 1ab0d90 Fix a couple more issues related to r133854: by Richard Smith · 14 years ago
  100. df7b091 Do not apply the ARC move optimization to 'const'-qualified xvalues. by John McCall · 14 years ago