summaryrefslogtreecommitdiffstats
path: root/clang/lib/Parse/ParseDecl.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing spaceFangrui Song2018-07-301-16/+16
* Implement cpu_dispatch/cpu_specific MultiversioningErich Keane2018-07-201-13/+29
* [NFC] Rename clang::AttributeList to clang::ParsedAttrErich Keane2018-07-131-46/+46
* AttributeList de-listifying:Erich Keane2018-07-121-129/+74
* [C++17] Disallow lambdas in template parameters (PR33696).Nicolas Lesser2018-07-121-3/+1
* Revert "Append new attributes to the end of an AttributeList."Michael Kruse2018-06-251-1/+3
* Related to PR37768: improve diagnostics for class name shadowing.Richard Smith2018-06-201-7/+7
* Append new attributes to the end of an AttributeList.Michael Kruse2018-06-191-3/+1
* [Fixed Point Arithmetic] Addition of the remaining fixed point types and thei...Leonard Chan2018-06-141-3/+32
* This diff includes changes for supporting the following types.Leonard Chan2018-06-041-0/+13
* Revert "This diff includes changes for supporting the following types."Leonard Chan2018-06-021-13/+0
* This diff includes changes for supporting the following types.Leonard Chan2018-06-021-0/+13
* Use dotted format of version tuple for availability diagnosticsJan Korous2018-05-171-4/+6
* [OpenCL] Restrict various keywords in OpenCL C++ modeSven van Haastregt2018-05-091-7/+19
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-091-13/+13
* [OpenCL] Factor out language version printingSven van Haastregt2018-05-081-6/+2
* Implement P0482R2, support for char8_t type.Richard Smith2018-05-011-0/+7
* Parse A::template B as an identifier rather than as a template-id with noRichard Smith2018-04-271-2/+1
* Revert rC330794 and some dependent tiny bug fixes Faisal Vali2018-04-261-15/+7
* [c++2a] [concepts] Add rudimentary parsing support for template concept decla...Faisal Vali2018-04-251-7/+15
* [OpenCL] Fix diagnostic of thread_localSven van Haastregt2018-04-241-0/+1
* [OpenCL] Reject virtual functions for OpenCL C++Sven van Haastregt2018-04-231-1/+9
* [Parser] Fix assertion-on-invalid for unexpected typename.Volodymyr Sapsai2018-04-101-1/+2
* Fix typos in clangAlexander Kornienko2018-04-061-2/+2
* [ast] Do not auto-initialize Objective-C for-loop variables in Objective-C++ ...George Karpenkov2018-03-291-1/+6
* Sink PrettyDeclStackTrace down to the AST libraryJordan Rose2018-03-231-2/+2
* Fix a couple of cases where we would fail to correctly parse deduced class te...Richard Smith2018-02-281-2/+3
* Improve the way attribute argument printing happens for omitted optional argu...Aaron Ballman2018-02-271-2/+5
* Add a C++11 and C2x spelling for the type safety attribute (argument_with_typ...Aaron Ballman2018-02-251-0/+4
* Add a C++11 and C2x spelling for the objc_bridge_related attribute in the cla...Aaron Ballman2018-02-241-0/+4
* Add a C++11 and C2x spelling for the availability attribute in the clang vend...Aaron Ballman2018-02-241-5/+11
* Add missing direct-init / parameter-declaration-clause disambiguation whenRichard Smith2018-02-021-3/+18
* Again reverting an attempt to convert the DeclSpec enums into scoped enums.Faisal Vali2018-01-011-5/+5
* [NFC] Modernize enums TypeSpecifierWidth, TypeSpecifierSign & TypeSpecifierTy...Faisal Vali2018-01-011-5/+5
* Revert r321614 and r321615Faisal Vali2018-01-011-5/+5
* [NFC] Modernize enums TypeSpecifierWidth, TypeSpecifierSign & TypeSpecifierTy...Faisal Vali2018-01-011-5/+5
* [NFC] Modernize enum DeclSpecContext into a scoped enum.Faisal Vali2017-12-311-40/+49
* [NFC] Modernize enum 'UnqualifiedId::IdKind' into a scoped enum UnqualifiedId...Faisal Vali2017-12-301-1/+1
* [NFC] Modernize enum Declarator::TheContext to a type-safe scoped enum.Faisal Vali2017-12-291-60/+66
* Add a fixit for attributes incorrectly placed prior to 'struct/class/enum' ke...Faisal Vali2017-12-251-4/+10
* Remove old concepts parsing codeHubert Tong2017-12-071-8/+0
* Now that C++17 is official (https://www.iso.org/standard/68564.html), start c...Aaron Ballman2017-12-041-2/+2
* Add -f[no-]double-square-bracket-attributes as new driver options to control ...Aaron Ballman2017-10-151-10/+24
* Fix backwards warning for use of C++17 attributes-on-namespaces-and-enumerato...Richard Smith2017-10-141-3/+4
* [OpenCL] Allow function declaration with empty argument list.Alexey Bader2017-10-111-1/+2
* Give external linkage and mangling to lambdas inside inline variables and var...Richard Smith2017-09-221-29/+37
* Revert "Give external linkage and mangling to lambdas inside inline variables...Vitaly Buka2017-09-211-37/+29
* Give external linkage and mangling to lambdas inside inline variables and var...Richard Smith2017-09-201-29/+37
* Recommit "Add _Float16 as a C/C++ source language type"Sjoerd Meijer2017-09-081-0/+7
* Fixed a crash in code completion.Ilya Biryukov2017-09-081-5/+17
OpenPOWER on IntegriCloud