1. e14c0f8 [C++11] Add 'override' keyword to virtual methods that override their base class. by Craig Topper · 12 years ago
  2. 15dde89 Objective-C properties. Fixes a crash in Sema where RHS of by Fariborz Jahanian · 12 years ago
  3. 314cc81 Rename getResultType() on function and method declarations to getReturnType() by Alp Toker · 12 years ago
  4. 1fb3955 Removing some more unnecessary manual quotes from diagnostics. by Aaron Ballman · 12 years ago
  5. 1bda459 Removing some more unnecessary manual quotes from attribute diagnostics. by Aaron Ballman · 12 years ago
  6. 213cf41 s/getter_setter/accessor No functional changes intended. by Aaron Ballman · 12 years ago
  7. 9e35bfe Parameterizing some MS property-related diagnostics. No functional changes intended. by Aaron Ballman · 12 years ago
  8. 965f882 Remove a whole lot of unused variables by Alp Toker · 12 years ago
  9. 2eaec61 ObjectiveC++: support for passing C++11 style initialized temporaries to by Fariborz Jahanian · 12 years ago
  10. 75807f2 Make IgnoreParens() look through ChooseExprs. by Eli Friedman · 12 years ago
  11. a4ce906 address some comments on r183474: by Adrian Prantl · 12 years ago
  12. 6f829e3 Objective-C arc: don't count use of __weak by Fariborz Jahanian · 12 years ago
  13. 78852e9 Replace 'MultiExprArg()' with 'None' by Dmitri Gribenko · 13 years ago
  14. 44ebbd5 Replace ArrayRef<T>() with None, now that we have an implicit ArrayRef constructor from None by Dmitri Gribenko · 13 years ago
  15. 0d9dd73 Don't put too much thought into whether or not to capture a by John McCall · 13 years ago
  16. 5e77d76 Basic support for Microsoft property declarations and references thereto. by John McCall · 13 years ago
  17. 6ae7e50 Add 178663 back. by Rafael Espindola · 13 years ago
  18. 985a3ab Revert 178663. by Rafael Espindola · 13 years ago
  19. adea16b Don't compute a patched/semantic storage class. by Rafael Espindola · 13 years ago
  20. a7d0384 Excise <cctype> from Clang (except clang-tblgen) in favor of CharInfo.h. by Jordan Rose · 13 years ago
  21. 3a02247 Sort all of Clang's files under 'lib', and fix up the broken headers uncovered. by Chandler Carruth · 13 years ago
  22. fd41aee Fix crash-on-invalid. <rdar://problem/12765391>. by Eli Friedman · 13 years ago
  23. a6567c4 Don't return a pointer to an UnresolvedSetImpl in the CXXRecordDecl interface, by Argyrios Kyrtzidis · 13 years ago
  24. 00fa429 Don't try to save the assigned value in a Objective-C property assignment by Eli Friedman · 13 years ago
  25. d01e83a Rename ObjCMethodDecl::isSynthesized to isPropertyAccessor. by Jordan Rose · 13 years ago
  26. 5de91cc Add FP_CONTRACT support for clang. by Lang Hames · 13 years ago
  27. 657b5f4 -Warc-repeated-use-of-weak: check ivars and variables as well. by Jordan Rose · 13 years ago
  28. d393458 Add a warning (off by default) for repeated use of the same weak property. by Jordan Rose · 13 years ago
  29. 00bcdd3 Fix a couple of Doxygen issues pointed out by -Wdocumentation. by Dmitri Gribenko · 13 years ago
  30. c215e76 Push ArrayRef through the Expr hierarchy. by Benjamin Kramer · 13 years ago
  31. adba9be Fix a bunch of -Wdocumentation warnings. by Dmitri Gribenko · 13 years ago
  32. 9080491 objective-c arc: Patch to suggest bridge casting of CF by Fariborz Jahanian · 13 years ago
  33. f3b7681 Change warning to error when property setter names conflict. // rdar://11528439 by Fariborz Jahanian · 13 years ago
  34. 3f88afa objective-c: warn on use of property setters by Fariborz Jahanian · 13 years ago
  35. 7bfb2d0 Move Sema::RequireCompleteType() and Sema::RequireCompleteExprType() by Douglas Gregor · 14 years ago
  36. d155c78 objective-arc: Retune my previous patch so warning by Fariborz Jahanian · 14 years ago
  37. fce89c6 objective-c arc: Issue warning under -Wreceiver-is-weak by Fariborz Jahanian · 14 years ago
  38. b525b52 objective-c: Issue diagnostic when an implicit by Fariborz Jahanian · 14 years ago
  39. aa0df2d Make control flow more explicit for rebuilding property reference expressions without their OpaqueValueExprs by Douglas Gregor · 14 years ago
  40. eba02fe super and class property reference expressions don't need to be by Douglas Gregor · 14 years ago
  41. ab468b0 Add info to ObjCPropertyRefExpr to indicate whether the dot syntax property by Argyrios Kyrtzidis · 14 years ago
  42. ba0afde objective-c: Improve diagnostics and by Fariborz Jahanian · 14 years ago
  43. bbafb8a Unify naming of LangOptions variable/get function across the Clang stack (Lex to AST). by David Blaikie · 14 years ago
  44. e65b086 Add clang support for new Objective-C literal syntax for NSDictionary, NSArray, by Ted Kremenek · 14 years ago
  45. 2d5aea0 Pull the OpaqueValueExpr's source expression into its constructor, so by Douglas Gregor · 14 years ago
  46. a80f1bf Add IsImplicit field in ObjCMessageExpr that is true when the message by Argyrios Kyrtzidis · 14 years ago
  47. e929082 Fix the instantiation of pseudo-object expressions. This is a by John McCall · 14 years ago
  48. d5c98ae Resolve placeholder expressions before trying to deduce by John McCall · 14 years ago
  49. fb3cb9a Revert r143972, which didn't actually compile under -Wnon-virtual-dtor. by Matt Beaumont-Gay · 14 years ago
  50. cfef546 There are some crazy cases that LookupMethodInReceiverType by John McCall · 14 years ago
  51. 50da84b Better fix for -Wnon-virtual-dtor by Matt Beaumont-Gay · 14 years ago
  52. 43e15ff Appease -Wnon-virtual-dtor by Matt Beaumont-Gay · 14 years ago
  53. 5c29d69 Unbreak gcc build. by Benjamin Kramer · 14 years ago
  54. fe96e0b Change the AST representation of operations on Objective-C by John McCall · 14 years ago
  55. 8dc5760 Reflow code. No intended functionality change. by Benjamin Kramer · 14 years ago
  56. 526ab47 Restore r142914 and r142915, now with missing file and apparent by John McCall · 14 years ago