summaryrefslogtreecommitdiff
path: root/clang/test/Parser
Commit message (Expand)AuthorAgeFilesLines
* Revert "[clang] Show line numbers in diagnostic code snippets"Timm Bäder2023-05-162-2/+2
* [clang] Show line numbers in diagnostic code snippetsTimm Bäder2023-05-162-2/+2
* Revert "[Clang] Fix parsing of `(auto(x))`."Corentin Jabot2023-05-162-45/+11
* [Clang] Fix parsing of `(auto(x))`.Corentin Jabot2023-05-162-11/+45
* [clang][parser] Fix namespace dropping after malformed declarationsAlejandro Álvarez Ayllón2023-05-152-0/+34
* [clang] Use -std=c++23 instead of -std=c++2bMark de Wever2023-05-0411-62/+62
* [clang] add diagnose when member function contains invalid default argumentCongcong Cai2023-04-251-0/+5
* [Clang] Check type-constraints applied to placeholder typesCorentin Jabot2023-04-101-0/+20
* [Clang] Improve diagnostics when using a concept as template argumentCorentin Jabot2023-03-301-0/+44
* Improve requirement clause limitation on non templated functionErich Keane2023-03-291-1/+1
* [clang][PowerPC] Remove remaining Darwin supportDavid Tenty2023-03-282-2/+0
* No longer issue static lambda pedantic warning for pre-c++2b compatAaron Ballman2023-03-211-0/+1
* [PowerPC] Adding test coverage for vector compatibility warningMaryam Moghadas2023-03-201-0/+45
* [clang][WebAssembly] Initial support for reference type funcref in clangPaulo Matos2023-03-171-0/+9
* [clang] extend external_source_symbol attribute with USR clauseAlex Lorenz2023-02-231-7/+23
* [Coroutines] Remove -fcoroutines-tsChuanqi Xu2023-02-231-2/+2
* [clang] add __has_extension(gnu_asm_goto_with_outputs_full)Nick Desaulniers2023-02-161-0/+3
* [Modules] Refactor modules-ts tests to use standard c++ modulesChuanqi Xu2023-02-161-2/+2
* [PowerPC] Remove the lax warning for explicit castsMaryam Moghadas2023-01-202-7/+74
* Diagnose extensions in 'offsetof'Aaron Ballman2023-01-181-4/+0
* Reland "nullptr returned from ActOnTag() is not a valid result"Haojian Wu2023-01-182-3/+3
* Revert "Diagnose extensions in 'offsetof'"Arthur Eubanks2023-01-171-0/+4
* Revert "nullptr returned from ActOnTag() is not a valid result"Arthur Eubanks2023-01-172-3/+3
* nullptr returned from ActOnTag() is not a valid resultAaron Ballman2023-01-172-3/+3
* Diagnose extensions in 'offsetof'Aaron Ballman2023-01-171-4/+0
* Revert "[C2x] reject type definitions in offsetof"Yingchi Long2023-01-161-0/+4
* [C2x] reject type definitions in offsetofYingchi Long2023-01-131-4/+0
* Parse: handle another case of invalid handling for attributesSaleem Abdulrasool2023-01-051-0/+2
* Stop accepting 'bool' in a concept declaration as an extension.Erich Keane2022-11-281-1/+1
* parse: process GNU and standard attributes on top-level declsSaleem Abdulrasool2022-11-212-2/+6
* [FPEnv] Enable strict fp for AArch64 in clangJohn Brawn2022-11-211-1/+1
* Fix duplicate word typos; NFCRageking82022-11-081-1/+1
* [clang][cuda/hip] Allow `__noinline__` lambdasPierre van Houtryve2022-11-041-0/+9
* [Concepts] Improve diagnostics on a missing 'auto' keyword.Erich Keane2022-11-011-0/+14
* [Clang] Improve diagnostic message for loop hint pragmaeopXD2022-10-281-9/+9
* Pre-commit test case for D136784eopXD2022-10-271-0/+36
* [HLSL] Add groupshare address space.Xiang Li2022-10-201-1/+1
* [clang] Fix crash upon stray coloncolon token in C2x modeJialun Hu2022-10-181-0/+3
* Remove redundant option -menable-unsafe-fp-math.Zahira Ammarguellat2022-10-141-1/+1
* Reword diagnostics for style; NFCAaron Ballman2022-10-101-1/+1
* [Clang] reject bit-fields as instruction operands in Microsoft style inline a...Tom Honermann2022-10-101-0/+12
* [Clang] P1169R4: static operator()Roy Jacobson2022-09-292-0/+43
* [C2x] implement typeof and typeof_unqualAaron Ballman2022-09-282-0/+73
* [C++2a] P0634r3: Down with typename!Nicolas Lesser2022-09-281-1/+5
* [clang][DR2621] using enum NAME lookup fixNathan Sidwell2022-09-281-4/+4
* [Clang] Support case and default labels at end of compound statementEvgeny Shulgin2022-09-213-12/+51
* [Clang] Support label at end of compound statementEvgeny Shulgin2022-09-173-3/+24
* Revert "Revert "[clang, llvm] Add __declspec(safebuffers), support it in Code...David Majnemer2022-09-161-1/+1
* Revert "[clang, llvm] Add __declspec(safebuffers), support it in CodeView"Sylvestre Ledru2022-09-131-1/+1
* [clang, llvm] Add __declspec(safebuffers), support it in CodeViewDavid Majnemer2022-09-121-1/+1