summaryrefslogtreecommitdiffstats
path: root/test/FixIt
Commit message (Expand)AuthorAgeFilesLines
* Merging r310804:Hans Wennborg2017-08-141-1/+1
* clang/test/FixIt/format.m: Tweak for i686, where ssize_t is int. (r308067)NAKAMURA Takumi2017-07-151-2/+2
* [clang] Fix format test Alexander Shaposhnikov2017-07-151-3/+3
* [clang] Fix handling of "%zd" format specifierAlexander Shaposhnikov2017-07-141-0/+13
* Add a fixit for -Wobjc-protocol-property-synthesisAlex Lorenz2017-07-031-0/+14
* [clang] Enable printf check for CFIndexAlexander Shaposhnikov2017-06-262-1/+32
* [clang] Fix format specifiers fixits for nested macrosAlexander Shaposhnikov2017-06-201-0/+17
* [clang] Cleanup fixit.cAlexander Shaposhnikov2017-06-091-2/+1
* [clang] Fix format specifiers fixitsAlexander Shaposhnikov2017-06-081-0/+59
* Add support for pretty platform names to `@available`/Alex Lorenz2017-05-092-22/+22
* Add a fix-it for -Wunguarded-availabilityAlex Lorenz2017-05-052-0/+121
* Add #pragma clang attributeAlex Lorenz2017-04-182-0/+89
* Revert r300539 - Add #pragma clang attributeAlex Lorenz2017-04-182-89/+0
* Add #pragma clang attributeAlex Lorenz2017-04-182-0/+89
* [Sema] Improve the error diagnostic for dot destructor calls on pointer objectsAlex Lorenz2017-01-202-0/+23
* Make some diagnostic tests C++11 clean.Paul Robinson2016-12-211-4/+18
* Don't try to emit nullability fix-its within/around macros.Jordan Rose2016-12-192-0/+14
* Add fix-it notes to the nullability consistency warning.Jordan Rose2016-12-192-18/+41
* Undo accidental comitPaul Robinson2016-12-191-17/+4
* Make a few OpenMP tests "C++11 clean."Paul Robinson2016-12-191-4/+17
* Warn when 'assume_nonnull' infers nullability within an array.Jordan Rose2016-11-101-0/+68
* ObjC Class Property: diagnostics when accessing a class property using instance.Manman Ren2016-06-281-0/+8
* Re-commit r273548, reverted in r273589, with a fix to not produceRichard Smith2016-06-231-1/+1
* Revert r273548, "Rearrange condition handling so that semantic checks on a co...Peter Collingbourne2016-06-231-1/+1
* Rearrange condition handling so that semantic checks on a condition variableRichard Smith2016-06-231-1/+1
* FixIt: use getLocForEndOfToken to insert fix-it after a type name.Manman Ren2016-06-021-2/+11
* Add the Pure attribute to C99 builtin functions from ctype.h. This is a corre...Aaron Ballman2016-05-041-2/+0
* Set the default C standard to C99 when targeting the PS4.Sunil Srivastava2016-04-271-0/+3
* Reverting r266199; it causes build bot failures.Aaron Ballman2016-04-131-0/+2
* Add functions declared in ctype.h to builtin function database. All functions...Aaron Ballman2016-04-131-2/+0
* ObjC kindof: check the context when inserting methods to global pool.Manman Ren2016-04-091-1/+1
* [Lit Test] Updated 26 Lit tests to be C++11 compatible.Charles Li2015-11-111-2/+2
* Stop back-patching 'readonly' Objective-C properties with 'readwrite' ones.Douglas Gregor2015-11-031-3/+3
* Update tests touched by r249656David Majnemer2015-10-081-2/+2
* Promote a warning on ill-formed code (redeclaration missing an exceptionRichard Smith2015-09-301-1/+1
* Replace __double_underscored type nullability qualifiers with _Uppercase_unde...Douglas Gregor2015-06-241-3/+3
* Introduce type nullability specifiers for C/C++.Douglas Gregor2015-06-191-0/+9
* [fixit] Use overwriteChangedFiles() to deal with Windows mapped filesReid Kleckner2015-06-171-0/+318
* Move fixit for const init from note to diag, weaken to warning in MS mode.Nico Weber2015-04-171-0/+8
* Unify warnings/errors from "maybe you meant" to "did you mean".Eric Christopher2015-04-022-2/+2
* [edit] Don't hit an assert when trying to delete a trailing space at EOFBenjamin Kramer2015-03-291-0/+9
* Diagnose ref-qualifiers occuring after virt-specifier-seq and generate fixit ...Ehsan Akhgari2015-03-251-1/+9
* Diagnose declspecs occuring after virt-specifier-seq and generate fixit hintsEhsan Akhgari2015-03-251-0/+11
* Revert "Diagnose declspecs occuring after virt-specifier-seq and generate fix...Ehsan Akhgari2015-03-241-11/+0
* Revert "Diagnose ref-qualifiers occuring after virt-specifier-seq and generat...Ehsan Akhgari2015-03-241-9/+1
* Diagnose ref-qualifiers occuring after virt-specifier-seq and generate fixit ...Ehsan Akhgari2015-03-241-1/+9
* Diagnose declspecs occuring after virt-specifier-seq and generate fixit hintsEhsan Akhgari2015-03-241-0/+11
* Add a bunch of missing "CHECK" colons in tests. NFC.Ahmed Bougacha2015-03-141-5/+5
* Use the real CXXScopeSpec when setting the correction SourceRange.Kaelyn Takata2015-01-281-0/+13
* PR21969: Improve diagnostics for a conversion function that has any pieces of aRichard Smith2014-12-191-0/+6