summaryrefslogtreecommitdiffstats
path: root/clang/lib/Parse/ParseDecl.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Parse: Further simplify ParseLexedMethodDeclarationDavid Majnemer2015-01-131-8/+0
* [PowerPC]To provide better compatibility with gcc I added the __bool keyword ...Bill Seurer2015-01-121-0/+5
* Parse: Get rid of tok::cxx_defaultarg_end, use EOF insteadDavid Majnemer2015-01-121-1/+2
* Parse: __attribute__((keyword)) shouldn't errorDavid Majnemer2015-01-031-3/+4
* Parse: Don't crash when 'typename' shows up in an attributeDavid Majnemer2014-12-281-1/+2
* PR21969: Improve diagnostics for a conversion function that has any pieces of aRichard Smith2014-12-191-1/+1
* Correct delayed typos in the operand to typeof expressions.Kaelyn Takata2014-12-191-2/+2
OpenPOWER on IntegriCloud