summaryrefslogtreecommitdiff
path: root/test/FixIt
Commit message (Expand)AuthorAgeFilesLines
* [c++20] P1143R2: Add support for the C++20 'constinit' keyword.Richard Smith2019-09-041-2/+36
* [Sema] Don't warn on printf('%hd', [char]) (PR41467)Nathan Huckleberry2019-08-231-3/+1
* [c++20] P0780R2: Support pack-expansion of init-captures.Richard Smith2019-05-211-0/+15
* Give 'fixit-cxx0x.cpp' a more modern name.Richard Smith2019-05-201-0/+0
* Added a better diagnostic when using the delete operator with lambdasNicolas Lesser2019-05-191-0/+3
* [c++20] Implement P0846R0: allow (ADL-only) calls to template-ids whoseRichard Smith2019-05-091-8/+2
* When typo-correcting a function name, consider correcting to a type nameRichard Smith2019-05-091-0/+7
* Improve -Wuninitialized warning under ARC for block variables that areAkira Hatanaka2019-04-231-3/+9
* Add support for attributes on @implementations in Objective-CErik Pilkington2019-04-111-2/+2
* Introduce the _Clang scoped attribute token.Aaron Ballman2018-11-091-0/+3
* [Sema] Add fixit for unused lambda capturesAlexander Shaposhnikov2018-07-161-0/+94
* [Sema] -Wformat-pedantic only for NSInteger/NSUInteger %zu/%zi on DarwinJF Bastien2018-06-222-1/+22
* [Parser][FixIt] Better diagnostics for "typedef" instead of "typename" typoJan Korous2018-02-081-0/+16
* 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