summaryrefslogtreecommitdiffstats
path: root/test/FixIt
Commit message (Expand)AuthorAgeFilesLines
* Add a "vexing parse" warning for ambiguity between a variable declaration and aRichard Smith2017-09-291-0/+21
* [Sema] Put nullability fix-it after the end of the pointer.Volodymyr Sapsai2017-09-282-0/+50
* [clang] Add getUnsignedPointerDiffType methodAlexander Shaposhnikov2017-09-281-0/+31
* [clang] Fix printf fixit for objc specific typesAlexander Shaposhnikov2017-09-221-0/+26
* [c++2a] Implement P0409R2 - Allow lambda capture [=,this] (by hamzasood)Faisal Vali2017-08-191-1/+0
* Unguarded availability diagnoser should use TraverseStmt instead ofAlex Lorenz2017-08-171-0/+8
* [clang] Get rid of "%T" expansionsKuba Mracek2017-08-151-5/+6
* Replace remaining user-visible mentions of C++1z with C++17.Richard Smith2017-08-131-1/+1
* -Wpragma-pack: add an additional note and fixit when warningAlex Lorenz2017-07-311-0/+5
* unguarded availability: add a fixit for the "annotate '...'Alex Lorenz2017-07-262-0/+39
* 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