1. 55fc873 Sort all of Clang's files under 'lib', and fix up the broken headers uncovered. by Chandler Carruth · 12 years ago
  2. 8b8a09e Merge function types in C. by Rafael Espindola · 12 years ago
  3. 9d29543 Don't return a pointer to an UnresolvedSetImpl in the CXXRecordDecl interface, by Argyrios Kyrtzidis · 12 years ago
  4. d1bac8d Allow an ASTConsumer to selectively skip function bodies while parsing. Patch by Richard Smith · 12 years ago
  5. 8dbf697 Add r168519 back, but with a fix to also merge the used flag in variables. by Rafael Espindola · 12 years ago
  6. 6df81a9 Revert r168519, "Merge used flags so that we don't have to iterate on isUsed. With this change" by NAKAMURA Takumi · 12 years ago
  7. 919b7e6 Merge used flags so that we don't have to iterate on isUsed. With this change by Rafael Espindola · 12 years ago
  8. 1a5bd5d PR14381: Never skip constexpr function bodies when code-completing. We may need by Richard Smith · 12 years ago
  9. 426391c A step towards sorting out handling of triviality of special members in C++11. by Richard Smith · 12 years ago
  10. 66cff72 Provide the correct mangling and linkage for certain unnamed nested classes. by David Blaikie · 12 years ago
  11. 97c81bf For classes that have the warn_unused_result attribute, don't apply the by Kaelyn Uhrain · 12 years ago
  12. 51ceb7b Enable C++11 attribute syntax for warn_unused_result and allow it to be by Kaelyn Uhrain · 12 years ago
  13. a67d503 PR13788: Don't perform checks on the initializer of a dependently-typed by Richard Smith · 12 years ago
  14. 88adb98 Avoid to write function name in comment. Thanks to Dmitri Gribenko. by Abramo Bagnara · 12 years ago
  15. eae859a Readded line removed by mistake. by Abramo Bagnara · 12 years ago
  16. 4c5750e Fixed converted ConstantArrayTypeLoc range. Added a missing testcase for ConstructorDecl source range. by Abramo Bagnara · 12 years ago
  17. 9568f0c Partially roll back r166898; it exposed a bug in the standard. by Richard Smith · 12 years ago
  18. c36e359 Revert functional part of r166896 and just suppress -Wunneeded-internal-declaration for reference types for now. This needs more work; the cases we currently miss are a bit random. by Richard Smith · 12 years ago
  19. 1432a43 When determining whether to try evaluating the initializer of a variable, check by Richard Smith · 12 years ago
  20. 623ef4b In -Wunneeded-internal-declaration, suppress the warning for variables which by Richard Smith · 12 years ago
  21. 39e1776 Fix false positive in -Wunused-variable when a ctor call make involve cleanups. by David Blaikie · 12 years ago
  22. e4851f2 Add a new warning -Wmissing-variable-declarations, to warn about variables by Eli Friedman · 12 years ago
  23. 444d384 Rework implementation of DR1492: Apply the resolution to operator delete too, by Richard Smith · 12 years ago
  24. 535a5d0 Allow objc_requires_super to be used to check class methods as well. by Jordan Rose · 12 years ago
  25. 5708c18 Implement C++ 10.3p16 - overrides involving deleted functions must match. by David Blaikie · 12 years ago
  26. 6c500b1 Fix warnings introduced by r165826. by DeLesley Hutchins · 12 years ago
  27. 3ce9fae Thread-safety analysis: support multiple thread-safety attributes on by DeLesley Hutchins · 12 years ago
  28. 6952c01 Fix typo correction of one qualified name to another. by David Blaikie · 12 years ago
  29. 38eb1e1 When storing the C++ overridden methods, store them once for the by Argyrios Kyrtzidis · 12 years ago
  30. 59c0a81 Fixed FunctionTypeLoc source range. by Abramo Bagnara · 12 years ago
  31. 16467f2 Fixed ParamDecl source range for implicit typed k&r parameters. by Abramo Bagnara · 12 years ago
  32. 45bed13 Fix scope location when parsing GNU attributes. by Michael Han · 12 years ago
  33. 6b2cc42 Change how the SelfReferenceChecker handles MemberExpr. Instead of treating by Richard Trieu · 12 years ago
  34. 3ba17ee Tweak diagnostic text to indicate that __weak on a local variable is only allowed by Ted Kremenek · 12 years ago
  35. c4a8391 PR13978: A 'decltype' DeclSpec has an expression representation, not a type by Richard Smith · 12 years ago
  36. 568f785 Cleaning up the self initialization checker. by Richard Trieu · 12 years ago
  37. 1952354 Move the 'find macro by spelling' infrastructure to the Preprocessor class and by Dmitri Gribenko · 12 years ago
  38. 58b6bdc Add a warning (off by default) for repeated use of the same weak property. by Jordan Rose · 12 years ago
  39. f3477c1 Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. See: http://en.wikipedia.org/wiki/If_and_only_if Commit 164766 by Sylvestre Ledru · 12 years ago
  40. 94ff8e1 Fix a typo 'iff' => 'if' by Sylvestre Ledru · 12 years ago
  41. e402e72 Fix for r163013 regression and further __interface enhancement. by John McCall · 12 years ago
  42. 7821e07 Make warnings about uninitialized fields include the field name. by Hans Wennborg · 12 years ago
  43. a405b25 Include types when a definition's type differs from a prior declaration. by David Blaikie · 12 years ago
  44. 7c3c6bc Handle lambdas where the lambda-declarator is an explicit "(void)". PR13854. by Eli Friedman · 12 years ago
  45. 43f8c40 Per discussion on cfe-dev, remove -Wunique-enums entirely. There by Ted Kremenek · 12 years ago
  46. e10f4d3 -Warc-retain-cycles: warn at variable initialization as well as assignment. by Jordan Rose · 12 years ago
  47. 6f5a2ec objective-C arc: remove -Warc-abi in its entirety. // rdar://10554025 by Fariborz Jahanian · 12 years ago
  48. 2c8e81e Fix warning on qualified typedef with 'unused' attribute, from Jason Haslam! by Douglas Gregor · 12 years ago
  49. 7537945 Promote the warning about extra qualification on a declaration from a by Douglas Gregor · 12 years ago
  50. 9f55983 objective-C: Improving diagnostocs for missing call to by Fariborz Jahanian · 13 years ago
  51. 8410113 objective-C: introduce __attribute((objc_requires_super)) on method by Fariborz Jahanian · 13 years ago
  52. 3359fa3 refactoring + objective-C specific test for my last patch. // rdar://12233989 by Fariborz Jahanian · 13 years ago
  53. 31ba613 Dont cast away const needlessly. Found by gcc48 -Wcast-qual. by Roman Divacky · 13 years ago
  54. 69e4826 PR13775: When checking for a tag type being shadowed by some other declaration, by Richard Smith · 13 years ago
  55. 37c765a c error recovery. treat an invalid redeclaration by Fariborz Jahanian · 13 years ago
  56. f143ae9 Changed the remaining dead asserts to llvm_unreachable. by Joao Matos · 13 years ago
  57. 6666ed4 Improved MSVC __interface support by adding first class support for it, instead of aliasing to "struct" which had some incorrect behaviour. Patch by David Robins. by Joao Matos · 13 years ago
  58. ccc4f28 The presence of a user-*declared* constructor makes the default by Douglas Gregor · 13 years ago
  59. 9f6419f Add -Wduplicate-enum warning. Clang will emit this warning when an implicitly by Richard Trieu · 13 years ago
  60. c0c0066 CUDA: give static storage class to __shared__ and __constant__ by Peter Collingbourne · 13 years ago
  61. fb60914 Fix the CC-matching logic for instance methods in the MS ABI. by John McCall · 13 years ago
  62. 5354e77 Now that ASTMultiPtr is nothing more than a array reference, make it a MutableArrayRef. by Benjamin Kramer · 13 years ago
  63. 3fe198b Rip out remnants of move semantic emulation and smart pointers in Sema. by Benjamin Kramer · 13 years ago
  64. 5965b7c Better wording for reference self-initialization warning. by Hans Wennborg · 13 years ago
  65. 0576681 PR41111, PR5925, PR13210: Teach tentative parsing to annotate identifiers and by Richard Smith · 13 years ago
  66. 767a1a2 c: privide deprecated warning when __private_extern__ storage by Fariborz Jahanian · 13 years ago
  67. 8be9e77 Warn about self-initialization of references. by Hans Wennborg · 13 years ago
  68. 27bec77 Don't do jump-scope checking when code completion is enabled. It's by Douglas Gregor · 13 years ago
  69. 0d5a069 Add support for "type safety" attributes that allow checking that 'void *' by Dmitri Gribenko · 13 years ago
  70. 7f90b53 objective-C++: issue diagnostic when ivar type is by Fariborz Jahanian · 13 years ago
  71. 4cc83c2 Patch to warn about __private_extern__ on tentative definitions by Fariborz Jahanian · 13 years ago
  72. 1b4b146 Check local static variables for self reference on initialization. by Richard Trieu · 13 years ago
  73. c41ace9 Attaching comments to redeclarations: fix wrong assumptions by Dmitri Gribenko · 13 years ago
  74. 4ef832f Provide isConst/Volatile on CXXMethodDecl. by David Blaikie · 13 years ago
  75. 8a64f88 Implicitly annotate __CFStringMakeConstantString with format_arg(1). by Jordan Rose · 13 years ago
  76. 2016c8c Don't add attributes for "#pragma pack" and friends to tag declarations which by Eli Friedman · 13 years ago
  77. 06808f1 Get rid of an early return in Sema::ActOnFields which doesn't make sense anymore. by Eli Friedman · 13 years ago
  78. b38b491 Objective-C pointer types don't have C-linkage, even though they are by Douglas Gregor · 13 years ago
  79. e27a08a For global record types, the self reference checker was called twice, resulting by Richard Trieu · 13 years ago
  80. eef0029 PR13527: don't assert if a function is explicitly defaulted when it's already by Richard Smith · 13 years ago
  81. 95aac15 Fix an assertion failure instantiating a constexpr function from within a -dealloc method. PR13401. by Eli Friedman · 13 years ago
  82. 96b0986 Comment parsing: add support for \tparam command on all levels. by Dmitri Gribenko · 13 years ago
  83. b9c6261 Improvements to vexing-parse warnings. Make the no-parameters case more by Richard Smith · 13 years ago
  84. e5e8f4d Use the location of the copy assignment when diagnosing classes that are nontrivial because of it. by Benjamin Kramer · 13 years ago
  85. b9d0b76 Final piece of core issue 1330: delay computing the exception specification of by Richard Smith · 13 years ago
  86. a95b4f7 Disable the warning for missing prototypes for OpenCL kernels. Includes testcase. by Tanya Lattner · 13 years ago
  87. 168c07b Tweak warning text for returning incomplete type from extern "C" functions. by Hans Wennborg · 13 years ago
  88. 3fe52ff When we have an Objective-C object with non-trivial lifetime in a by Douglas Gregor · 13 years ago
  89. 6dba4a1 Reset the layout of an ObjC class if we see an ivar in a category by Eric Christopher · 13 years ago
  90. 9d9cf50 Removing a spurious comment, no functionality changes. by Aaron Ballman · 13 years ago
  91. 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 · 13 years ago
  92. 71adc5b Merge visibility from previous decls before looking at visibility pragma. This by Rafael Espindola · 13 years ago
  93. becfc23 Record visibility pragmas when we see a tag declaration. We might use it by Rafael Espindola · 13 years ago
  94. d320ffc Without this patch clang warns on by Rafael Espindola · 13 years ago
  95. 4b044c6 Make const the argument of getDefinition. by Rafael Espindola · 13 years ago
  96. 2b884a8 Use llvm::APSInt::isSameValue to compare for the same value. by Eric Christopher · 13 years ago
  97. 838925d Provide a special-case diagnostic when two class member functions instantiate by Richard Smith · 13 years ago
  98. abd56c8 Attaching comments to declarations during parsing: handle more Objective-C declarations. by Dmitri Gribenko · 13 years ago
  99. 5e06529 Process #pragma visibility early in the parsing of class definitions. Fixes by Rafael Espindola · 13 years ago
  100. a5ef44f Enable comment parsing and semantic analysis to emit diagnostics. A few by Dmitri Gribenko · 13 years ago