summaryrefslogtreecommitdiffstats
path: root/clang/lib/Parse
Commit message (Expand)AuthorAgeFilesLines
* Port getLocEnd -> getEndLocStephen Kelly2018-08-092-14/+13
* Port getLocStart -> getBeginLocStephen Kelly2018-08-095-14/+14
* Append new attributes to the end of an AttributeList.Michael Kruse2018-08-032-4/+4
* [UnrollAndJam] Add unroll_and_jam pragma handlingDavid Green2018-08-011-13/+40
* Remove trailing spaceFangrui Song2018-07-3013-456/+456
* Parse a possible trailing postfix expression suffix after a fold expressionNicolas Lesser2018-07-271-5/+15
* [MS] Add L__FUNCSIG__ for compatibilityReid Kleckner2018-07-262-0/+4
* Refactor checking of switch conditions and case values.Richard Smith2018-07-262-19/+15
* Implement cpu_dispatch/cpu_specific MultiversioningErich Keane2018-07-201-13/+29
* [Sema] Add fixit for unused lambda capturesAlexander Shaposhnikov2018-07-161-1/+5
* [NFC] Rename clang::AttributeList to clang::ParsedAttrErich Keane2018-07-137-79/+76
* AttributeList de-listifying:Erich Keane2018-07-1210-424/+294
* [C++17] Disallow lambdas in template parameters (PR33696).Nicolas Lesser2018-07-124-7/+7
* [OPENMP] Make clauses closing loc point to right bracket.Alexey Bataev2018-07-061-13/+20
* [clang-cl, PCH] Implement support for MS-style PCH through headersErich Keane2018-07-051-0/+6
* Fix allocation of Nullability attribute.Erich Keane2018-07-031-9/+7
* [Parse] Make -Wgcc-compat complain about for loop inits in C89George Burgess IV2018-06-281-1/+3
* [Modules][ObjC] Warn on the use of '@import' in framework headersBruno Cardoso Lopes2018-06-271-0/+12
* Diagnose missing 'template' keywords in contexts where a comma is not aRichard Smith2018-06-273-78/+132
* Diagnose missing 'template' keywords in more cases.Richard Smith2018-06-265-10/+67
* Revert "Append new attributes to the end of an AttributeList."Michael Kruse2018-06-251-1/+3
* Restore pre-r335182 behavior for naming inherited constructors asRichard Smith2018-06-221-2/+4
* [OpenCL] Fixed parsing of address spaces for C++.Anastasia Stulova2018-06-221-0/+5
* Related to PR37768: improve diagnostics for class name shadowing.Richard Smith2018-06-202-16/+14
* 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
* Reapply "[Parse] Use CapturedStmt for @finally on MSVC"Shoaib Meenai2018-06-081-1/+14
* Revert "[Parse] Use CapturedStmt for @finally on MSVC"Shoaib Meenai2018-06-071-14/+1
* [Parse] Use CapturedStmt for @finally on MSVCShoaib Meenai2018-06-071-1/+14
* 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
* Optionally add code completion results for arrow instead of dotIvan Donchevskii2018-05-251-5/+21
* Improve diagonstic for braced-init-list as operand to ?: expression.Richard Smith2018-05-241-6/+22
* Use dotted format of version tuple for availability diagnosticsJan Korous2018-05-171-4/+6
* Improve diagnostics and error recovery for template name lookup.Richard Smith2018-05-111-1/+1
* [OpenCL] Restrict various keywords in OpenCL C++ modeSven van Haastregt2018-05-091-7/+19
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-0912-97/+97
* [OpenCL] Factor out language version printingSven van Haastregt2018-05-081-6/+2
* Track the result of evaluating a computed noexcept specification on theRichard Smith2018-05-031-6/+2
* Implement P0482R2, support for char8_t type.Richard Smith2018-05-014-0/+14
* PR37189 Fix incorrect end source location and spelling for a split '>>' token.Richard Smith2018-04-301-53/+83
* Parse A::template B as an identifier rather than as a template-id with noRichard Smith2018-04-277-39/+63
* Revert rC330794 and some dependent tiny bug fixes Faisal Vali2018-04-266-183/+24
* Fix buildbot problems after rC330794Bjorn Pettersson2018-04-251-1/+2
* [c++2a] [concepts] Add rudimentary parsing support for template concept decla...Faisal Vali2018-04-256-24/+182
* [OpenCL] Fix diagnostic of thread_localSven van Haastregt2018-04-241-0/+1
* [OPENMP] Formatting and code improvement, NFC.Alexey Bataev2018-04-231-88/+93
* [OpenCL] Reject virtual functions for OpenCL C++Sven van Haastregt2018-04-231-1/+9
* Revert r329684 (and follow-ups 329693, 329714). See discussion on https://rev...Nico Weber2018-04-102-46/+1
OpenPOWER on IntegriCloud