summaryrefslogtreecommitdiff
path: root/lib/Parse/ParseDecl.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Support Swift in platform availability attributeMichael Wu2018-11-121-0/+15
* Fix clang -Wimplicit-fallthrough warnings across llvm, NFCReid Kleckner2018-11-011-2/+2
* NFC: Remove the ObjC1/ObjC2 distinction from clang (and related projects)Erik Pilkington2018-10-301-8/+8
* [SEMA] split ExtWarn dupl-decl-spec's into Extension and ExtWarnNick Desaulniers2018-10-031-1/+2
* Support enums with a fixed underlying type in all language modes.Erik Pilkington2018-09-281-13/+11
* [clang] Make sure codecompletion is called for calls even when inside a token.Kadir Cetinkaya2018-09-101-0/+7
* [CodeComplete] Clearly distinguish signature help and code completion.Ilya Biryukov2018-09-071-3/+4
* [CodeComplete] Report location of opening parens for signature helpIlya Biryukov2018-08-301-1/+1
* Port getLocEnd -> getEndLocStephen Kelly2018-08-091-5/+5
* Port getLocStart -> getBeginLocStephen Kelly2018-08-091-1/+1
* 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