1. 2315318 PR10867: Work around a bug in lit. Multiple RUN: lines are joined with &&, so: by Richard Smith · 13 years ago
  2. f0c1d8f Improve overloaded function handling in the typo correction code. by Kaelyn Uhrain · 13 years ago
  3. f78c4e5 Introduce a Fix-It for the "missing sentinel" warning, adding an by Douglas Gregor · 13 years ago
  4. d5612a2 Add a fixit for removal of unused label. by Anna Zaks · 13 years ago
  5. 1d05d42 Another test case for the &/* mismatch fixit. by Anna Zaks · 13 years ago
  6. 6722155 Add */& mismatch fixit generation to the Sema::DiagnoseAssignmentResult(). by Anna Zaks · 13 years ago
  7. 8eaefdc Provide fixit for static use of objective-c type by Fariborz Jahanian · 13 years ago
  8. dcf1011 objective-c: Provide a 'fixit' when class was used by Fariborz Jahanian · 13 years ago
  9. feb4fa1 Add FixIt hint for missing 'id' type. // rdar://9615045 by Fariborz Jahanian · 13 years ago
  10. ffe9edd Addressing code review comments for commit 135509 - Add FixItHints in case a C++ function call is missing * or & operators on by Anna Zaks · 13 years ago
  11. b89fe6b Add FixItHints in case a C++ function call is missing * or & operators on one/several of it's parameters (addresses http://llvm.org/PR5941). by Anna Zaks · 13 years ago
  12. 3a348c8 Add a hackaround to avoid the crash in PR10355. However, our recovery by Douglas Gregor · 13 years ago
  13. 07f4a06 When adding boolean keywords for typo correction, add either "bool" or by Douglas Gregor · 13 years ago
  14. d8bba9c Add support for C++ namespace-aware typo correction, e.g., correcting by Douglas Gregor · 13 years ago
  15. 6326e05 Provide fix-it for '.' <-> '->' for Objective-C ivar/property access. by Fariborz Jahanian · 13 years ago
  16. b5303aa Allow the fixit for missing ':' in the ?: ternary operator if it is pointing by Argyrios Kyrtzidis · 13 years ago
  17. 02a444d Fixed test case asserts due to checkin of r130710. by Chad Rosier · 13 years ago
  18. 3b88735 Extend Sema::ClassifyName() to support C++, ironing out a few issues by Douglas Gregor · 13 years ago
  19. 6add6fb Fix test by Douglas Gregor · 13 years ago
  20. 27766d2 Improve diagnostics for typo correction via Sema::ClassifyName(), by by Douglas Gregor · 13 years ago
  21. 312eadb Implement a new identifier-classification scheme where Sema by Douglas Gregor · 13 years ago
  22. b8a9d3b Fixit suggestion for adding missing tag name should have a space after the tag name. Fixes rdar://9295072 by Argyrios Kyrtzidis · 13 years ago
  23. 162e1c1 Support for C++11 (non-template) alias declarations. by Richard Smith · 13 years ago
  24. 6027461 Issue the 2nd fixit even if fix-it hint is supressed. // rdar://9091893 by Fariborz Jahanian · 14 years ago
  25. 81ab3cf No fixit hint for builtin expressions which are by Fariborz Jahanian · 14 years ago
  26. 4147d30 Improve recovery (error + fix-it) when parsing type dependent template name without the "template" keyword. by Francois Pichet · 14 years ago
  27. 12e3ece Provide Fixit warning when 'auto' is intended as storage by Fariborz Jahanian · 14 years ago
  28. 5f39f70 Remove the Fix-It for "main must return 'int'", which is not always by Douglas Gregor · 14 years ago
  29. c37b736 Disable this test until we figure out what madness it causes by Douglas Gregor · 14 years ago
  30. 9c13f5b Sign by Douglas Gregor · 14 years ago
  31. 30af47f I hate this test by Douglas Gregor · 14 years ago
  32. 808bedf Something is seriously wonky with this test by Douglas Gregor · 14 years ago
  33. bddf8eb Fix silly typo by Douglas Gregor · 14 years ago
  34. 53e4b55 Teach typo correction not to return the same keyword that matches a by Douglas Gregor · 14 years ago
  35. b164a19 Minor tweak so that fixit-errors.c is never compiled; it crashes and pops up a crash dialog on my system. by Anders Carlsson · 14 years ago
  36. 9a632ea Fix handling of property and ivar lookup in typo correction; the two by Douglas Gregor · 14 years ago
  37. 06ff47b Disable this test while I track down the platform-specific issue by Douglas Gregor · 14 years ago
  38. b4226ff Bah, incompetence by Douglas Gregor · 14 years ago
  39. f98402d Eliminate another ordering dependency in typo correction. Re-enable typo.m, which seems to be working properly. by Douglas Gregor · 14 years ago
  40. 31df9be Disable this test again, which naturally fails on every platform except the one I'm building with by Douglas Gregor · 14 years ago
  41. 6eaac8b When performing typo correction, keep track of whether the last lookup by Douglas Gregor · 14 years ago
  42. 8712930 Disable type.m while failures are investigated. by Daniel Dunbar · 14 years ago
  43. b63ff72 Make test more consistent. by Daniel Dunbar · 14 years ago
  44. a6eb5f8 When we encounter a '==' in a context expecting a '=', assume the user made a typo: by Argyrios Kyrtzidis · 14 years ago
  45. c71d8eb Better diagnostic for superfluous scope specifier inside a class definition for member functions. + Fixit. by Francois Pichet · 14 years ago
  46. 837e738 Update test by Douglas Gregor · 14 years ago
  47. 200b292 When we run into an error parsing or type-checking the left-hand side by Douglas Gregor · 14 years ago
  48. 9497a73 Implement automatic bracket insertion for Objective-C class message by Douglas Gregor · 14 years ago
  49. 77328d1 Handle bracket insertion for Objective-C class messages in a very by Douglas Gregor · 14 years ago
  50. fa885c1 Extend bracket insertion to message sends to "super", e.g., by Douglas Gregor · 14 years ago
  51. b65042d Extend bracket insertion to handle nullary selectors, e.g. by Douglas Gregor · 14 years ago
  52. 0fbda68 Implement bracket insertion for Objective-C instance message sends as by Douglas Gregor · 14 years ago
  53. a4a301d add a fixit when 'main' does ot return 'int'; review welcome by Gabor Greif · 14 years ago
  54. 9ba23b4 Improve recovery when there is a stray ']' or ')' before the ';' at by Douglas Gregor · 14 years ago
  55. 751f692 Improve recovery when a comma is missing between enumerators in an by Douglas Gregor · 14 years ago
  56. b1f6fa4 Improve diagnostic and recovery when missing a comma between base or by Douglas Gregor · 14 years ago
  57. ae2fb14 When complaining about a duplicate declspec, provide a Fix-It that by Douglas Gregor · 14 years ago
  58. a0068fc Introduce -f{no-}spell-checking options to enable/disable by Douglas Gregor · 14 years ago
  59. ed84076 Fix broken testcase by Douglas Gregor · 14 years ago
  60. 0e8c4b9 Typo correction for namespace alias definitions by Douglas Gregor · 14 years ago
  61. 6699220 Allow a using directive to refer to the implicitly-defined namespace by Douglas Gregor · 14 years ago
  62. de037c2 Tweak test for non-64-bit Darwin by Douglas Gregor · 14 years ago
  63. 1b730e8 When we see the a '[' in a postfix expression in Objective-C, perform by Douglas Gregor · 14 years ago
  64. a1d1c75 Fix typo test case by Douglas Gregor · 14 years ago
  65. d0785ea Give a slight edge to the context-sensitive keyword 'super' over by Douglas Gregor · 14 years ago
  66. 91f7ac7 Tweak typo-correction logic a bit regarding "super", so that we by Douglas Gregor · 14 years ago
  67. e2aaf39 Clean up test case and remove XFAIL. This test can now distinguish between by Ted Kremenek · 14 years ago
  68. ba5f6ec Teach clang -fixit to modify files in-place, or -fixit=suffix to create new by Nick Lewycky · 14 years ago
  69. e5deae9 fix the ?: fixit that ted added to recover properly. by Chris Lattner · 14 years ago
  70. c220a18 When searching for code-completion and typo-correction candidates, by Douglas Gregor · 14 years ago
  71. d4a97a1 Teach -fixit to modify all of its inputs instead of just the main file, unless by Nick Lewycky · 14 years ago
  72. 1aae80b Thread a Scope pointer into BuildRecoveryCallExpr to help typo by Douglas Gregor · 14 years ago
  73. aaf8716 Teach typo correction about various language keywords. We can't by Douglas Gregor · 14 years ago
  74. 47bd543 Implement typo correction for Objective-C message sends when the by Douglas Gregor · 15 years ago
  75. 987aa87 Add fixit hint for missing ':' in ternary expressions. by Ted Kremenek · 15 years ago
  76. 03a4bee Remove fixit for string literal comparison. Telling the user to use 'strcmp' is bad, and by Ted Kremenek · 15 years ago
  77. 7002f4c Turn access control on by default in -cc1. by John McCall · 15 years ago
  78. 08a4190 Improve diagnostics like "initializing <type> from an expression of by Douglas Gregor · 15 years ago
  79. d4eea83 Improve diagnostics when we fail to convert from a source type to a by Douglas Gregor · 15 years ago
  80. 2eef829 When a declaration of a function is missing an exception specification by Douglas Gregor · 15 years ago
  81. 7c2342d When pretty-printing tag types, only print the tag if we're in C (and by John McCall · 15 years ago
  82. 6202119 Fix a crash with ill-formed code within a method in an ill-formed by Douglas Gregor · 15 years ago
  83. 2848523 Make this fix-it test case actually fail when there is a problem; add by Douglas Gregor · 15 years ago
  84. 3ac1eda Patch to implement required warnings for unimplemented by Fariborz Jahanian · 15 years ago
  85. 539c5c3 Fix the search for visible declarations within a Scope to ensure that by Douglas Gregor · 15 years ago
  86. 0d535c8 When we typo-correct a base class initializer, point to the base class by Douglas Gregor · 15 years ago
  87. 67dd1d4 Whenever we emit a typo-correction diagnostic, also emit a note by Douglas Gregor · 15 years ago
  88. f06cdae Implement typo correction for a variety of Objective-C-specific constructs: by Douglas Gregor · 15 years ago
  89. e358201 Make sure that the search for visible declarations looks into the semantic parents of out-of-line function contexts by Douglas Gregor · 15 years ago
  90. 736fc1b Fix typo test RUN lines by Douglas Gregor · 15 years ago
  91. d203a16 When typo correction for an id-expression finds a type (or Objective-C by Douglas Gregor · 15 years ago
  92. c171e3b Typo correction for C99 designated field initializers, e.g., by Douglas Gregor · 15 years ago
  93. fe0241e Typo correction for C++ base and member initializers, e.g., by Douglas Gregor · 15 years ago
  94. 6c409a0 Add another typo test for nested-name-specifiers by Douglas Gregor · 15 years ago
  95. 175a656 Typo correction for identifiers within nested name specifiers, e.g., by Douglas Gregor · 15 years ago
  96. bfea239 Typo correction for template names, e.g., by Douglas Gregor · 15 years ago
  97. 2dcc011 Typo correction for member access into classes/structs/unions, e.g., by Douglas Gregor · 15 years ago
  98. bb092ba Implement typo correction for id-expressions, e.g., by Douglas Gregor · 15 years ago
  99. 546be3c Typo correction for type names when they appear in declarations, e.g., given by Douglas Gregor · 15 years ago
  100. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 15 years ago