summaryrefslogtreecommitdiffstats
path: root/lib/Parse/ParseDeclCXX.cpp
Commit message (Expand)AuthorAgeFilesLines
* Consume unexpected "template" keywords after "using"Richard Trieu2019-05-011-0/+14
* [c++2a] Implement semantic restrictions for 'export' declarations.Richard Smith2019-04-221-1/+2
* PR41192: fix cases where "missing ';' after class" error wouldRichard Smith2019-04-161-0/+2
* Adds `-ftime-trace` option to clang that produces Chrome `chrome://tracing` c...Anton Afanasyev2019-03-301-0/+7
* [OpenCL] Allow addr space spelling without __ prefix in C++.Anastasia Stulova2019-03-251-2/+7
* [CodeComplete] Propagate preferred type for function arguments in more casesIlya Biryukov2019-02-261-11/+11
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Use DeclSpec for quals in DeclaratorChunk::FunctionTypeInfo.Anastasia Stulova2019-01-091-22/+12
* Fix up diagnostics.Richard Trieu2018-12-141-1/+0
* [NFC] Move storage of dispatch-version to GlobalDeclErich Keane2018-11-131-4/+5
* Fix the 'fixit' for inline namespace replacement.Erich Keane2018-11-121-1/+4
* Implement P1094R2 (nested inline namespaces)Erich Keane2018-11-121-41/+63
* Introduce the _Clang scoped attribute token.Aaron Ballman2018-11-091-12/+32
* Fix clang -Wimplicit-fallthrough warnings across llvm, NFCReid Kleckner2018-11-011-1/+1
* NFC: Remove the ObjC1/ObjC2 distinction from clang (and related projects)Erik Pilkington2018-10-301-1/+1
* Support accepting __gnu__ as a scoped attribute namespace that aliases to gnu.Aaron Ballman2018-10-241-7/+8
* [CodeCompletion] Enable signature help when initializing class/struct/union m...Kadir Cetinkaya2018-09-111-1/+15
* Append new attributes to the end of an AttributeList.Michael Kruse2018-08-031-1/+1
* Remove trailing spaceFangrui Song2018-07-301-32/+32
* [NFC] Rename clang::AttributeList to clang::ParsedAttrErich Keane2018-07-131-16/+14
* AttributeList de-listifying:Erich Keane2018-07-121-80/+65
* [C++17] Disallow lambdas in template parameters (PR33696).Nicolas Lesser2018-07-121-1/+1
* Diagnose missing 'template' keywords in more cases.Richard Smith2018-06-261-0/+2
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-091-8/+8
* Track the result of evaluating a computed noexcept specification on theRichard Smith2018-05-031-6/+2
* Parse A::template B as an identifier rather than as a template-id with noRichard Smith2018-04-271-2/+3
* Revert rC330794 and some dependent tiny bug fixes Faisal Vali2018-04-261-2/+2
* [c++2a] [concepts] Add rudimentary parsing support for template concept decla...Faisal Vali2018-04-251-2/+2
* Fix some handling of AST nodes with diagnostics.Richard Trieu2018-03-281-1/+1
* Sink PrettyDeclStackTrace down to the AST libraryJordan Rose2018-03-231-4/+4
* Add missing direct-init / parameter-declaration-clause disambiguation whenRichard Smith2018-02-021-2/+5
* Again reverting an attempt to convert the DeclSpec enums into scoped enums.Faisal Vali2018-01-011-15/+11
* [NFC] Modernize enums TypeSpecifierWidth, TypeSpecifierSign & TypeSpecifierTy...Faisal Vali2018-01-011-11/+15
* Revert r321614 and r321615Faisal Vali2018-01-011-15/+11
* [NFC] Modernize enums TypeSpecifierWidth, TypeSpecifierSign & TypeSpecifierTy...Faisal Vali2018-01-011-11/+15
* [NFC] Modernize enum DeclSpecContext into a scoped enum.Faisal Vali2017-12-311-13/+13
* [NFC] Modernize enum 'UnqualifiedId::IdKind' into a scoped enum UnqualifiedId...Faisal Vali2017-12-301-3/+3
* [NFC] Modernize enum Declarator::TheContext to a type-safe scoped enum.Faisal Vali2017-12-291-19/+21
* Now that C++17 is official (https://www.iso.org/standard/68564.html), start c...Aaron Ballman2017-12-041-8/+8
* Do not add a colon chunk to the code completion of class inheritance access m...Erik Verbruggen2017-10-241-0/+3
* Add -f[no-]double-square-bracket-attributes as new driver options to control ...Aaron Ballman2017-10-151-15/+20
* Fix backwards warning for use of C++17 attributes-on-namespaces-and-enumerato...Richard Smith2017-10-141-3/+4
* [c++2a] P0683R1: Permit default member initializers for bit-fields.Richard Smith2017-08-281-4/+5
* Rename cxx1z -> cxx17 across all diagnostic IDs.Richard Smith2017-08-131-2/+2
* [Modules] Implement ODR-like semantics for tag types in C/ObjCBruno Cardoso Lopes2017-07-011-2/+12
* fix trivial typos, NFCHiroshi Inoue2017-06-301-1/+1
* [Sema] Fix a crash-on-invalid when a template parameter list has a classAkira Hatanaka2017-06-261-1/+2
* PR33318: Add missing full-expression checking to static_assert expression.Richard Smith2017-06-061-1/+3
* Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC.Galina Kistanova2017-06-011-0/+1
* Fix the location of "missing ';'" suggestions after annotation tokens.Richard Smith2017-05-181-29/+32