summaryrefslogtreecommitdiff
path: root/lib/Parse/ParseTentative.cpp
Commit message (Expand)AuthorAgeFilesLines
* [c++20] P1143R2: Add support for the C++20 'constinit' keyword.Richard Smith2019-09-041-0/+1
* [Clang] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-141-1/+1
* [C++20] add Basic consteval specifierGauthier Harnisch2019-06-141-0/+2
* [OpenCL] Support pipe keyword in C++ modeSven van Haastregt2019-05-221-0/+2
* Rearrange and clean up how we disambiguate lambda-introducers from ObjCRichard Smith2019-05-201-14/+38
* Make tentative parsing to detect template-argument-lists less aggressiveRichard Smith2019-05-151-26/+24
* [c++20] Implement P0846R0: allow (ADL-only) calls to template-ids whoseRichard Smith2019-05-091-19/+85
* [hip] Fix ambiguity from `>>>` of CUDA.Michael Liao2019-05-081-1/+3
* Improve function / variable disambiguation.Richard Smith2019-05-071-22/+22
* [PR41247] Fixed parsing of private keyword in C++.Anastasia Stulova2019-03-281-0/+5
* [Sema][NFCI] Don't allocate storage for the various CorrectionCandidateCallba...Bruno Ricci2019-03-251-3/+7
* [OpenCL] Allow addr space spelling without __ prefix in C++.Anastasia Stulova2019-03-251-0/+1
* [MS] Fix for Bug 8446, template instantiation without a 'typename' keywordReid Kleckner2019-02-261-0/+11
* [OpenCL][PR40707] Allow OpenCL C types in C++ mode.Anastasia Stulova2019-02-151-0/+9
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Fix clang -Wimplicit-fallthrough warnings across llvm, NFCReid Kleckner2018-11-011-3/+3
* NFC: Remove the ObjC1/ObjC2 distinction from clang (and related projects)Erik Pilkington2018-10-301-5/+5
* Use llvm::{all,any,none}_of instead std::{all,any,none}_of. NFCFangrui Song2018-10-201-2/+2
* [cxx2a] P0614R1: Support init-statements in range-based for loops.Richard Smith2018-09-281-16/+69
* Remove trailing spaceFangrui Song2018-07-301-19/+19
* [MS] Add L__FUNCSIG__ for compatibilityReid Kleckner2018-07-261-0/+1
* [OpenCL] Fixed parsing of address spaces for C++.Anastasia Stulova2018-06-221-0/+5
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-091-3/+3
* Implement P0482R2, support for char8_t type.Richard Smith2018-05-011-0/+3
* Revert rC330794 and some dependent tiny bug fixes Faisal Vali2018-04-261-1/+0
* [c++2a] [concepts] Add rudimentary parsing support for template concept decla...Faisal Vali2018-04-251-0/+1
* [MS] Accept __unaligned as a qualifier on member function pointersReid Kleckner2018-03-071-1/+2
* Fix a couple of cases where we would fail to correctly parse deduced class te...Richard Smith2018-02-281-8/+31
* Add missing direct-init / parameter-declaration-clause disambiguation whenRichard Smith2018-02-021-1/+5
* Remove old concepts parsing codeHubert Tong2017-12-071-2/+0
* Recommit "Add _Float16 as a C/C++ source language type"Sjoerd Meijer2017-09-081-0/+3
* Revert "Add _Float16 as a C/C++ source language type"Sjoerd Meijer2017-09-081-3/+0
* Add _Float16 as a C/C++ source language typeSjoerd Meijer2017-09-081-0/+3
* Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC.Galina Kistanova2017-06-011-0/+2
* Fix valid-for-expr ellipses eaten as invalid declHubert Tong2017-05-201-12/+13
* Fix the location of "missing ';'" suggestions after annotation tokens.Richard Smith2017-05-181-8/+11
* regcall: Implement regcall Calling Conv in clangErich Keane2016-11-021-1/+3
* P0217R3: Parsing support and framework for AST representation of C++1zRichard Smith2016-07-221-1/+8
* P0305R1: Parsing support for init-statements in 'if' and 'switch' statements.Richard Smith2016-06-291-32/+113
* Convert another case over to RevertingTentativeParsingAction.Richard Smith2016-06-291-4/+1
* Switch to an RAII object to revert tentative parsing automatically.Richard Smith2016-06-291-27/+13
* [MSVC] Implementation of __unaligned as a proper type qualifierAndrey Bokhanko2016-05-111-1/+1
* Enable support for __float128 in Clang and enable it on pertinent platformsNemanja Ivanovic2016-05-091-0/+3
* Revert r268727, it caused PR27666.Nico Weber2016-05-061-1/+1
* [MSVC] Implementation of __unaligned as a proper type qualifierAndrey Bokhanko2016-05-061-1/+1
* Revert 266186 as it breaks anything that includes type_traits on some platformsNemanja Ivanovic2016-04-151-3/+0
* Revert r266415, it broke parsing SDK headers (PR27367).Nico Weber2016-04-151-1/+1
* [MSVC Compat] Implementation of __unaligned (MS extension) as a type qualifierAndrey Bokhanko2016-04-151-1/+1
* Enable support for __float128 in ClangNemanja Ivanovic2016-04-131-0/+3
* [OpenCL] Move OpenCLImageTypes.def from clangAST to clangBasic library.Alexey Bader2016-04-131-1/+1