1. f2ceec4 Port getLocStart -> getBeginLoc by Stephen Kelly · 7 years ago
  2. 6907ce2 Remove trailing space by Fangrui Song · 7 years ago
  3. 9fc8faf Remove \brief commands from doxygen comments. by Adrian Prantl · 7 years ago
  4. fab3680 Clean carriage returns from lib/ and include/. NFC. by Malcolm Parsons · 7 years ago
  5. 797afe3 [CodeGen] Ignore OpaqueValueExprs that are unique references to their by Akira Hatanaka · 8 years ago
  6. 04f9bca Avoid including ScopeInfo.h from Sema.h by Reid Kleckner · 8 years ago
  7. 1cc47ea Remove debugging code I accidentally committed in r326530. by Akira Hatanaka · 8 years ago
  8. 627586b Add an option to disable tail-call optimization for escaping blocks. by Akira Hatanaka · 8 years ago
  9. a503855 Track in the AST whether the operand to a UnaryOperator can overflow and then use that logic when evaluating constant expressions and emitting codegen. by Aaron Ballman · 8 years ago
  10. 72f6563 Replace a use of std::for_each() with llvm::for_each(); NFC. by Aaron Ballman · 8 years ago
  11. 4b9f80c [ObjC] Check that a subscript methods is declared for a qualified id type by Alex Lorenz · 8 years ago
  12. 11352a8 [Objective-C] Fix "weak-unavailable" warning with -fobjc-weak by Brian Kelley · 9 years ago
  13. cafd912 [Objective-C] Fix "repeated use of weak" warning with -fobjc-weak by Brian Kelley · 9 years ago
  14. 484aa45 Encapsulate FPOptions and use it consistently by Adam Nemet · 9 years ago
  15. 01d9698 More diagnostic name fixups: w_ -> warn_, warning_ -> warn_, not_ -> note_. by Richard Smith · 9 years ago
  16. f881267 Mass-rename the handful of error_* diagnostics to err_*. by Richard Smith · 9 years ago
  17. e15a370 PR25890: Fix incoherent error handling in PerformImplicitConversion and by Richard Smith · 9 years ago
  18. f4f54e3 arc-repeated-use-of-weak should not warn about IBOutlet properties by Bob Wilson · 9 years ago
  19. 5b78640 Class Property: class property and instance property can have the same name. by Manman Ren · 10 years ago
  20. 60520e2 [MSVC] Fix for http://llvm.org/PR25636: indexed accessor property not supported correctly. by Alexey Bataev · 10 years ago
  21. f763027 [MSVC] 'property' with an empty array in array subscript expression. by Alexey Bataev · 10 years ago
  22. 637d1e6 Roll-back r250822. by Angel Garcia Gomez · 10 years ago
  23. b5250d3 Apply modernize-use-default to clang. by Angel Garcia Gomez · 10 years ago
  24. 6910347 [MSVC] Fix for http://llvm.org/PR24132: __declspec(property): double invocations of foo() when compiling foo()->propertyName by Alexey Bataev · 10 years ago
  25. ee04aeb When building a pseudo-object assignment, and the RHS is by John McCall · 10 years ago
  26. e83b956 Substitute type arguments into uses of Objective-C interface members. by Douglas Gregor · 10 years ago
  27. ab9db51 Revert r240270 ("Fixed/added namespace ending comments using clang-tidy"). by Alexander Kornienko · 10 years ago
  28. 3d9d929 Fixed/added namespace ending comments using clang-tidy. NFC by Alexander Kornienko · 10 years ago
  29. 890803f [Objective-C Sema]This patch fixes the warning when clang issues by Fariborz Jahanian · 10 years ago
  30. ced8bdf Sema: Parenthesized bound destructor member expressions can be called by David Majnemer · 11 years ago
  31. b4ef668 Update APIs that return a pair of iterators to return an iterator_range instead. by Benjamin Kramer · 11 years ago
  32. df91c92 Objective-C. Prevents a crash generating AST for a by Fariborz Jahanian · 11 years ago
  33. d13951f Objective-C. Accept 'nil' as indexing argument to by Fariborz Jahanian · 11 years ago
  34. bf3e327 Fix some cases where StringRef was being passed by const reference. Remove const from some other StringRefs since its implicitly const already. by Craig Topper · 11 years ago
  35. f6fabcc Fix crash when accessing a property of an invalid interface by Olivier Goffart · 11 years ago
  36. 4c182c8 Fix crash when assiging to a property with an invalid type by Olivier Goffart · 11 years ago
  37. 03376dc Switch over a few uses of param_begin() to parameters() by Alp Toker · 11 years ago
  38. 9277ff4 Objective-C ARC. Do not warn about properties with both by Fariborz Jahanian · 11 years ago
  39. 89ea961 Objective-C. Diagnose when property access is using declared by Fariborz Jahanian · 11 years ago
  40. d4a3f0e Hide the concept of diagnostic levels from lex, parse and sema by Alp Toker · 11 years ago
  41. 3d57640 Objective-C. Don't ignore availability attribute when by Fariborz Jahanian · 11 years ago
  42. 541d507 Avoid dubious IdentifierInfo::getNameStart() uses by Alp Toker · 11 years ago
  43. 01a7598 Refactoring. Remove release and take methods from ActionResult. Rename takeAs to getAs. by Nikola Smiljanic · 11 years ago
  44. 5551328 Objective-C. Diagnose use of properties in functions nested in, by Fariborz Jahanian · 11 years ago
  45. c3ec149 [C++11] Use 'nullptr'. Sema edition. by Craig Topper · 11 years ago
  46. f3ca2698 Decouple ExprCXX.h and DeclCXX.h and clean up includes a bit. by Benjamin Kramer · 11 years ago
  47. 29cdbc6 Objective-C. Patch to allow use of dot syntax on class by Fariborz Jahanian · 11 years ago
  48. e14c0f8 [C++11] Add 'override' keyword to virtual methods that override their base class. by Craig Topper · 12 years ago
  49. 15dde89 Objective-C properties. Fixes a crash in Sema where RHS of by Fariborz Jahanian · 12 years ago
  50. 314cc81 Rename getResultType() on function and method declarations to getReturnType() by Alp Toker · 12 years ago
  51. 1fb3955 Removing some more unnecessary manual quotes from diagnostics. by Aaron Ballman · 12 years ago
  52. 1bda459 Removing some more unnecessary manual quotes from attribute diagnostics. by Aaron Ballman · 12 years ago
  53. 213cf41 s/getter_setter/accessor No functional changes intended. by Aaron Ballman · 12 years ago
  54. 9e35bfe Parameterizing some MS property-related diagnostics. No functional changes intended. by Aaron Ballman · 12 years ago
  55. 965f882 Remove a whole lot of unused variables by Alp Toker · 12 years ago
  56. 2eaec61 ObjectiveC++: support for passing C++11 style initialized temporaries to by Fariborz Jahanian · 12 years ago
  57. 75807f2 Make IgnoreParens() look through ChooseExprs. by Eli Friedman · 12 years ago
  58. a4ce906 address some comments on r183474: by Adrian Prantl · 12 years ago
  59. 6f829e3 Objective-C arc: don't count use of __weak by Fariborz Jahanian · 12 years ago
  60. 78852e9 Replace 'MultiExprArg()' with 'None' by Dmitri Gribenko · 12 years ago
  61. 44ebbd5 Replace ArrayRef<T>() with None, now that we have an implicit ArrayRef constructor from None by Dmitri Gribenko · 12 years ago
  62. 0d9dd73 Don't put too much thought into whether or not to capture a by John McCall · 12 years ago
  63. 5e77d76 Basic support for Microsoft property declarations and references thereto. by John McCall · 12 years ago
  64. 6ae7e50 Add 178663 back. by Rafael Espindola · 12 years ago
  65. 985a3ab Revert 178663. by Rafael Espindola · 12 years ago
  66. adea16b Don't compute a patched/semantic storage class. by Rafael Espindola · 12 years ago
  67. a7d0384 Excise <cctype> from Clang (except clang-tblgen) in favor of CharInfo.h. by Jordan Rose · 13 years ago
  68. 3a02247 Sort all of Clang's files under 'lib', and fix up the broken headers uncovered. by Chandler Carruth · 13 years ago
  69. fd41aee Fix crash-on-invalid. <rdar://problem/12765391>. by Eli Friedman · 13 years ago
  70. a6567c4 Don't return a pointer to an UnresolvedSetImpl in the CXXRecordDecl interface, by Argyrios Kyrtzidis · 13 years ago
  71. 00fa429 Don't try to save the assigned value in a Objective-C property assignment by Eli Friedman · 13 years ago
  72. d01e83a Rename ObjCMethodDecl::isSynthesized to isPropertyAccessor. by Jordan Rose · 13 years ago
  73. 5de91cc Add FP_CONTRACT support for clang. by Lang Hames · 13 years ago
  74. 657b5f4 -Warc-repeated-use-of-weak: check ivars and variables as well. by Jordan Rose · 13 years ago
  75. d393458 Add a warning (off by default) for repeated use of the same weak property. by Jordan Rose · 13 years ago
  76. 00bcdd3 Fix a couple of Doxygen issues pointed out by -Wdocumentation. by Dmitri Gribenko · 13 years ago
  77. c215e76 Push ArrayRef through the Expr hierarchy. by Benjamin Kramer · 13 years ago
  78. adba9be Fix a bunch of -Wdocumentation warnings. by Dmitri Gribenko · 13 years ago
  79. 9080491 objective-c arc: Patch to suggest bridge casting of CF by Fariborz Jahanian · 13 years ago
  80. f3b7681 Change warning to error when property setter names conflict. // rdar://11528439 by Fariborz Jahanian · 13 years ago
  81. 3f88afa objective-c: warn on use of property setters by Fariborz Jahanian · 13 years ago
  82. 7bfb2d0 Move Sema::RequireCompleteType() and Sema::RequireCompleteExprType() by Douglas Gregor · 13 years ago
  83. d155c78 objective-arc: Retune my previous patch so warning by Fariborz Jahanian · 13 years ago
  84. fce89c6 objective-c arc: Issue warning under -Wreceiver-is-weak by Fariborz Jahanian · 13 years ago
  85. b525b52 objective-c: Issue diagnostic when an implicit by Fariborz Jahanian · 13 years ago
  86. aa0df2d Make control flow more explicit for rebuilding property reference expressions without their OpaqueValueExprs by Douglas Gregor · 13 years ago
  87. eba02fe super and class property reference expressions don't need to be by Douglas Gregor · 13 years ago
  88. ab468b0 Add info to ObjCPropertyRefExpr to indicate whether the dot syntax property by Argyrios Kyrtzidis · 14 years ago
  89. ba0afde objective-c: Improve diagnostics and by Fariborz Jahanian · 14 years ago
  90. bbafb8a Unify naming of LangOptions variable/get function across the Clang stack (Lex to AST). by David Blaikie · 14 years ago
  91. e65b086 Add clang support for new Objective-C literal syntax for NSDictionary, NSArray, by Ted Kremenek · 14 years ago
  92. 2d5aea0 Pull the OpaqueValueExpr's source expression into its constructor, so by Douglas Gregor · 14 years ago
  93. a80f1bf Add IsImplicit field in ObjCMessageExpr that is true when the message by Argyrios Kyrtzidis · 14 years ago
  94. e929082 Fix the instantiation of pseudo-object expressions. This is a by John McCall · 14 years ago
  95. d5c98ae Resolve placeholder expressions before trying to deduce by John McCall · 14 years ago
  96. fb3cb9a Revert r143972, which didn't actually compile under -Wnon-virtual-dtor. by Matt Beaumont-Gay · 14 years ago
  97. cfef546 There are some crazy cases that LookupMethodInReceiverType by John McCall · 14 years ago
  98. 50da84b Better fix for -Wnon-virtual-dtor by Matt Beaumont-Gay · 14 years ago
  99. 43e15ff Appease -Wnon-virtual-dtor by Matt Beaumont-Gay · 14 years ago
  100. 5c29d69 Unbreak gcc build. by Benjamin Kramer · 14 years ago