1. 33337ca Update aosp/master clang for rebase to r235153 by Pirama Arumuga Nainar · 9 years ago
  2. 3ea9e33 Update aosp/master clang for rebase to r233350 by Pirama Arumuga Nainar · 9 years ago
  3. 0e2c34f Update aosp/master clang for rebase to r230699. by Stephen Hines · 9 years ago
  4. 176edba Update aosp/master Clang for rebase to r222490. by Stephen Hines · 9 years ago
  5. c568f1e Update Clang for rebase to r212749. by Stephen Hines · 10 years ago
  6. 6bcf27b Update Clang for 3.5 rebase (r209713). by Stephen Hines · 10 years ago
  7. 651f13c Updated to Clang 3.5a. by Stephen Hines · 10 years ago
  8. 3a50d84 Fix test to actually check the FixIt-applied code by Alp Toker · 11 years ago
  9. 656465d Special case '%C' handling in ObjC format strings to handle integer literals that can represent unicode characters by Ted Kremenek · 11 years ago
  10. e67ebbe Fix a bug in the typo correction replacement location. by Kaelyn Uhrain · 11 years ago
  11. 3d9559b Teach typo correction to look inside of classes like it does namespaces. by Kaelyn Uhrain · 11 years ago
  12. 75bd9ed Testcase I forgot to svn add in r191057. by Richard Smith · 11 years ago
  13. 1a343e2 Unify handling of string literal arguments for attributes and add fixits. by Benjamin Kramer · 11 years ago
  14. 4bb81d6 clang/test/FixIt/fixit-unicode-with-utf8-output.c: Remove XFAIL. by NAKAMURA Takumi · 11 years ago
  15. 8524ed1 Test for correct usage of columnWidth in clang fixit hints. by Alexander Kornienko · 11 years ago
  16. 2450b82 Make the information about disabled ARCMT/Rewriter/StaticAnalyzer available by Roman Divacky · 11 years ago
  17. 4e9686b Implement [class.friend]p11's special name lookup rules for friend declarations by Richard Smith · 11 years ago
  18. c14e6dd A few small cleanups to r187504. Thanks to dblaikie for the assist. by Kaelyn Uhrain · 11 years ago
  19. d422434 Move the "->" to "." fixit from r186128 into a separate note since by Kaelyn Uhrain · 11 years ago
  20. 6e9d86b Provide a better diagnostic and a fixit for a '.' or '->' before the left paren by Kaelyn Uhrain · 11 years ago
  21. 45c3ba7 Provide a fixit hint for changing '->' to '.' if there is no operator-> by Kaelyn Uhrain · 11 years ago
  22. a38253c PR5066: If a declarator cannot have an identifier, and cannot possibly be by Richard Smith · 11 years ago
  23. 0daf1f4 Offer typo suggestions for 'using' declarations. by Kaelyn Uhrain · 11 years ago
  24. 6c4898b Attempt typo correction for function calls with the wrong number of arguments. by Kaelyn Uhrain · 11 years ago
  25. 96e7813 Add 'not' to commands that are expected to fail. by Rafael Espindola · 11 years ago
  26. b2567dd Allow typo correction to try removing nested name specifiers. by Kaelyn Uhrain · 11 years ago
  27. caa16dd Look for corrections in enclosing namespaces that require a global NestedNameSpecifier. by Kaelyn Uhrain · 11 years ago
  28. 8d90b4a Add the global namespace (the "::" namespace specifier) to the list of by Kaelyn Uhrain · 11 years ago
  29. 419245e Objective-C [qoi]: privide typo correction for selectors by Fariborz Jahanian · 11 years ago
  30. d395e34 Objective-C [qoi]: Provide fixit hint when message with typo by Fariborz Jahanian · 11 years ago
  31. ddb5a39 Unify return type checking for functions and ObjC methods. Move all the by Eli Friedman · 11 years ago
  32. 79f4bb7 Add -Wdeprecated warnings and fixits for things deprecated in C++11: by Richard Smith · 11 years ago
  33. 4017d73 Objective-C [qoi]: Issue better warning when nsstring literal is missing by Fariborz Jahanian · 11 years ago
  34. 1f13fbd Handle Unicode characters in fix-it replacement strings. by Jordan Rose · 11 years ago
  35. 9464a08 Objective-C: Provide fixit with suggested spelling correction by Fariborz Jahanian · 11 years ago
  36. 8404626 The 'constexpr implies const' rule for non-static member functions is gone in by Richard Smith · 11 years ago
  37. 7b47adc Objective-C arc [qui]. Don't issue the bridge cast by Fariborz Jahanian · 11 years ago
  38. 0c70181 Objective-C: Provide fixit hints when warning by Fariborz Jahanian · 11 years ago
  39. ec8deba Objective-C: Provide fixit suggestions when class object by Fariborz Jahanian · 11 years ago
  40. b27564e Fix testcase. by Ted Kremenek · 11 years ago
  41. 6edb029 For printf checking, handle nested typedefs for darwin-specific checking. by Ted Kremenek · 11 years ago
  42. 36771d9 PR7256: Provide a fixit for incorrect destructor declarations by David Blaikie · 11 years ago
  43. d1084f6 Fix warning text of my last patch. // rdar://13158394 by Fariborz Jahanian · 11 years ago
  44. ced0e65 objective-C: clang, following gcc, warns on by Fariborz Jahanian · 11 years ago
  45. f799ae1 objective-C arg: provide fixit support when by Fariborz Jahanian · 11 years ago
  46. 90a7820 Revert "intmax_t is long long on Darwin, not long." by Jordan Rose · 11 years ago
  47. 30f2a74 PR15311: Finish implementation of the suggested resolution of core issue 1488, by Richard Smith · 11 years ago
  48. a905c4f intmax_t is long long on Darwin, not long. by Jordan Rose · 11 years ago
  49. 0532140 PR15300: Support C++11 attributes on base-specifiers. We don't support any such by Richard Smith · 11 years ago
  50. 41f7b1a objc: Provide correct fixit instruction when two mismatched by Fariborz Jahanian · 11 years ago
  51. 1d87fba Provide a fixit for constexpr non-static data members. by David Blaikie · 11 years ago
  52. 3d115cf Remove useless 'XPASS: *' from tests by Dmitri Gribenko · 11 years ago
  53. d086068 This test actually passes, just add the missing expected-error by Dmitri Gribenko · 11 years ago
  54. ff3e102 Migrate test from grep to -fdiagnostics-parseable-fixits by Dmitri Gribenko · 11 years ago
  55. dcceacb Test fix-it ranges for Unicode characters. by Jordan Rose · 11 years ago
  56. c7629d9 Handle universal character names and Unicode characters outside of literals. by Jordan Rose · 11 years ago
  57. cdbe1e0 Format strings: don't ever convert %+d to %lu. by Jordan Rose · 11 years ago
  58. 242ae3d Format strings: correct signedness if already correcting width (%d,%u). by Jordan Rose · 11 years ago
  59. c8145bb Convert test/FixIt/format-darwin.m to use relative line numbers. by Jordan Rose · 11 years ago
  60. 07fc1ba Add fixit hints for misplaced C++11 attributes around class specifiers. by Michael Han · 11 years ago
  61. 5964df1 Use some heuristics so that when a fixit removes a source range, we try by Argyrios Kyrtzidis · 11 years ago
  62. 2cd3440 Format strings: offer a cast to 'unichar' for %C in Objective-C contexts. by Jordan Rose · 11 years ago
  63. 17ddc54 Format strings: add more expression types that don't need parens to cast. by Jordan Rose · 11 years ago
  64. 448ac3e Format strings: a character literal should be printed with %c, not %d. by Jordan Rose · 11 years ago
  65. ff7be48 Format strings: the correct conversion for 'char' is %c, not %d or %hhd. by Jordan Rose · 11 years ago
  66. 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
  67. aa9a8ce DR1473: Do not require a space between operator"" and the ud-suffix in a by Richard Smith · 12 years ago
  68. 6952c01 Fix typo correction of one qualified name to another. by David Blaikie · 12 years ago
  69. abeadfb Provide a fixit when taking the address of an unqualified member function. by David Blaikie · 12 years ago
  70. 3f001ff objective-C arc: Warn under arc about a use of an ivar inside a block by Fariborz Jahanian · 12 years ago
  71. da31359 Per discussion in http://lists.cs.uiuc.edu/pipermail/cfe-commits/Week-of-Mon-20120917/064551.html by Argyrios Kyrtzidis · 12 years ago
  72. 59ed9e4 objective-C: remove use of 'ivar' in favor of by Fariborz Jahanian · 12 years ago
  73. 4b08242 If a comma operator is followed by a token which unambiguously indicates the by Richard Smith · 12 years ago
  74. 7537945 Promote the warning about extra qualification on a declaration from a by Douglas Gregor · 12 years ago
  75. 670941c Format strings: offer a fixit for Darwin's %D/%U/%O to ISO %d/%u/%o. by Jordan Rose · 12 years ago
  76. 275b6f5 Format strings: %D, %U, and %O are valid on Darwin (same as %d, %u, %o). by Jordan Rose · 12 years ago
  77. ec08735 Format strings: suggest casts for NS(U)Integer and [SU]Int32 on Darwin. by Jordan Rose · 12 years ago
  78. b9c6261 Improvements to vexing-parse warnings. Make the no-parameters case more by Richard Smith · 12 years ago
  79. bbe0175 Re-apply r160319 "Don't crash when emitting fixits following Unicode chars" by Jordan Rose · 12 years ago
  80. 4397289 Revert r160319, it caused PR13417. Add a test for PR13417. by Nico Weber · 12 years ago
  81. 0ccd98d Remove dos line endings. Please remember to configure your windows SVN by Chandler Carruth · 12 years ago
  82. 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
  83. 8d872ca Now that -Wobjc-literal-compare is a warning, put the fixit on a note. by Jordan Rose · 12 years ago
  84. b04a457 Weaken Unicode fixit test to work even if the character is printed escaped. by Jordan Rose · 12 years ago
  85. ee07db7 This test appears to fail on win32. by Ted Kremenek · 12 years ago
  86. 6f977c3 Don't crash when emitting fixits following Unicode characters. by Jordan Rose · 12 years ago
  87. c7bd9fb Be lax about trailing whitespace when checking fixit formatting, this depends on locale settings. by Benjamin Kramer · 12 years ago
  88. af082c3 PR13312: Don't crash when printing a fixit that ends in a unicode character. by Benjamin Kramer · 12 years ago
  89. 6749ae1 objective-c: provide fixit hint for @autoreleasepool by Fariborz Jahanian · 12 years ago
  90. 6deae7c Downgrade the "direct comparison" error for ObjC literals to a warning. by Jordan Rose · 12 years ago
  91. c9f3517 Extend the "expected ';' after struct" logic to also apply to enums, and to by Richard Smith · 12 years ago
  92. b26331b Enable -Wnull-conversion for non-integral target types (eg: double). by David Blaikie · 12 years ago
  93. 19a2702 Extend the error recovery for a template-argument-list terminated by '>>' to by Richard Smith · 12 years ago
  94. f548512 Enable -Wunused-private-field with -Wunused. by Benjamin Kramer · 12 years ago
  95. 1fdda36 Add a test for r158229 (overlapping fixits). This was PR10696! by Jordan Rose · 12 years ago
  96. 9f63a45 Disallow using ObjC literals in direct comparisons (== and friends). by Jordan Rose · 12 years ago
  97. b7fe579 Teach the FixIt in DiagnoseInvalidRedeclaration how to replace the written by Kaelyn Uhrain · 12 years ago
  98. 033a9c0 Make suggestions for mismatched enum arguments to printf/scanf. by Jordan Rose · 12 years ago
  99. 2a53189 Add a test for '%@' suggestion for classes. by Jordan Rose · 12 years ago
  100. 153acdb Suggest '%@' for Objective-C objects in ObjC format strings. by Jordan Rose · 12 years ago