summaryrefslogtreecommitdiffstats
path: root/clang/lib/Parse/Parser.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing spaceFangrui Song2018-07-301-34/+34
* [NFC] Rename clang::AttributeList to clang::ParsedAttrErich Keane2018-07-131-1/+1
* AttributeList de-listifying:Erich Keane2018-07-121-14/+8
* [Modules][ObjC] Warn on the use of '@import' in framework headersBruno Cardoso Lopes2018-06-271-0/+12
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-091-8/+8
* Parse A::template B as an identifier rather than as a template-id with noRichard Smith2018-04-271-1/+1
* Revert rC330794 and some dependent tiny bug fixes Faisal Vali2018-04-261-3/+3
* [c++2a] [concepts] Add rudimentary parsing support for template concept decla...Faisal Vali2018-04-251-3/+3
* Revert r329684 (and follow-ups 329693, 329714). See discussion on https://rev...Nico Weber2018-04-101-43/+1
* -ftime-report switch support in Clang.Andrew V. Tischenko2018-04-101-1/+43
* [Parser] Remove hard-coded bracket depth limitJan Korous2018-03-161-1/+1
* Fix a couple of cases where we would fail to correctly parse deduced class te...Richard Smith2018-02-281-2/+2
* Allow the NS, CF, and ObjC attributes to be used with -fdouble-square-bracket...Aaron Ballman2018-02-121-1/+1
* Again reverting an attempt to convert the DeclSpec enums into scoped enums.Faisal Vali2018-01-011-1/+1
* [NFC] Modernize enums TypeSpecifierWidth, TypeSpecifierSign & TypeSpecifierTy...Faisal Vali2018-01-011-1/+1
* Revert r321614 and r321615Faisal Vali2018-01-011-1/+1
* [NFC] Modernize enums TypeSpecifierWidth, TypeSpecifierSign & TypeSpecifierTy...Faisal Vali2018-01-011-1/+1
* [NFC] Modernize enum DeclSpecContext into a scoped enum.Faisal Vali2017-12-311-3/+4
* [NFC] Modernize enum Declarator::TheContext to a type-safe scoped enum.Faisal Vali2017-12-291-8/+8
* Add a fixit for attributes incorrectly placed prior to 'struct/class/enum' ke...Faisal Vali2017-12-251-1/+25
* [Modules TS] Added module re-export support.Hamza Sood2017-11-211-6/+8
* [code completion] Complete ObjC methods in @implementation without leadingAlex Lorenz2017-10-241-3/+9
* [Modules TS] Diagnose attempts to enter module implementation units without t...Richard Smith2017-10-101-2/+2
* Fixed a crash on replaying Preamble's PP conditional stack.Ilya Biryukov2017-08-211-2/+0
* Place implictly declared functions at block scopeMomchil Velikov2017-08-101-4/+7
* Fix invalid warnings for header guards in preamblesErik Verbruggen2017-07-051-0/+2
* [modules ts] Declarations from a module interface unit are only visible outsideRichard Smith2017-07-051-0/+2
* Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC.Galina Kistanova2017-06-031-0/+2
* Fix the location of "missing ';'" suggestions after annotation tokens.Richard Smith2017-05-181-15/+7
* P0629R0: Switch to latest proposal for distinguishing module interface from i...Richard Smith2017-04-211-39/+28
* Add support for editor placeholders to ClangAlex Lorenz2017-04-191-0/+6
* Add #pragma clang attributeAlex Lorenz2017-04-181-0/+4
* Revert r300539 - Add #pragma clang attributeAlex Lorenz2017-04-181-4/+0
* Add #pragma clang attributeAlex Lorenz2017-04-181-0/+4
* [Parser][ObjC++] Improve diagnostics and recovery when C++ keywords are usedAlex Lorenz2017-04-111-0/+15
* Add #pragma clang fpAdam Nemet2017-04-041-0/+3
* Publish one more parser RAII for external use.Vassil Vassilev2017-03-271-20/+0
* Publish RAIIObjectsForParser.h for external usage.Vassil Vassilev2017-03-231-1/+1
* Introduce an 'external_source_symbol' attribute that describes the originAlex Lorenz2017-03-011-0/+2
* P0091R3: Implement basic parsing support for C++17 deduction-guides.Richard Smith2017-02-071-2/+4
* PR0091R3: Implement parsing support for using templates as types.Richard Smith2017-01-261-1/+2
* PR13403 (+duplicates): implement C++ DR1310 (http://wg21.link/cwg1310).Richard Smith2017-01-191-0/+1
* Remove redundant passing around of a "ContainsAutoType" flag.Richard Smith2017-01-121-1/+1
* Remove dead code.Richard Smith2017-01-101-5/+0
* Remove a couple of parameters that are always false.Richard Smith2017-01-101-21/+14
* Recommit r289979 [OpenCL] Allow disabling types and declarations associated w...Yaxun Liu2016-12-181-0/+2
* Revert r289979 due to regressionsYaxun Liu2016-12-161-2/+0
* [OpenCL] Allow disabling types and declarations associated with extensionsYaxun Liu2016-12-161-0/+2
* [modules] Use the "redundant #include" diagnostic rather than the "moduleRichard Smith2016-12-061-6/+21
* [SemaObjC] Be more strict while parsing type arguments and protocolsBruno Cardoso Lopes2016-09-131-0/+4
OpenPOWER on IntegriCloud