aboutsummaryrefslogtreecommitdiff
path: root/clang/test/Parser
AgeCommit message (Expand)AuthorFilesLines
2022-09-15Downgrade implicit int and implicit function declaration to warning onlyAaron Ballman4-12/+12
2022-07-25Rewording "static_assert" diagnosticsMuhammad Usman Shahid2-9/+9
2022-07-25[clang] better error message for while loops outside of control flowinclyc2-0/+53
2022-07-22Strengthen -Wint-conversion to default to an errorAaron Ballman1-1/+1
2022-07-21Revert "Rewording the "static_assert" to static assertion"Erich Keane2-9/+9
2022-07-21Rewording the "static_assert" to static assertionMuhammad Usman Shahid2-9/+9
2022-07-14Revert "[clang] Implement ElaboratedType sugaring for types written bare"Jonas Devlieghere1-1/+1
2022-07-15[clang] Implement ElaboratedType sugaring for types written bareMatheus Izvekov1-1/+1
2022-07-14Revert "Rewording "static_assert" diagnostics"Mitch Phillips2-9/+9
2022-07-14Rewording "static_assert" diagnosticsMuhammad Usman Shahid2-9/+9
2022-07-13Revert "[clang] Implement ElaboratedType sugaring for types written bare"Jonas Devlieghere1-1/+1
2022-07-13[clang] Implement ElaboratedType sugaring for types written bareMatheus Izvekov1-1/+1
2022-06-25[Clang][C++23] P2071 Named universal character escapesCorentin Jabot1-0/+1
2022-06-16PowerPC] Emit warning for incompatible vector types that are currently diagno...Maryam Moghadas1-7/+7
2022-06-15[clang] Reject non-declaration C++11 attributes on declarationsMartin Boehme6-1/+50
2022-06-15[OpenCL] Reword unknown extension pragma diagnosticSven van Haastregt1-1/+1
2022-05-26Improve the strict prototype diagnostic behaviorAaron Ballman1-5/+5
2022-05-17[concepts] Implement dcl.decl.general p4: No constraints on non-template funcsErich Keane2-0/+3
2022-05-13Silence some false positive -Wstrict-prototype warningsAaron Ballman1-2/+3
2022-05-04Change the behavior of implicit int diagnosticsAaron Ballman18-44/+47
2022-04-20[C2x] Disallow functions without prototypes/functions with identifier listsAaron Ballman2-4/+26
2022-04-08[C89/C2x] Improve diagnostics around strict prototypes in CAaron Ballman4-21/+25
2022-03-31Use functions with prototypes when appropriate; NFCAaron Ballman2-2/+2
2022-03-23[clang] Improve diagnostic for reopened inline namespaceFabian Wolff1-2/+1
2022-03-18[Clang] Support multiple attributes in a single pragmaEgor Zhdan2-4/+12
2022-03-15[clang][parser] Allow GNU attributes before namespace identifierAleksandr Platonov1-0/+41
2022-03-14[Clang] noinline stmt attribute - emit warnings rather than errorsDávid Bolvanský1-1/+1
2022-03-14[Clang] always_inline statement attributeDávid Bolvanský1-3/+3
2022-02-28[c++2b] Implement P0849R8 auto(x)Zhihao Yuan1-0/+24
2022-02-28[Clang] noinline call site attributeDávid Bolvanský1-1/+1
2022-02-24Add -Wno-strict-prototypes to C tests; NFCAaron Ballman2-3/+3
2022-02-11[clang] inheritance fix for nomerge attributeDávid Bolvanský2-5/+5
2022-02-09Use functions with prototypes when appropriate; NFCAaron Ballman25-47/+47
2022-02-08Allow parameter pack expansions and initializer lists in annotate attributeSteffen Larsen1-0/+13
2022-02-08[C++2b] Implement multidimentional subscript operatorCorentin Jabot1-0/+58
2022-02-07Use functions with prototypes when appropriate; NFCAaron Ballman32-118/+118
2022-01-18Fix a failed assertion on an invalid typename requirementAaron Ballman1-0/+15
2022-01-10[Parse] Use empty RecoveryExpr when if/while/do/switch conditions fail to parseSam McCall1-0/+1
2022-01-05[NFC][clang] Fix comments.Shao-Ce SUN1-4/+4
2021-12-16Fix crash on invalid code involving late parsed inline methodsAaron Ballman1-0/+18
2021-12-13[NFC] Format .cppm files in testsChuanqi Xu1-4/+5
2021-12-13Revert "[NFC] format .cppm files in test"Nico Weber1-5/+4
2021-12-13[NFC] format .cppm files in testChuanqi Xu1-4/+5
2021-12-06Introduce _BitInt, deprecate _ExtIntAaron Ballman1-3/+3
2021-11-26[clang] Fix crash on broken parameter declaratorsKadir Cetinkaya1-0/+4
2021-11-17Improve docs & test for #pragma clang attribute's any clause; NFCAaron Ballman1-0/+6
2021-10-27[CUDA][NFC] Fix inexact warning message about lambdasBen Shi1-9/+9
2021-10-21Recommit: Compress formatting of array type names (int [4] -> int[4])David Blaikie1-1/+1
2021-10-18[Parse] Improve diagnostic and recovery when there is an extra override in th...Haojian Wu1-0/+19
2021-10-14Revert "Compress formatting of array type names (int [4] -> int[4])"David Blaikie1-1/+1