summaryrefslogtreecommitdiff
path: root/clang/lib/Sema/DeclSpec.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update a stale comment; NFCAaron Ballman2022-11-011-3/+2
* [C2x] implement typeof and typeof_unqualAaron Ballman2022-09-281-0/+4
* [Clang] NFC: Make UnqualifiedId::Kind private for consistency.Corentin Jabot2022-09-121-1/+1
* [clang] Use std::size instead of llvm::array_lengthofJoe Loser2022-09-081-3/+2
* [clang] adds unary type transformations as compiler built-insChristopher Di Bella2022-08-221-2/+7
* Revert "[clang] adds unary type transformations as compiler built-ins"Nico Weber2022-08-141-7/+2
* [clang] adds unary type transformations as compiler built-insChristopher Di Bella2022-08-141-2/+7
* Revert "Rename llvm::array_lengthof into llvm::size to match std::size from C...Benjamin Kramer2022-01-261-2/+2
* Rename llvm::array_lengthof into llvm::size to match std::size from C++17serge-sans-paille2022-01-261-2/+2
* Introduce _BitInt, deprecate _ExtIntAaron Ballman2021-12-061-6/+6
* [Clang] Enable _Complex __ibm128 typeQiu Chaofan2021-10-091-1/+2
* [PowerPC] Disable vector types when not supported by subtarget featuresLei Huang2021-10-041-8/+14
* [Clang] Add __ibm128 type to represent ppc_fp128Qiu Chaofan2021-09-061-0/+2
* [OpenCL] Defines helper function for kernel language compatible OpenCL versionJustas Janickas2021-08-311-2/+1
* [CFE][X86] Enable complex _Float16 supportWang, Pengfei2021-08-181-2/+2
* Re-commit [clang] Add support for the "abstract" contextual keyword of MSVCAbbas Sabra2021-05-311-0/+2
* Revert "[clang] Add support for the "abstract" contextual keyword of MSVC"Mikhail Goncharov2021-05-311-2/+0
* [clang] Add support for the "abstract" contextual keyword of MSVCAbbas Sabra2021-05-311-0/+2
* [OpenCL] Refactor diagnostic for OpenCL extension/featureAnton Zabaznov2021-03-121-1/+2
* [clang] Use SourceLocations in unions [NFCI]Mikhail Maltsev2021-01-141-9/+11
* Convert ConstexprKind from Specifiers.h to a scoped enum; NFCThorsten2020-11-161-9/+13
* Adding some explicit casts to appease build bots; NFCAaron Ballman2020-11-161-2/+2
* Convert TypeSpecifierSign from Specifiers.h to a scoped enum; NFCThorsten2020-11-161-20/+22
* Convert TypeSpecifiersPipe from Specifiers.h to a scoped enum; NFCThorsten2020-11-161-1/+1
* [NFC, Refactor] Modernize the TypeSpecifierWidth enum (Specifiers.h) to a sco...faisalv2020-11-151-31/+39
* [NFC, Refactor] Rename the (scoped) enum DeclaratorContext's enumerators to r...Faisal Vali2020-11-101-1/+1
* Better source location for -Wignored-qualifiers on trailing return typesAaron Puchert2020-10-281-0/+3
* [PowerPC][AIX] Make `__vector [un]signed long` an errorHubert Tong2020-10-181-1/+7
* [clang]: Remove assertion which checks explicit declarationGousemoodhin Nadaf2020-08-201-3/+0
* For PR46800, implement the GCC __builtin_complex builtin.Richard Smith2020-07-221-0/+1
* [PowerPC] Add support for vector bool __int128 for Power10Ahsan Saghir2020-06-231-4/+10
* [ARM] Add __bf16 as new Bfloat16 C TypeTies Stuij2020-06-051-0/+2
* [Clang] Enable _Complex __float128Nemanja Ivanovic2020-05-281-1/+2
* Reland Implement _ExtInt as an extended int type specifier.Erich Keane2020-04-171-2/+26
* Revert "Implement _ExtInt as an extended int type specifier."Sterling Augustine2020-04-171-26/+2
* Implement _ExtInt as an extended int type specifier.Erich Keane2020-04-171-2/+26
* Improve recovery from invalid template-ids.Richard Smith2020-03-271-0/+6
* Avoid SourceManager.h include in RawCommentList.h, add missing incsReid Kleckner2020-02-271-0/+1
* PR12350: Handle remaining cases permitted by CWG DR 244.Richard Smith2020-02-071-0/+2
* [Concepts] Placeholder constraints and abbreviated templatesSaar Raz2020-01-231-0/+9
* Revert "[Concepts] Placeholder constraints and abbreviated templates"Sam McCall2020-01-231-9/+0
* [Concepts] Placeholder constraints and abbreviated templatesSaar Raz2020-01-221-0/+9
* Revert "[Concepts] Placeholder constraints and abbreviated templates"Jonas Devlieghere2020-01-211-9/+0
* [Concepts] Placeholder constraints and abbreviated templatesSaar Raz2020-01-221-0/+9
* [c++20] P1143R2: Add support for the C++20 'constinit' keyword.Richard Smith2019-09-041-8/+7
* [OpenCL] Update comments/diagnostics to refer to C++ for OpenCLAnastasia Stulova2019-07-181-1/+0
* Use unsigned for bitfields to avoid sign extensionReid Kleckner2019-06-141-3/+3
* [C++20] add Basic consteval specifierGauthier Harnisch2019-06-141-7/+18
* [c++20] Add support for explicit(bool), as described in P0892R2.Richard Smith2019-05-091-9/+19
* Improve function / variable disambiguation.Richard Smith2019-05-071-2/+20