1. 5354e77 Now that ASTMultiPtr is nothing more than a array reference, make it a MutableArrayRef. by Benjamin Kramer · 12 years ago
  2. 3fe198b Rip out remnants of move semantic emulation and smart pointers in Sema. by Benjamin Kramer · 12 years ago
  3. 5965b7c Better wording for reference self-initialization warning. by Hans Wennborg · 12 years ago
  4. 0576681 PR41111, PR5925, PR13210: Teach tentative parsing to annotate identifiers and by Richard Smith · 12 years ago
  5. 767a1a2 c: privide deprecated warning when __private_extern__ storage by Fariborz Jahanian · 12 years ago
  6. 8be9e77 Warn about self-initialization of references. by Hans Wennborg · 12 years ago
  7. 27bec77 Don't do jump-scope checking when code completion is enabled. It's by Douglas Gregor · 12 years ago
  8. 0d5a069 Add support for "type safety" attributes that allow checking that 'void *' by Dmitri Gribenko · 12 years ago
  9. 7f90b53 objective-C++: issue diagnostic when ivar type is by Fariborz Jahanian · 12 years ago
  10. 4cc83c2 Patch to warn about __private_extern__ on tentative definitions by Fariborz Jahanian · 12 years ago
  11. 1b4b146 Check local static variables for self reference on initialization. by Richard Trieu · 12 years ago
  12. c41ace9 Attaching comments to redeclarations: fix wrong assumptions by Dmitri Gribenko · 12 years ago
  13. 4ef832f Provide isConst/Volatile on CXXMethodDecl. by David Blaikie · 12 years ago
  14. 8a64f88 Implicitly annotate __CFStringMakeConstantString with format_arg(1). by Jordan Rose · 12 years ago
  15. 2016c8c Don't add attributes for "#pragma pack" and friends to tag declarations which by Eli Friedman · 12 years ago
  16. 06808f1 Get rid of an early return in Sema::ActOnFields which doesn't make sense anymore. by Eli Friedman · 12 years ago
  17. b38b491 Objective-C pointer types don't have C-linkage, even though they are by Douglas Gregor · 12 years ago
  18. e27a08a For global record types, the self reference checker was called twice, resulting by Richard Trieu · 12 years ago
  19. eef0029 PR13527: don't assert if a function is explicitly defaulted when it's already by Richard Smith · 12 years ago
  20. 95aac15 Fix an assertion failure instantiating a constexpr function from within a -dealloc method. PR13401. by Eli Friedman · 12 years ago
  21. 96b0986 Comment parsing: add support for \tparam command on all levels. by Dmitri Gribenko · 12 years ago
  22. b9c6261 Improvements to vexing-parse warnings. Make the no-parameters case more by Richard Smith · 12 years ago
  23. e5e8f4d Use the location of the copy assignment when diagnosing classes that are nontrivial because of it. by Benjamin Kramer · 12 years ago
  24. b9d0b76 Final piece of core issue 1330: delay computing the exception specification of by Richard Smith · 12 years ago
  25. a95b4f7 Disable the warning for missing prototypes for OpenCL kernels. Includes testcase. by Tanya Lattner · 12 years ago
  26. 168c07b Tweak warning text for returning incomplete type from extern "C" functions. by Hans Wennborg · 12 years ago
  27. 3fe52ff When we have an Objective-C object with non-trivial lifetime in a by Douglas Gregor · 12 years ago
  28. 6dba4a1 Reset the layout of an ObjC class if we see an ivar in a category by Eric Christopher · 12 years ago
  29. 9d9cf50 Removing a spurious comment, no functionality changes. by Aaron Ballman · 12 years ago
  30. f816787 Relaxed enumeration constant naming rules for scoped enumerators so they no longer emit a diagnostic when the enumeration's name matches that of the class. Fixes PR13128. by Aaron Ballman · 12 years ago
  31. 71adc5b Merge visibility from previous decls before looking at visibility pragma. This by Rafael Espindola · 12 years ago
  32. becfc23 Record visibility pragmas when we see a tag declaration. We might use it by Rafael Espindola · 12 years ago
  33. d320ffc Without this patch clang warns on by Rafael Espindola · 12 years ago
  34. 4b044c6 Make const the argument of getDefinition. by Rafael Espindola · 12 years ago
  35. 2b884a8 Use llvm::APSInt::isSameValue to compare for the same value. by Eric Christopher · 12 years ago
  36. 838925d Provide a special-case diagnostic when two class member functions instantiate by Richard Smith · 12 years ago
  37. abd56c8 Attaching comments to declarations during parsing: handle more Objective-C declarations. by Dmitri Gribenko · 12 years ago
  38. 5e06529 Process #pragma visibility early in the parsing of class definitions. Fixes by Rafael Espindola · 12 years ago
  39. a5ef44f Enable comment parsing and semantic analysis to emit diagnostics. A few by Dmitri Gribenko · 12 years ago
  40. 8d71918 Handle #pragma visibility in explicit specializations and enums. by Rafael Espindola · 12 years ago
  41. f2f15b3 Don't process #pragma visibility during instantiation. The visibility of the by Rafael Espindola · 12 years ago
  42. 8ad6c86 PR13293: Defer deduction of an auto type with a dependent declarator, such as "auto (*f)(T t)". by Richard Smith · 12 years ago
  43. 7dd900e In blocks, only pretend that enum constants have enum type if necessary. by Jordan Rose · 12 years ago
  44. 4ac5751 In Sema::ClassifyName, try to avoid nonsensical corrections to by Kaelyn Uhrain · 12 years ago
  45. 04ca19b Add a fix-it hint note to -Wunique-enum to suggest that the last element gets by Richard Trieu · 12 years ago
  46. 6b02009 Make explicit specializations at class scope work by Nico Weber · 12 years ago
  47. c1fb542 Perform typo correction for base class specifiers. by Kaelyn Uhrain · 12 years ago
  48. 16ae9de Documentation cleanup: making \param docs match the code. by James Dennett · 12 years ago
  49. efce31f Documentation cleanup: by James Dennett · 12 years ago
  50. 260611a Restructure how the driver communicates information about the by John McCall · 12 years ago
  51. 5e94d6f Extend the support for cl-std to include 1.2. by Tanya Lattner · 12 years ago
  52. 7e58ad5 Don't warn about address-to-member used as part of initialisation, if by Joerg Sonnenberger · 12 years ago
  53. c5613b2 Explicitly build __builtin_va_list. by Meador Inge · 12 years ago
  54. a0cff72 [AST/libclang] Fix the selector locations that are reported for a by Argyrios Kyrtzidis · 12 years ago
  55. 50dc12a Recover when correcting an unknown type name to a keyword like "struct". by Kaelyn Uhrain · 12 years ago
  56. 7bf3340 Move isCXXSimpleTypeSpecifier from Parser to Sema and tweak it for wider use. by Kaelyn Uhrain · 12 years ago
  57. 54655be If parsing a trailing-return-type fails, don't pretend we didn't have one at by Richard Smith · 12 years ago
  58. ca52330 PR13064: Store whether an in-class initializer uses direct or copy by Richard Smith · 12 years ago
  59. 0abbdfe Warn in ObjC++ when an 'auto' variable deduces type 'id'. by Jordan Rose · 12 years ago
  60. f4fe843 Allow friend declarations of defaulted special member functions. Only by Richard Smith · 12 years ago
  61. b7fe579 Teach the FixIt in DiagnoseInvalidRedeclaration how to replace the written by Kaelyn Uhrain · 12 years ago
  62. ef094a1 Ignore corrections to functions with bodies when deciding which by Kaelyn Uhrain · 12 years ago
  63. 581deb3 Revert Decl's iterators back to pointer value_type rather than reference value_type by David Blaikie · 12 years ago
  64. 1ea6744 objective-c: merge deprecated/unavailable attributes to by Fariborz Jahanian · 12 years ago
  65. abe21e3 Disable -Wunique-enum for anonymous enums. by David Blaikie · 12 years ago
  66. 7af7de7 Add new -Wunique-enum which will warn on enums which all elements have the by Richard Trieu · 12 years ago
  67. 7f7c42b Fix indentation. by David Blaikie · 12 years ago
  68. 3f66406 Centralize the handling of the "attribute declaration must precede definition" by Rafael Espindola · 12 years ago
  69. 0a4a23a A selector match between two Objective-C methods does *not* guarantee by Douglas Gregor · 12 years ago
  70. dc3eb6a Remove word 'block' from option and diagnostic I added in r156825. by Fariborz Jahanian · 12 years ago
  71. 8f674a8 objective-c nonfragile abi: discourage ivar declarations by Fariborz Jahanian · 12 years ago
  72. 0cd00be objc: allow typedef'ing an id to a pointer to a c-struct only. by Fariborz Jahanian · 12 years ago
  73. 599f1b7 Refactor all the by Rafael Espindola · 12 years ago
  74. 420efd8 Produce a warning for mismatched section attributes. Completest pr9356. by Rafael Espindola · 12 years ago
  75. bf9da1f Fix a recent regression with the merging of format attributes. by Rafael Espindola · 12 years ago
  76. 98ae834 Fix an old (2009) FIXME: by Rafael Espindola · 12 years ago
  77. 1de6a6c objective-c. Fixes a 'fixit' where location of by Fariborz Jahanian · 12 years ago
  78. 7e9f8af Update the SelfReferenceChecker. Refactored some of the visitor methods. by Richard Trieu · 12 years ago
  79. 3b29436 Split mergeAvailabilityAttr out of handleAvailabilityAttr. This is important by Rafael Espindola · 12 years ago
  80. f502d8e Switch RequireLiteralType() off of PartialDiagnostic. by Douglas Gregor · 12 years ago
  81. a058fd4 Revert most of r154844, which was disabled in r155975. Keep around the by Richard Smith · 12 years ago
  82. 12f3297 Try harder to recognize hidden tag type names in potential declarations instead by Kaelyn Uhrain · 12 years ago
  83. 2c0abf4 Add FixItHint for -Wnull-conversion to initialize with an appropriate literal. by David Blaikie · 12 years ago
  84. e7be109 HandleDeclarator() returns NULL for semantic disasters. Deal with it by Douglas Gregor · 12 years ago
  85. 262bc18 Remove the ref/value inconsistency in filter_decl_iterator. by David Blaikie · 12 years ago
  86. 392b3f5 Imrpove the note text for when a non-type decl hides a tag type by Kaelyn Uhrain · 12 years ago
  87. aec2ac6 Add note to help explain why a tag such as 'struct' is needed to refer by Kaelyn Uhrain · 12 years ago
  88. a4156b8 Fix regression in r154844. If necessary, defer computing adjusted destructor by Richard Smith · 12 years ago
  89. 87162c2 PR12569: Instantiate exception specifications of explicit instantiations by Richard Smith · 12 years ago
  90. 74e2fc3 Implement the last part of C++ [class.mem]p2, delaying the parsing of by Douglas Gregor · 12 years ago
  91. cefc3af Implement C++11 [expr.prim.general]p3, which permits the use of 'this' by Douglas Gregor · 12 years ago
  92. a1c4f7c PR12500: Improve the wording of the diagnostic for a redefinition of a name by Richard Smith · 12 years ago
  93. cf2fa2f Fixed scoping error for late parsed attributes in nested classes. by DeLesley Hutchins · 12 years ago
  94. 6d858d9 Replace the workaround from r153445 with a proper fix. by Kaelyn Uhrain · 12 years ago
  95. 1c931be Implement DR1402: if a field or base class is not movable, the derived class's by Richard Smith · 12 years ago
  96. c5a89a1 Basic semantic analysis support for inheriting constructor declarations in by Richard Smith · 12 years ago
  97. 6960587 Unify and fix our checking of C++ [dcl.meaning]p1's requirements by Douglas Gregor · 12 years ago
  98. 0179868 When diagnosing an invalid out-of-line redeclaration, don't permit by Douglas Gregor · 12 years ago
  99. 4ca93d9 Delay checking of dependent underlying types for redeclarations of member by Richard Smith · 12 years ago
  100. 3343fad When defining a forward-declared enum, don't try to attach the definition to by Richard Smith · 12 years ago