1. b2567dd Allow typo correction to try removing nested name specifiers. by Kaelyn Uhrain · 11 years ago
  2. caa16dd Look for corrections in enclosing namespaces that require a global NestedNameSpecifier. by Kaelyn Uhrain · 11 years ago
  3. 8d90b4a Add the global namespace (the "::" namespace specifier) to the list of by Kaelyn Uhrain · 11 years ago
  4. 419245e Objective-C [qoi]: privide typo correction for selectors by Fariborz Jahanian · 11 years ago
  5. d395e34 Objective-C [qoi]: Provide fixit hint when message with typo by Fariborz Jahanian · 11 years ago
  6. ddb5a39 Unify return type checking for functions and ObjC methods. Move all the by Eli Friedman · 11 years ago
  7. 79f4bb7 Add -Wdeprecated warnings and fixits for things deprecated in C++11: by Richard Smith · 11 years ago
  8. 4017d73 Objective-C [qoi]: Issue better warning when nsstring literal is missing by Fariborz Jahanian · 11 years ago
  9. 1f13fbd Handle Unicode characters in fix-it replacement strings. by Jordan Rose · 11 years ago
  10. 9464a08 Objective-C: Provide fixit with suggested spelling correction by Fariborz Jahanian · 11 years ago
  11. 8404626 The 'constexpr implies const' rule for non-static member functions is gone in by Richard Smith · 11 years ago
  12. 7b47adc Objective-C arc [qui]. Don't issue the bridge cast by Fariborz Jahanian · 11 years ago
  13. 0c70181 Objective-C: Provide fixit hints when warning by Fariborz Jahanian · 11 years ago
  14. ec8deba Objective-C: Provide fixit suggestions when class object by Fariborz Jahanian · 11 years ago
  15. b27564e Fix testcase. by Ted Kremenek · 11 years ago
  16. 6edb029 For printf checking, handle nested typedefs for darwin-specific checking. by Ted Kremenek · 11 years ago
  17. 36771d9 PR7256: Provide a fixit for incorrect destructor declarations by David Blaikie · 11 years ago
  18. d1084f6 Fix warning text of my last patch. // rdar://13158394 by Fariborz Jahanian · 11 years ago
  19. ced0e65 objective-C: clang, following gcc, warns on by Fariborz Jahanian · 11 years ago
  20. f799ae1 objective-C arg: provide fixit support when by Fariborz Jahanian · 12 years ago
  21. 90a7820 Revert "intmax_t is long long on Darwin, not long." by Jordan Rose · 12 years ago
  22. 30f2a74 PR15311: Finish implementation of the suggested resolution of core issue 1488, by Richard Smith · 12 years ago
  23. a905c4f intmax_t is long long on Darwin, not long. by Jordan Rose · 12 years ago
  24. 0532140 PR15300: Support C++11 attributes on base-specifiers. We don't support any such by Richard Smith · 12 years ago
  25. 41f7b1a objc: Provide correct fixit instruction when two mismatched by Fariborz Jahanian · 12 years ago
  26. 1d87fba Provide a fixit for constexpr non-static data members. by David Blaikie · 12 years ago
  27. 3d115cf Remove useless 'XPASS: *' from tests by Dmitri Gribenko · 12 years ago
  28. d086068 This test actually passes, just add the missing expected-error by Dmitri Gribenko · 12 years ago
  29. ff3e102 Migrate test from grep to -fdiagnostics-parseable-fixits by Dmitri Gribenko · 12 years ago
  30. dcceacb Test fix-it ranges for Unicode characters. by Jordan Rose · 12 years ago
  31. c7629d9 Handle universal character names and Unicode characters outside of literals. by Jordan Rose · 12 years ago
  32. cdbe1e0 Format strings: don't ever convert %+d to %lu. by Jordan Rose · 12 years ago
  33. 242ae3d Format strings: correct signedness if already correcting width (%d,%u). by Jordan Rose · 12 years ago
  34. c8145bb Convert test/FixIt/format-darwin.m to use relative line numbers. by Jordan Rose · 12 years ago
  35. 07fc1ba Add fixit hints for misplaced C++11 attributes around class specifiers. by Michael Han · 12 years ago
  36. 5964df1 Use some heuristics so that when a fixit removes a source range, we try by Argyrios Kyrtzidis · 12 years ago
  37. 2cd3440 Format strings: offer a cast to 'unichar' for %C in Objective-C contexts. by Jordan Rose · 12 years ago
  38. 17ddc54 Format strings: add more expression types that don't need parens to cast. by Jordan Rose · 12 years ago
  39. 448ac3e Format strings: a character literal should be printed with %c, not %d. by Jordan Rose · 12 years ago
  40. ff7be48 Format strings: the correct conversion for 'char' is %c, not %d or %hhd. by Jordan Rose · 12 years ago
  41. 35a2b79 Fix an assertion failure printing the unused-label fixit in files using CRLF line endings. <rdar://problem/12639047>. by Eli Friedman · 12 years ago
  42. aa9a8ce DR1473: Do not require a space between operator"" and the ud-suffix in a by Richard Smith · 12 years ago
  43. 6952c01 Fix typo correction of one qualified name to another. by David Blaikie · 12 years ago
  44. abeadfb Provide a fixit when taking the address of an unqualified member function. by David Blaikie · 12 years ago
  45. 3f001ff objective-C arc: Warn under arc about a use of an ivar inside a block by Fariborz Jahanian · 12 years ago
  46. da31359 Per discussion in http://lists.cs.uiuc.edu/pipermail/cfe-commits/Week-of-Mon-20120917/064551.html by Argyrios Kyrtzidis · 12 years ago
  47. 59ed9e4 objective-C: remove use of 'ivar' in favor of by Fariborz Jahanian · 12 years ago
  48. 4b08242 If a comma operator is followed by a token which unambiguously indicates the by Richard Smith · 12 years ago
  49. 7537945 Promote the warning about extra qualification on a declaration from a by Douglas Gregor · 12 years ago
  50. 670941c Format strings: offer a fixit for Darwin's %D/%U/%O to ISO %d/%u/%o. by Jordan Rose · 12 years ago
  51. 275b6f5 Format strings: %D, %U, and %O are valid on Darwin (same as %d, %u, %o). by Jordan Rose · 12 years ago
  52. ec08735 Format strings: suggest casts for NS(U)Integer and [SU]Int32 on Darwin. by Jordan Rose · 12 years ago
  53. b9c6261 Improvements to vexing-parse warnings. Make the no-parameters case more by Richard Smith · 12 years ago
  54. bbe0175 Re-apply r160319 "Don't crash when emitting fixits following Unicode chars" by Jordan Rose · 12 years ago
  55. 4397289 Revert r160319, it caused PR13417. Add a test for PR13417. by Nico Weber · 12 years ago
  56. 0ccd98d Remove dos line endings. Please remember to configure your windows SVN by Chandler Carruth · 12 years ago
  57. a52f5a3 Adding a fixit for includes that cannot be found with angle brackets, but can be found with quoted strings instead. Implements PR13201. by Aaron Ballman · 12 years ago
  58. 8d872ca Now that -Wobjc-literal-compare is a warning, put the fixit on a note. by Jordan Rose · 12 years ago
  59. b04a457 Weaken Unicode fixit test to work even if the character is printed escaped. by Jordan Rose · 12 years ago
  60. ee07db7 This test appears to fail on win32. by Ted Kremenek · 12 years ago
  61. 6f977c3 Don't crash when emitting fixits following Unicode characters. by Jordan Rose · 12 years ago
  62. c7bd9fb Be lax about trailing whitespace when checking fixit formatting, this depends on locale settings. by Benjamin Kramer · 12 years ago
  63. af082c3 PR13312: Don't crash when printing a fixit that ends in a unicode character. by Benjamin Kramer · 12 years ago
  64. 6749ae1 objective-c: provide fixit hint for @autoreleasepool by Fariborz Jahanian · 12 years ago
  65. 6deae7c Downgrade the "direct comparison" error for ObjC literals to a warning. by Jordan Rose · 12 years ago
  66. c9f3517 Extend the "expected ';' after struct" logic to also apply to enums, and to by Richard Smith · 12 years ago
  67. b26331b Enable -Wnull-conversion for non-integral target types (eg: double). by David Blaikie · 12 years ago
  68. 19a2702 Extend the error recovery for a template-argument-list terminated by '>>' to by Richard Smith · 12 years ago
  69. f548512 Enable -Wunused-private-field with -Wunused. by Benjamin Kramer · 12 years ago
  70. 1fdda36 Add a test for r158229 (overlapping fixits). This was PR10696! by Jordan Rose · 12 years ago
  71. 9f63a45 Disallow using ObjC literals in direct comparisons (== and friends). by Jordan Rose · 12 years ago
  72. b7fe579 Teach the FixIt in DiagnoseInvalidRedeclaration how to replace the written by Kaelyn Uhrain · 12 years ago
  73. 033a9c0 Make suggestions for mismatched enum arguments to printf/scanf. by Jordan Rose · 12 years ago
  74. 2a53189 Add a test for '%@' suggestion for classes. by Jordan Rose · 12 years ago
  75. 153acdb Suggest '%@' for Objective-C objects in ObjC format strings. by Jordan Rose · 12 years ago
  76. 6d1de1b objc: position of 'fixit' was off by one. by Fariborz Jahanian · 12 years ago
  77. 18df0eb objective-c: provide a useful 'fixit' suggestion when by Fariborz Jahanian · 12 years ago
  78. 1de6a6c objective-c. Fixes a 'fixit' where location of by Fariborz Jahanian · 12 years ago
  79. 2c0abf4 Add FixItHint for -Wnull-conversion to initialize with an appropriate literal. by David Blaikie · 12 years ago
  80. 392b3f5 Imrpove the note text for when a non-type decl hides a tag type by Kaelyn Uhrain · 12 years ago
  81. aec2ac6 Add note to help explain why a tag such as 'struct' is needed to refer by Kaelyn Uhrain · 12 years ago
  82. 2b90f76 Add an error message with fixit hint for changing '.' to '->'. by Kaelyn Uhrain · 12 years ago
  83. 1e77b65 Re-add the closing '}' for the namespace I accidentally deleted when by Kaelyn Uhrain · 12 years ago
  84. 434ed26 In Parser::isCXXDeclarationSpecifier, consider a non-type identifier by Kaelyn Uhrain · 12 years ago
  85. d2008e2 Implement support for null non-type template arguments for non-type by Douglas Gregor · 12 years ago
  86. b2f6820 Added a new attribute, objc_root_class, which informs the compiler when a root class is intentionally declared. by Patrick Beard · 12 years ago
  87. 673720d Fix diagnostic text for r154163. by David Blaikie · 12 years ago
  88. 9df1b96 Restrict fixit for missing 'class' in template template parameters. by David Blaikie · 12 years ago
  89. a823545 Improve & simplify diagnostic for missing 'class' in template template parameter. by David Blaikie · 12 years ago
  90. 6d858d9 Replace the workaround from r153445 with a proper fix. by Kaelyn Uhrain · 12 years ago
  91. 460ef13 Correct error recovery when missing 'class' in a template template parameter. by David Blaikie · 12 years ago
  92. 9988f28 Reject 'template<typename...Ts> void f(Ts ...(x));'. Add a special-case by Richard Smith · 12 years ago
  93. 0179868 When diagnosing an invalid out-of-line redeclaration, don't permit by Douglas Gregor · 12 years ago
  94. 07b49a8 Use character literals for vexing initialization fixit hints. by David Blaikie · 12 years ago
  95. 3376277 Fix a couple of issues with literal-operator-id parsing, and provide recovery by Richard Smith · 12 years ago
  96. 2fb4ae3 Implement C++11 [lex.ext]p10 for string and character literals: a ud-suffix not by Richard Smith · 12 years ago
  97. 9ae3a36 improve on diagnostic when block captures uninitialized by Fariborz Jahanian · 12 years ago
  98. a34194f improve on diagnostic and provide a fixit hint when by Fariborz Jahanian · 12 years ago
  99. b65e24a Test fix-it added in r152198. by Richard Smith · 12 years ago
  100. b3f7542 And libclang cursor/indexing support for new Objective-C NSArray/NSDictionary/NSNumber literals. by Ted Kremenek · 12 years ago