summaryrefslogtreecommitdiffstats
path: root/lib/Parse/ParseTentative.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* [OpenCL] Complete image types support.Alexey Bader2016-04-081-0/+2
* Add support for GCC's '__auto_type' extension, per the GCC manual:Richard Smith2015-11-111-0/+3
* Implement the Objective-C __kindof type qualifier.Douglas Gregor2015-07-071-0/+1
* Handle Objective-C type arguments.Douglas Gregor2015-07-071-1/+1
* [CONCEPTS] Parsing of concept keywordHubert Tong2015-06-301-0/+2
* Replace __double_underscored type nullability qualifiers with _Uppercase_unde...Douglas Gregor2015-06-241-5/+5
* Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").Alexander Kornienko2015-06-221-1/+1
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-221-1/+1
* Introduce type nullability specifiers for C/C++.Douglas Gregor2015-06-191-1/+6
* [clang] Refactoring of conditions so they use isOneOf() instead of multiple i...Daniel Marjamaki2015-06-181-40/+26
* Revert "Improve declaration / expression disambiguation around ptr-operators,...Justin Bogner2015-02-231-44/+22
* Improve declaration / expression disambiguation around ptr-operators, and useRichard Smith2015-02-231-22/+44
* [PowerPC]To provide better compatibility with gcc I added the __bool keyword ...Bill Seurer2015-01-121-0/+1
* Don't crash on surprising tokens in default parameter template lists.Nico Weber2014-12-281-1/+3
* [c++1z] Support for u8 character literals.Richard Smith2014-11-081-0/+1
* Filter out non-static class members when correcting non-member-references.Kaelyn Takata2014-11-051-7/+23
* Pass around CorrectionCandidateCallbacks as unique_ptrs soKaelyn Takata2014-10-271-4/+4
* Add frontend support for __vectorcallReid Kleckner2014-10-241-0/+3
* Be smarter when parsing variable declarations with unknown types.Kaelyn Takata2014-10-141-1/+4
* -ms-extensions: Implement __super scope specifier (PR13236).Nikola Smiljanic2014-09-261-0/+1
* Replace a fake enum class with the real thing.Richard Smith2014-05-161-174/+174
* Add support for MSVC's __FUNCSIG__Reid Kleckner2014-04-081-0/+1
* TryConsume parser cleanupsAlp Toker2014-01-101-9/+4
* Remove OpenCL-specific type keywords and specifiersAlp Toker2013-12-181-8/+0
* Unify type trait parsingAlp Toker2013-12-121-27/+3
* Replaced bool parameters in SkipUntil function with single bit-based parameter.Alexey Bataev2013-11-181-13/+12
* [-fms-extensions] Add support for __FUNCDNAME__David Majnemer2013-11-061-0/+1
* [-fms-extensions] Permit 'override' in C++98 and 'sealed' as a synonym for 'f...David Majnemer2013-10-181-0/+1
* PR13657 (and duplicates):Richard Smith2013-09-121-82/+313
* Adding in parsing and the start of semantic support for __sptr and __uptr poi...Aaron Ballman2013-05-221-0/+2
* Implement C++1y decltype(auto).Richard Smith2013-04-261-0/+1
* Parsing support for thread_local and _Thread_local. We give them the sameRichard Smith2013-04-121-4/+9
* Give the default CorrectionCandidateCallback::ValidateCandidate someKaelyn Uhrain2013-04-031-0/+1