summaryrefslogtreecommitdiff
path: root/lib/Sema/DeclSpec.cpp
Commit message (Expand)AuthorAgeFilesLines
* [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
* Revert r359949 "[clang] adding explicit(bool) from c++2a"Hans Wennborg2019-05-061-19/+9
* [clang] adding explicit(bool) from c++2aNicolas Lesser2019-05-041-9/+19
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Use DeclSpec for quals in DeclaratorChunk::FunctionTypeInfo.Anastasia Stulova2019-01-091-13/+40
* [OpenCL] Enable address spaces for references in C++Anastasia Stulova2018-11-161-2/+4
* [SEMA] split ExtWarn dupl-decl-spec's into Extension and ExtWarnNick Desaulniers2018-10-031-2/+2
* Remove trailing spaceFangrui Song2018-07-301-25/+25
* [NFC] Rename clang::AttributeList to clang::ParsedAttrErich Keane2018-07-131-1/+1
* AttributeList de-listifying:Erich Keane2018-07-121-10/+1
* [Fixed Point Arithmetic] Addition of the remaining fixed point types and thei...Leonard Chan2018-06-141-3/+23
* This diff includes changes for supporting the following types.Leonard Chan2018-06-041-5/+10
* Revert "This diff includes changes for supporting the following types."Leonard Chan2018-06-021-10/+5
* This diff includes changes for supporting the following types.Leonard Chan2018-06-021-5/+10
* Track the result of evaluating a computed noexcept specification on theRichard Smith2018-05-031-1/+3
* Implement P0482R2, support for char8_t type.Richard Smith2018-05-011-1/+5
* Revert rC330794 and some dependent tiny bug fixes Faisal Vali2018-04-261-65/+1
* [c++2a] [concepts] Add rudimentary parsing support for template concept decla...Faisal Vali2018-04-251-1/+65
* [Sema] Revert r329346 because of memory sanitizer failures.Eugene Zelenko2018-04-051-25/+14
* [Sema] Fix some Clang-tidy modernize and Include What You Use warnings; other...Eugene Zelenko2018-04-051-14/+25
* Again reverting an attempt to convert the DeclSpec enums into scoped enums.Faisal Vali2018-01-011-41/+39
* [Sema] Fix build with GCCBenjamin Kramer2018-01-011-1/+1
* Use 'unsigned int' instead of enum bit-fields to silence some warnings from r...Faisal Vali2018-01-011-3/+3
* [NFC] Modernize enums TypeSpecifierWidth, TypeSpecifierSign & TypeSpecifierTy...Faisal Vali2018-01-011-35/+37
* Revert r321614 and r321615Faisal Vali2018-01-011-37/+35
* [NFC] Modernize enums TypeSpecifierWidth, TypeSpecifierSign & TypeSpecifierTy...Faisal Vali2018-01-011-35/+37
* [NFC] Modernize enum 'UnqualifiedId::IdKind' into a scoped enum UnqualifiedId...Faisal Vali2017-12-301-6/+6
* [NFC] Modernize enum Declarator::TheContext to a type-safe scoped enum.Faisal Vali2017-12-291-1/+1
* Remove old concepts parsing codeHubert Tong2017-12-071-12/+0
* Recommit "Add _Float16 as a C/C++ source language type"Sjoerd Meijer2017-09-081-0/+2
* Revert "Add _Float16 as a C/C++ source language type"Sjoerd Meijer2017-09-081-2/+0
* Add _Float16 as a C/C++ source language typeSjoerd Meijer2017-09-081-0/+2
* [SystemZ] Add support for IBM z14 processor (2/3)Ulrich Weigand2017-07-171-2/+4
* Recommit r289979 [OpenCL] Allow disabling types and declarations associated w...Yaxun Liu2016-12-181-1/+1
* Revert r289979 due to regressionsYaxun Liu2016-12-161-1/+1
* [OpenCL] Allow disabling types and declarations associated with extensionsYaxun Liu2016-12-161-1/+1
* Store decls in prototypes on the declarator instead of in the ASTReid Kleckner2016-12-091-2/+15
* Fixes for r287241. Use placement new. Apply clang-format.Malcolm Parsons2016-11-171-6/+2
* Use unique_ptr for cached tokens for default arguments in C++.Malcolm Parsons2016-11-171-2/+8
* [Sema] Store a SourceRange for multi-token builtin typesMalcolm Parsons2016-10-211-15/+19
* [GCC] Support for __final specifierAndrey Bokhanko2016-07-291-0/+2
* P0217R3: Parsing support and framework for AST representation of C++1zRichard Smith2016-07-221-2/+34
* [MSVC] Support for __unaligned qualifier in functionsAndrey Bokhanko2016-05-261-1/+1
* [MSVC] Implementation of __unaligned as a proper type qualifierAndrey Bokhanko2016-05-111-2/+4
* Enable support for __float128 in Clang and enable it on pertinent platformsNemanja Ivanovic2016-05-091-0/+2