summaryrefslogtreecommitdiffstats
path: root/clang/lib/Parse/ParseDeclCXX.cpp
Commit message (Expand)AuthorAgeFilesLines
* PR41991: Accept attributes on defaulted and deleted friends.Richard Smith2020-01-301-1/+1
* [Concepts] Placeholder constraints and abbreviated templatesSaar Raz2020-01-241-0/+2
* Remove redundant CXXScopeSpec from TemplateIdAnnotation.Richard Smith2020-01-241-5/+5
* [Concepts] Function trailing requires clausesSaar Raz2020-01-091-0/+61
* Disallow an empty string literal in an asm labelAaron Ballman2020-01-081-1/+1
* [OPENMP]Allow using of members in standalone declaration pragmas.Alexey Bataev2020-01-071-2/+3
* Actually delay processing DelayedDllExportClasses until the outermost class i...Hans Wennborg2019-12-041-1/+1
* [clangd] Do not insert parentheses when completing a using declarationIlya Biryukov2019-10-281-1/+4
* [c++2a] Allow comparison functions to be explicitly defaulted.Richard Smith2019-10-221-1/+2
* [NFCI]Create CommonAttributeInfo Type as base type of *Attr and ParsedAttr.Erich Keane2019-09-131-1/+2
* [c++20] P1143R2: Add support for the C++20 'constinit' keyword.Richard Smith2019-09-041-0/+2
* Replace some custom C11 extension warnings with the generic warning.Aaron Ballman2019-08-271-1/+1
* [Parser] Emit descriptive diagnostic for misplaced pragmaSerge Pavlov2019-08-041-0/+7
* [Parser] Change parameter type from int to enumSerge Pavlov2019-08-011-1/+1
* Fix parameter name comments using clang-tidy. NFC.Rui Ueyama2019-07-161-2/+2
* P0840R2: support for [[no_unique_address]] attributeRichard Smith2019-06-201-0/+1
* [Lex] Allow to consume tokens while preprocessingIlya Biryukov2019-05-171-6/+6
* [c++20] Implement P0846R0: allow (ADL-only) calls to template-ids whoseRichard Smith2019-05-091-36/+61
* 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
OpenPOWER on IntegriCloud