summaryrefslogtreecommitdiffstats
path: root/clang/lib/Parse/ParseDecl.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Implement the Objective-C __kindof type qualifier.Douglas Gregor2015-07-071-0/+19
* C++ support for Objective-C lightweight generics.Douglas Gregor2015-07-071-16/+24
* Substitute type arguments into uses of Objective-C interface members.Douglas Gregor2015-07-071-30/+2
* Handle Objective-C type arguments.Douglas Gregor2015-07-071-10/+40
* [CONCEPTS] Parsing of concept keywordHubert Tong2015-06-301-0/+8
* [Parse] Allow 'constexpr' in condition declarationsMeador Inge2015-06-251-1/+1
* Replace __double_underscored type nullability qualifiers with _Uppercase_unde...Douglas Gregor2015-06-241-15/+15
* Handle 'instancetype' in ParseDeclarationSpecifiers.Douglas Gregor2015-06-191-0/+13
* Introduce type nullability specifiers for C/C++.Douglas Gregor2015-06-191-0/+45
* [clang] Refactoring of conditions so they use isOneOf() instead of multiple i...Daniel Marjamaki2015-06-181-19/+18
* __declspec is not a core Clang language extension. Instead, require -fms-exte...Aaron Ballman2015-05-261-0/+3
* Refactored some common functionality into MaybeParseMicrosoftDeclSpecs; NFC.Aaron Ballman2015-05-201-54/+55
* [modules] Suport for merging a parsed enum definition into an existing import...Richard Smith2015-05-071-1/+23
* Batch up access-related diagnostics on enum constants until the whole enum is...Jordan Rose2015-04-301-2/+11
* [MS ABI] Correctly associate align attrs before the class-keyDavid Majnemer2015-04-191-0/+42
* [parser] Push _Atomic locs through DeclaratorChunk.Benjamin Kramer2015-03-291-1/+2
* Diagnose ref-qualifiers occuring after virt-specifier-seq and generate fixit ...Ehsan Akhgari2015-03-251-8/+17
* Diagnose declspecs occuring after virt-specifier-seq and generate fixit hintsEhsan Akhgari2015-03-251-1/+1
* Revert "Diagnose declspecs occuring after virt-specifier-seq and generate fix...Ehsan Akhgari2015-03-241-1/+1
* Revert "Diagnose ref-qualifiers occuring after virt-specifier-seq and generat...Ehsan Akhgari2015-03-241-17/+8
* Diagnose ref-qualifiers occuring after virt-specifier-seq and generate fixit ...Ehsan Akhgari2015-03-241-8/+17
* Diagnose declspecs occuring after virt-specifier-seq and generate fixit hintsEhsan Akhgari2015-03-241-1/+1
* Use Sema's PrintingPolicy when diagnosing DeclSpecs.Benjamin Kramer2015-03-121-1/+2
* Simplify boolean expressions in clang with clang-tidyDavid Blaikie2015-03-091-1/+1
* Wrap to 80 columns. No behavior change.Nico Weber2015-02-181-9/+11
* Don't crash on `struct ::, struct ::` (and the same for enums).Nico Weber2015-02-151-2/+5
* Initial support for C++ parameter completionFrancisco Lopes da Silva2015-01-211-1/+5
* Fix crash-on-invalid and name lookup when recovering from ~X::X() typo.Richard Smith2015-01-151-1/+10
* Parse: Switch to using EOF tokens for late parsed attributesDavid Majnemer2015-01-131-12/+15
* Parse: Don't crash if missing an initializer expressionDavid Majnemer2015-01-131-1/+2
OpenPOWER on IntegriCloud