aboutsummaryrefslogtreecommitdiff
path: root/clang/test/FixIt
AgeCommit message (Expand)AuthorFilesLines
2024-05-07Mark test cases as unsupported on z/OS (#90990)Sean Perry2-4/+16
2024-05-04[test] %clang_cc1: remove redundant actionsFangrui Song12-12/+12
2024-04-22Carving out -Wformat warning about scoped enums into a subwarning (#88595)ZijunZhaoCCK2-4/+6
2024-02-13[Clang][Sema] Diagnose friend declarations with enum elaborated-type-specifie...Krystian Stasiowski1-2/+4
2023-10-02[Sema] Use underlying type of scoped enum for -Wformat diagnostics (#67378)Shoaib Meenai2-2/+53
2023-10-02[C++] Implement "Deducing this" (P0847R7)Corentin Jabot1-0/+32
2023-09-20[Sema] Fix fixit cast printing inside macros (#66853)Shoaib Meenai1-3/+45
2023-08-28[clang] Remove rdar links; NFCAaron Ballman27-64/+32
2023-08-22Revert "[Clang] CWG1473: do not err on the lack of space after operator"""Reid Kleckner1-3/+3
2023-08-17[Clang] CWG1473: do not err on the lack of space after operator""Po-yao Chang1-3/+3
2023-08-10[Clang] Produce a warning instead of an error in unevaluated strings before C...Corentin Jabot1-0/+17
2023-08-10Revert "[Clang] Produce a warning instead of an error in unevaluated strings ...Corentin Jabot1-17/+0
2023-08-10[Clang] Produce a warning instead of an error in unevaluated strings before C...Corentin Jabot1-0/+17
2023-07-17Revert "Remove rdar links; NFC"Mehdi Amini27-32/+64
2023-07-14[clang][Sema] Add fixit for scoped enum format errorAlex Brachet1-0/+19
2023-07-14[clang][Sema] Suggest static_cast in C++ codeAlex Brachet1-5/+5
2023-07-07Remove rdar links; NFCAaron Ballman27-64/+32
2023-07-07Implement P2361 Unevaluated string literalsCorentin Jabot1-2/+0
2023-06-15[clang][Diagnostics] Don't expand label fixit to the next lineTimm Bäder1-0/+1
2023-06-12[clang][Driver] Add -fcaret-diagnostics-max-lines= as a driver optionTimm Bäder1-1/+1
2023-05-31[clang] Show line numbers in diagnostic code snippetsTimm Bäder4-5/+5
2023-05-16Revert "[clang] Show line numbers in diagnostic code snippets"Timm Bäder4-5/+5
2023-05-16[clang] Show line numbers in diagnostic code snippetsTimm Bäder4-5/+5
2023-05-04[clang] Use -std=c++23 instead of -std=c++2bMark de Wever1-2/+2
2023-01-19Fix zero-initialization fix-it for variable templatev1nh1shungry1-0/+28
2022-12-06[Clang][Sema] Fix attribute((format)) bug on non-variadic functionsFélix Cloutier1-0/+9
2022-11-28CWG2635: Disallow constrained structured bindings.Erich Keane1-0/+33
2022-11-23Do not suggest taking the address of a const pointer to get void*Alexey Kreshchuk1-0/+21
2022-09-28[C++2a] P0634r3: Down with typename!Nicolas Lesser1-1/+1
2022-09-21[Clang] Support case and default labels at end of compound statementEvgeny Shulgin1-20/+0
2022-09-01[clang] trim trailing space in format tests. NFCYingChi Long2-8/+8
2022-07-27[clang] Implement ElaboratedType sugaring for types written bareMatheus Izvekov1-2/+2
2022-07-22Strengthen -Wint-conversion to default to an errorAaron Ballman2-6/+6
2022-07-14Revert "[clang] Implement ElaboratedType sugaring for types written bare"Jonas Devlieghere1-2/+2
2022-07-15[clang] Implement ElaboratedType sugaring for types written bareMatheus Izvekov1-2/+2
2022-07-13Revert "[clang] Implement ElaboratedType sugaring for types written bare"Jonas Devlieghere1-2/+2
2022-07-13[clang] Implement ElaboratedType sugaring for types written bareMatheus Izvekov1-2/+2
2022-06-25[Clang][C++23] P2071 Named universal character escapesCorentin Jabot1-0/+29
2022-05-04Change the behavior of implicit int diagnosticsAaron Ballman1-2/+2
2022-04-08[C89/C2x] Improve diagnostics around strict prototypes in CAaron Ballman1-2/+2
2022-03-18[Clang] Support multiple attributes in a single pragmaEgor Zhdan2-12/+15
2022-02-09Use functions with prototypes when appropriate; NFCAaron Ballman25-63/+63
2022-01-21[Sema] Warn about printf %n on Android and FuchsiaAlex Brachet1-1/+15
2022-01-06Reland "[clang][ObjC] Add fix it for missing methods in impl"David Goldman1-0/+15
2022-01-04Revert "[clang][ObjC] Add fix it for missing methods in impl"Rumeet Dhindsa1-15/+0
2022-01-04[clang][ObjC] Add fix it for missing methods in implDavid Goldman1-0/+15
2021-12-15[Sema] Add FixIt when a C++ out-of-line method has extra/missing constSam McCall1-0/+12
2021-08-18Implement P1949Corentin Jabot1-8/+4
2021-07-20[clang][darwin] add support for Mac Catalyst availabilityAlex Lorenz1-0/+24
2021-06-26[clang] Stop providing builtin overload candidate for relational function poi...Matheus Izvekov1-16/+16