aboutsummaryrefslogtreecommitdiff
path: root/clang/test/C
AgeCommit message (Expand)AuthorFilesLines
2024-07-03Rename C2x to C23; NFCAaron Ballman34-0/+0
2024-07-02[C2y] Add diagnostics for alignof on an incomplete arrayAaron Ballman1-0/+14
2024-07-02Add an explicit triple to the testAaron Ballman1-2/+2
2024-07-02[C2y] Modify diagnostics for complex increment/decrementAaron Ballman2-4/+70
2024-07-02Revert "[C2y] Modify diagnostics for complex increment/decrement"Aaron Ballman1-66/+0
2024-07-02[C2y] Modify diagnostics for complex increment/decrementAaron Ballman1-0/+66
2024-07-02[C2y] Modify diagnostics for generic selection with a type operandAaron Ballman1-0/+16
2024-07-02[C2y] Add test coverage for WG14 N3192Aaron Ballman1-0/+43
2024-06-24[C23] Claim we do not conform to N2819Aaron Ballman1-0/+57
2024-06-24[C23] Claim conformance to WG14 N3033Aaron Ballman2-0/+54
2024-06-24[C11] Claim we do not conform to WG14 N1285 yetAaron Ballman1-0/+24
2024-06-20[C99] Claim partial conformance to n448Aaron Ballman1-0/+44
2024-06-20Reland [clang][Sema, Lex, Parse] Preprocessor embed in C and C++ (#95802)Mariya Podchishchaeva6-0/+221
2024-06-18Revert "[clang] Fix-it hint for `++this` -> `++*this` when deref is modifiabl...Sirraide1-1/+0
2024-06-13[Clang] Add fix-it hint to insert `*` when a modifiable lvalue is required (#...Rajveer Singh Bharadwaj1-0/+1
2024-06-12Revert "✨ [Sema, Lex, Parse] Preprocessor embed in C and C++ (and Obj-C and...Vitaly Buka6-221/+0
2024-06-12[clang][Sema, Lex, Parse] Preprocessor embed in C and C++ (and Obj-C and Obj-...The Phantom Derpstorm6-0/+221
2024-05-31[C11] Claim conformance to N1464Aaron Ballman1-0/+22
2024-05-28[C] Disallow declarations where a statement is required (#92908)Aaron Ballman1-1/+2
2024-05-16[Clang] Disallow VLA type compound literals (#91891)Jim M. R. Teichgräber2-17/+7
2024-05-04[test] %clang_cc1: remove redundant actionsFangrui Song1-1/+1
2024-04-12[C99] Claim conformance for _Complex support (#88161)Aaron Ballman3-0/+198
2024-04-09[C11] Claim conformance to WG14 N1514Aaron Ballman1-0/+14
2024-04-05[C99] Claim conformance to WG14 N717 (#87228)Aaron Ballman1-0/+75
2024-04-02[C11] Claim conformance to WG14 N1482Aaron Ballman1-0/+59
2024-04-02[C99] Claim conformance to WG14 N782Aaron Ballman1-0/+23
2024-04-02[C99] Update paper number tracked for arrays & lvalues; NFCAaron Ballman1-5/+2
2024-04-02[C99] Claim conformance to "additional floating-point characteristics in <flo...Aaron Ballman1-0/+50
2024-04-01[C99] Claim conformance to "conversion of array to pointer not limited to lva...Aaron Ballman1-0/+38
2024-04-01[C99] Claim conformance to WG14 N570Aaron Ballman1-0/+31
2024-03-29[Clang] [Sema] No longer diagnose type definitions in `offsetof` in C23 mode ...Sirraide2-12/+15
2024-03-28[C99] Claim conformance to WG14 N590 (#86985)Aaron Ballman2-0/+393
2024-03-27[Clang][Sema] Allow flexible arrays in unions and alone in structs (#84428)Kees Cook1-1/+1
2024-03-27[C99] Claim conformance to digraphs/iso646Aaron Ballman1-0/+90
2024-03-25[C99] Claim conformance to "new block scopes for selection and iteration stat...Aaron Ballman1-0/+34
2024-03-25Add a triple to this testAaron Ballman1-1/+1
2024-03-25[C99] Claim conformance to WG14 N631 and WG14 N696Aaron Ballman1-0/+22
2024-03-22Removing accidental code from 527a624205748814dd9309eda7ee308b40b2359aAaron Ballman1-1/+1
2024-03-22[C11] Update the status of N1365 on constant expression handlingAaron Ballman1-0/+60
2024-03-22[C99] Update status of DR290, which we do not yet implementAaron Ballman1-0/+20
2024-03-22[C11] Add test & update status of N1282 and DR087Aaron Ballman2-0/+24
2024-03-20[C11] Add test coverage for N1310 and claim conformanceAaron Ballman1-0/+31
2024-03-20[Clang] Update missing varargs arg extension warnings (#84520)Sirraide1-2/+2
2024-03-06[C23] Implement N3018: The constexpr specifier for object definitions (#73099)Mariya Podchishchaeva1-0/+87
2024-03-05[clang] Use separator for large numeric values in overflow diagnostic (#80939)Atousa Duprat2-2/+2
2024-02-15[C23] Fix handling of alignas (#81637)Aaron Ballman1-18/+39
2024-02-14[C23] Do not diagnose binary literals as an extension (#81658)Aaron Ballman1-0/+14
2024-01-30[Sema] Fix c23 not checking CheckBoolLikeConversion (#79588)Pil Eghoff1-17/+19
2024-01-21[C23] Implement N2490, Remove trigraphs??!Aaron Ballman2-12/+45
2023-12-07[Clang] Mark WG14 N2939 (Identifier Syntax Fixes) as available in Clang 15 (#...Tom Honermann1-0/+83