- c37b736 Disable this test until we figure out what madness it causes by Douglas Gregor · 14 years ago
- 9c13f5b Sign by Douglas Gregor · 14 years ago
- 30af47f I hate this test by Douglas Gregor · 14 years ago
- 808bedf Something is seriously wonky with this test by Douglas Gregor · 14 years ago
- bddf8eb Fix silly typo by Douglas Gregor · 14 years ago
- 53e4b55 Teach typo correction not to return the same keyword that matches a by Douglas Gregor · 14 years ago
- 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
- 9a632ea Fix handling of property and ivar lookup in typo correction; the two by Douglas Gregor · 14 years ago
- 06ff47b Disable this test while I track down the platform-specific issue by Douglas Gregor · 14 years ago
- b4226ff Bah, incompetence by Douglas Gregor · 14 years ago
- f98402d Eliminate another ordering dependency in typo correction. Re-enable typo.m, which seems to be working properly. by Douglas Gregor · 14 years ago
- 31df9be Disable this test again, which naturally fails on every platform except the one I'm building with by Douglas Gregor · 14 years ago
- 6eaac8b When performing typo correction, keep track of whether the last lookup by Douglas Gregor · 14 years ago
- 8712930 Disable type.m while failures are investigated. by Daniel Dunbar · 14 years ago
- b63ff72 Make test more consistent. by Daniel Dunbar · 14 years ago
- a6eb5f8 When we encounter a '==' in a context expecting a '=', assume the user made a typo: by Argyrios Kyrtzidis · 14 years ago
- c71d8eb Better diagnostic for superfluous scope specifier inside a class definition for member functions. + Fixit. by Francois Pichet · 14 years ago
- 837e738 Update test by Douglas Gregor · 14 years ago
- 200b292 When we run into an error parsing or type-checking the left-hand side by Douglas Gregor · 14 years ago
- 9497a73 Implement automatic bracket insertion for Objective-C class message by Douglas Gregor · 14 years ago
- 77328d1 Handle bracket insertion for Objective-C class messages in a very by Douglas Gregor · 14 years ago
- fa885c1 Extend bracket insertion to message sends to "super", e.g., by Douglas Gregor · 14 years ago
- b65042d Extend bracket insertion to handle nullary selectors, e.g. by Douglas Gregor · 14 years ago
- 0fbda68 Implement bracket insertion for Objective-C instance message sends as by Douglas Gregor · 14 years ago
- a4a301d add a fixit when 'main' does ot return 'int'; review welcome by Gabor Greif · 14 years ago
- 9ba23b4 Improve recovery when there is a stray ']' or ')' before the ';' at by Douglas Gregor · 14 years ago
- 751f692 Improve recovery when a comma is missing between enumerators in an by Douglas Gregor · 14 years ago
- b1f6fa4 Improve diagnostic and recovery when missing a comma between base or by Douglas Gregor · 14 years ago
- ae2fb14 When complaining about a duplicate declspec, provide a Fix-It that by Douglas Gregor · 14 years ago
- a0068fc Introduce -f{no-}spell-checking options to enable/disable by Douglas Gregor · 14 years ago
- ed84076 Fix broken testcase by Douglas Gregor · 14 years ago
- 0e8c4b9 Typo correction for namespace alias definitions by Douglas Gregor · 14 years ago
- 6699220 Allow a using directive to refer to the implicitly-defined namespace by Douglas Gregor · 14 years ago
- de037c2 Tweak test for non-64-bit Darwin by Douglas Gregor · 15 years ago
- 1b730e8 When we see the a '[' in a postfix expression in Objective-C, perform by Douglas Gregor · 15 years ago
- a1d1c75 Fix typo test case by Douglas Gregor · 15 years ago
- d0785ea Give a slight edge to the context-sensitive keyword 'super' over by Douglas Gregor · 15 years ago
- 91f7ac7 Tweak typo-correction logic a bit regarding "super", so that we by Douglas Gregor · 15 years ago
- e2aaf39 Clean up test case and remove XFAIL. This test can now distinguish between by Ted Kremenek · 15 years ago
- ba5f6ec Teach clang -fixit to modify files in-place, or -fixit=suffix to create new by Nick Lewycky · 15 years ago
- e5deae9 fix the ?: fixit that ted added to recover properly. by Chris Lattner · 15 years ago
- c220a18 When searching for code-completion and typo-correction candidates, by Douglas Gregor · 15 years ago
- d4a97a1 Teach -fixit to modify all of its inputs instead of just the main file, unless by Nick Lewycky · 15 years ago
- 1aae80b Thread a Scope pointer into BuildRecoveryCallExpr to help typo by Douglas Gregor · 15 years ago
- aaf8716 Teach typo correction about various language keywords. We can't by Douglas Gregor · 15 years ago
- 47bd543 Implement typo correction for Objective-C message sends when the by Douglas Gregor · 15 years ago
- 987aa87 Add fixit hint for missing ':' in ternary expressions. by Ted Kremenek · 15 years ago
- 03a4bee Remove fixit for string literal comparison. Telling the user to use 'strcmp' is bad, and by Ted Kremenek · 15 years ago
- 7002f4c Turn access control on by default in -cc1. by John McCall · 15 years ago
- 08a4190 Improve diagnostics like "initializing <type> from an expression of by Douglas Gregor · 15 years ago
- d4eea83 Improve diagnostics when we fail to convert from a source type to a by Douglas Gregor · 15 years ago
- 2eef829 When a declaration of a function is missing an exception specification by Douglas Gregor · 15 years ago
- 7c2342d When pretty-printing tag types, only print the tag if we're in C (and by John McCall · 15 years ago
- 6202119 Fix a crash with ill-formed code within a method in an ill-formed by Douglas Gregor · 15 years ago
- 2848523 Make this fix-it test case actually fail when there is a problem; add by Douglas Gregor · 15 years ago
- 3ac1eda Patch to implement required warnings for unimplemented by Fariborz Jahanian · 15 years ago
- 539c5c3 Fix the search for visible declarations within a Scope to ensure that by Douglas Gregor · 15 years ago
- 0d535c8 When we typo-correct a base class initializer, point to the base class by Douglas Gregor · 15 years ago
- 67dd1d4 Whenever we emit a typo-correction diagnostic, also emit a note by Douglas Gregor · 15 years ago
- f06cdae Implement typo correction for a variety of Objective-C-specific constructs: by Douglas Gregor · 15 years ago
- 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
- 736fc1b Fix typo test RUN lines by Douglas Gregor · 15 years ago
- d203a16 When typo correction for an id-expression finds a type (or Objective-C by Douglas Gregor · 15 years ago
- c171e3b Typo correction for C99 designated field initializers, e.g., by Douglas Gregor · 15 years ago
- fe0241e Typo correction for C++ base and member initializers, e.g., by Douglas Gregor · 15 years ago
- 6c409a0 Add another typo test for nested-name-specifiers by Douglas Gregor · 15 years ago
- 175a656 Typo correction for identifiers within nested name specifiers, e.g., by Douglas Gregor · 15 years ago
- bfea239 Typo correction for template names, e.g., by Douglas Gregor · 15 years ago
- 2dcc011 Typo correction for member access into classes/structs/unions, e.g., by Douglas Gregor · 15 years ago
- bb092ba Implement typo correction for id-expressions, e.g., by Douglas Gregor · 15 years ago
- 546be3c Typo correction for type names when they appear in declarations, e.g., given by Douglas Gregor · 15 years ago
- a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 15 years ago
- 01ed063 Make tests use the new clang -cc1 flag. by Fariborz Jahanian · 15 years ago
- 84fb9c0 Implement conversion from a switch condition with class type to an by Douglas Gregor · 15 years ago
- d8aefab Drop unnecessary #include. by Daniel Dunbar · 15 years ago
- 266cc53 Improve test to make sure -fixit is really working. by Daniel Dunbar · 15 years ago
- 73dd768 Update FixIt tests to make it more obvious they use a separate mode. by Daniel Dunbar · 15 years ago
- b76cd3d When trying to assign a regular string literal to an Objective-C 'id' type or a pointer to an NSString, emit a code insertion hint that turns it into an Objective-C string. For example: by Anders Carlsson · 15 years ago
- ad26b73 If a function with a default argument is redefined and the new function also has a defualt argument then add a fixit hint that removes the default argument. Fixes PR5444. by Anders Carlsson · 15 years ago
- 4fcfde4 Eliminate &&s in tests. by Daniel Dunbar · 15 years ago
- 3f0b5fd Rework the fix-it hint for code like by Douglas Gregor · 15 years ago
- ef78ac6 Add 'fixit' hint on mis-use of pointer-to-member binary operators. by Fariborz Jahanian · 15 years ago
- 8ae0639 Update test case; I'm confused why this wasn't failing on the buildbot though? by Daniel Dunbar · 16 years ago
- a86b832 Fixed the Fix-It hints for comparison against a string literal. Thanks, Chris! by Douglas Gregor · 16 years ago
- 75e3606 add fixit advice to an archiac ObjC issue. by Chris Lattner · 16 years ago
- 81048aa Move the rest of the fixit tests to the FixIt area. by Mike Stump · 16 years ago
- 26df2f0 Add a new command-line option "-fixit-at=file:line:column" that only by Douglas Gregor · 16 years ago
- dd6f4ab Move the fix-it tests into their own subdirectory by Douglas Gregor · 16 years ago