summaryrefslogtreecommitdiffstats
path: root/clang/lib/Parse/ParseDecl.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Parser] Handle __pragma(pack, etc. after type definitionsDavid Majnemer2016-06-141-0/+16
* [ms] Allow more unqualified lookup of types in dependent base classesReid Kleckner2016-05-241-10/+18
* Make Sema::getPrintingPolicy less ridiculously expensive. This used to performRichard Smith2016-05-191-1/+1
* [OpenCL] Output OpenCL version in diagnostics.Anastasia Stulova2016-05-121-3/+8
* [MSVC] Implementation of __unaligned as a proper type qualifierAndrey Bokhanko2016-05-111-4/+11
* Enable support for __float128 in Clang and enable it on pertinent platformsNemanja Ivanovic2016-05-091-0/+7
* Revert r268727, it caused PR27666.Nico Weber2016-05-061-11/+4
* [MSVC] Implementation of __unaligned as a proper type qualifierAndrey Bokhanko2016-05-061-4/+11
* [Concepts] Pass requires-clause to ActOnTemplateParameterList; NFCHubert Tong2016-04-291-1/+1
* Correctly parse GCC-style asm line following MS-style asm line.Denis Zobnin2016-04-211-21/+0
* Revert 266186 as it breaks anything that includes type_traits on some platformsNemanja Ivanovic2016-04-151-7/+0
* Revert r266415, it broke parsing SDK headers (PR27367).Nico Weber2016-04-151-11/+4
* [MSVC Compat] Implementation of __unaligned (MS extension) as a type qualifierAndrey Bokhanko2016-04-151-4/+11
* Enable support for __float128 in ClangNemanja Ivanovic2016-04-131-0/+7
* [OpenCL] Move OpenCLImageTypes.def from clangAST to clangBasic library.Alexey Bader2016-04-131-4/+4
* [OpenCL] Complete image types support.Alexey Bader2016-04-081-0/+12
* [OPENMP 4.0] Initial support for '#pragma omp declare simd' directive.Alexey Bataev2016-03-301-2/+4
* Add replacement = "xxx" to AvailabilityAttr.Manman Ren2016-03-211-7/+17
* Revert r263687 for ubsan bot failure.Manman Ren2016-03-171-17/+7
* Add an optional named argument (replacement = "xxx") to AvailabilityAttr.Manman Ren2016-03-171-7/+17
* Test commit: Fix run-on sentence in commentMike Spertus2016-03-051-2/+2
* [OPENMP 4.0] Initial support for 'omp declare reduction' construct.Alexey Bataev2016-03-031-5/+3
* [OpenCL] Refine OpenCLImageAccessAttr to OpenCLAccessAttrXiuli Pan2016-02-261-1/+2
* Addressing review comments for r261163.Manman Ren2016-02-221-11/+11
* [OpenCL] Generate metadata for opencl_unroll_hint attributeAnastasia Stulova2016-02-191-2/+2
* [Parse] Code complete expressions in bracket declarators.Benjamin Kramer2016-02-181-0/+3
* Add 'nopartial' qualifier for availability attributes.Manman Ren2016-02-171-5/+19
* Simplify EnterTokenStream API to make it more robust for memory managementDavid Blaikie2016-02-091-1/+1
* Fix rejects-valid when forming a pointer-to-member with 'decltype(expr)::*'.Richard Smith2016-02-021-1/+1
* Include RecordDecls from anonymous unions in the AST.Nico Weber2016-01-281-2/+9
* OpaquePtr: Use nullptr construction for ParsedType OpaquePtr typedefDavid Blaikie2016-01-151-15/+11
* OpaquePtr: Use nullptr construction for DeclGroupPtrTy OpaquePtr typedefDavid Blaikie2016-01-151-5/+5
* [OpenCL] Pipe type supportXiuli Pan2016-01-091-0/+36
* [Sema] ArrayRef-ize ActOnTemplateParameterList. NFCCraig Topper2015-12-241-2/+2
* Fix crash-on-invalid if a :: is followed by two or more open parentheses (and...Richard Smith2015-12-191-0/+9
* Do not generate DW_TAG_imported_module for anonymous namespaces (even nested)...Ekaterina Romanova2015-12-101-4/+2
* [modules] When a #include is mapped to a module import and appears somewhereRichard Smith2015-11-171-2/+2
* Fix a layering oddity by passing Sema to DeclSpec::Finish instead of Diagnost...Craig Topper2015-11-151-2/+2
* Move diagnostics from Parse to Sema to remove Sema's dependency on ParserDiag...Craig Topper2015-11-141-0/+1
* Merge some similar diagnostics using %select.Craig Topper2015-11-141-4/+5
* Fix spelling error in comment.Craig Topper2015-11-141-1/+1
* Add support for GCC's '__auto_type' extension, per the GCC manual:Richard Smith2015-11-111-0/+6
* Fix Clang-tidy modernize-use-nullptr warnings in source directories; other mi...Hans Wennborg2015-10-061-10/+3
* Add -f[no-]declspec to control recognition of __declspec as a keywordSaleem Abdulrasool2015-10-041-3/+1
* [Modules] More descriptive diagnostics for misplaced import directiveSerge Pavlov2015-09-191-1/+2
* Modify DeclaratorChuck::getFunction to be passed an Exception Specification S...Nathan Wilson2015-08-261-1/+1
* [OPENMP] Fix for http://llvm.org/PR24430: clang hangs on invalid input with o...Alexey Bataev2015-08-121-0/+8
* [MS Compat] Allow _Atomic(Type) and 'struct _Atomic' to coexistDavid Majnemer2015-07-221-0/+12
* Ignore the "novtable" declspec when not using the Microsoft C++ ABI.Bob Wilson2015-07-201-1/+1
* Support alternate attribute spelling __enable_if__Ulrich Weigand2015-07-131-1/+2
OpenPOWER on IntegriCloud