summaryrefslogtreecommitdiffstats
path: root/lib/Sema/DeclSpec.cpp
Commit message (Expand)AuthorAgeFilesLines
* [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
* Revert r268727, it caused PR27666.Nico Weber2016-05-061-4/+2
* [MSVC] Implementation of __unaligned as a proper type qualifierAndrey Bokhanko2016-05-061-2/+4
* Revert 266186 as it breaks anything that includes type_traits on some platformsNemanja Ivanovic2016-04-151-2/+0
* Revert r266415, it broke parsing SDK headers (PR27367).Nico Weber2016-04-151-4/+2
* [MSVC Compat] Implementation of __unaligned (MS extension) as a type qualifierAndrey Bokhanko2016-04-151-2/+4
* Enable support for __float128 in ClangNemanja Ivanovic2016-04-131-0/+2
* [OpenCL] Move OpenCLImageTypes.def from clangAST to clangBasic library.Alexey Bader2016-04-131-2/+2
* [OpenCL] Complete image types support.Alexey Bader2016-04-081-0/+6
* Move LocInfoType from Sema to AST.Benjamin Kramer2016-02-011-1/+1
* [OpenCL] Pipe type supportXiuli Pan2016-01-091-0/+17
* [Sema] Fix filename in header. NFCCraig Topper2015-11-151-1/+1
* [Sema] Remove unnecessary includes and forward declarations. NFCCraig Topper2015-11-151-2/+0
* Fix a layering oddity by passing Sema to DeclSpec::Finish instead of Diagnost...Craig Topper2015-11-151-47/+40
* Move diagnostics from Parse to Sema to remove Sema's dependency on ParserDiag...Craig Topper2015-11-141-1/+0
* Fix indentation. NFCCraig Topper2015-11-141-6/+6
* Merge some similar diagnostics using %select.Craig Topper2015-11-141-4/+2
* Add support for GCC's '__auto_type' extension, per the GCC manual:Richard Smith2015-11-111-0/+2
* Replace double-negated !SourceLocation.isInvalid() with SourceLocation.isVali...Yaron Keren2015-10-031-1/+1
* PR24595: Ignore calling convention modifiers for structors in MS ABI.Andrey Bokhanko2015-09-141-0/+5
* Modify DeclaratorChuck::getFunction to be passed an Exception Specification S...Nathan Wilson2015-08-261-2/+3
* Add support for System z vector language extensionsUlrich Weigand2015-07-301-6/+16
* C++ support for Objective-C lightweight generics.Douglas Gregor2015-07-071-25/+0
* Handle Objective-C type arguments.Douglas Gregor2015-07-071-0/+11
* [CONCEPTS] Parsing of concept keywordHubert Tong2015-06-301-0/+12
* Add check for kind of UnqualifiedId in Declarator::isStaticMember()Petar Jovanovic2015-03-301-2/+3
* Diagnose declspecs occuring after virt-specifier-seq and generate fixit hintsEhsan Akhgari2015-03-251-0/+3
* Revert "Diagnose declspecs occuring after virt-specifier-seq and generate fix...Ehsan Akhgari2015-03-241-3/+0
* Diagnose declspecs occuring after virt-specifier-seq and generate fixit hintsEhsan Akhgari2015-03-241-0/+3
* Add builtins for the 64-bit vector integer arithmetic instructions added in P...Kit Barton2015-03-111-1/+3
* [PowerPC]Activate "vector bool long long" (and alternate spellings) as a vali...Bill Seurer2015-03-031-2/+7
* [OpenCL] Generic address space has been added in OpenCL v2.0.Anastasia Stulova2014-11-261-2/+2
* PR21437, final part of DR1330: delay-parsing of exception-specifications. ThisRichard Smith2014-11-131-0/+8
* [PowerPC] Initial VSX intrinsic support, with min/max for vector doubleBill Schmidt2014-10-311-5/+8
* Add RestrictQualifierLoc to DeclaratorChunk::FunctionTypeInfoHal Finkel2014-10-201-0/+3
* -ms-extensions: Implement __super scope specifier (PR13236).Nikola Smiljanic2014-09-261-0/+12
* Move __vector long deprecation checking into DeclSpec::FinishHal Finkel2014-08-241-6/+3
* [C++11] Use 'nullptr'.Craig Topper2014-06-091-6/+6