summaryrefslogtreecommitdiffstats
path: root/clang/lib/Parse/ParseTentative.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Teach statement / declaration disambiguation about C++11-style generalized in...Richard Smith2013-03-201-7/+21
* Add OpenCL samplers as Clang builtin types and check sampler related restrict...Guy Benyei2013-02-071-0/+1
* Implement OpenCL event_t as Clang builtin type, including event_t related Ope...Guy Benyei2013-01-201-0/+1
* s/CXX0X/CXX11/g, except for __GNU_EXPERIMENTAL_CXX0X__, and update a few near...Richard Smith2013-01-021-1/+1
* s/CPlusPlus0x/CPlusPlus11/gRichard Smith2013-01-021-5/+5
* Re-commit r170428 changes with Linux style file endings.Guy Benyei2012-12-181-0/+6
* Revert changes from r170428, as I accidentally changed the line endings of th...Guy Benyei2012-12-181-1580/+1574
* Add OpenCL images as clang builtin types.Guy Benyei2012-12-181-1574/+1580
* Accept and pass arguments to __unknown_anytype in argumentJohn McCall2012-11-141-0/+4
* Add the Microsoft __is_interface_class type trait.John McCall2012-09-251-0/+1
* When disambiguating an expression-statement from a declaraton-statement, if theRichard Smith2012-08-231-10/+29
* PR41111, PR5925, PR13210: Teach tentative parsing to annotate identifiers andRichard Smith2012-08-181-8/+83
* Improvements to vexing-parse warnings. Make the no-parameters case moreRichard Smith2012-07-301-17/+7
* Do not warn about a function decl / direct init ambiguity if the function has...Richard Smith2012-07-231-1/+1
* Add support for the C11 _Alignof keyword.Jordan Rose2012-06-301-0/+1
* Support L__FUNCTION__ in microsoft mode, PR11789Nico Weber2012-06-231-0/+1
* Recover better from a missing 'typename' in a function template definition.Richard Smith2012-05-161-12/+48
* A couple of very small tweaks suggested by Doug in reply to r155580 and r155163.Kaelyn Uhrain2012-05-011-2/+1
* In Parser::isCXXDeclarationSpecifier, consider a non-type identifierKaelyn Uhrain2012-04-191-2/+6
* Support C++11 attributes at the start of a parameter-declaration.Richard Smith2012-04-111-0/+5
* Parsing of C++11 attributes:Richard Smith2012-04-101-4/+3
* Disambiguation of '[[':Richard Smith2012-04-101-63/+141
* Fix bugs found by -Wconstant-conversion improvements currently under review.David Blaikie2012-04-091-2/+2
* For PR11916: Add support for g++'s __int128 keyword. Unlike __int128_t, this isRichard Smith2012-04-041-0/+2
* If we see '(...' where we're expecting an abstract-declarator, that doesn'tRichard Smith2012-03-271-3/+10
* Unify naming of LangOptions variable/get function across the Clang stack (Lex...David Blaikie2012-03-111-11/+11
* Implement a new type trait __is_trivially_constructible(T, Args...)Douglas Gregor2012-02-241-0/+1
* Provide the __is_trivially_assignable type trait, which providesDouglas Gregor2012-02-231-0/+1
* Update parser's disambiguation to cope with braced function-style casts inRichard Smith2012-02-231-4/+28
* With a little more work in the tentative parse determining whether a statementNick Lewycky2012-01-251-2/+25
* Support decltype as a simple-type-specifier.David Blaikie2012-01-241-4/+1
* Mass rename C1x references to C11. The name hasn't proliferated like "C++0x" ...Benjamin Kramer2011-12-231-1/+1
* Fix tentative parsing so it knows how to handle an ambiguous for-range-declar...Eli Friedman2011-12-201-5/+14
* Support decltype in nested-name-specifiers.David Blaikie2011-12-041-4/+4
* Implement support for the __is_final type trait, to determine whetherDouglas Gregor2011-12-031-0/+1
* Provide half floating point support as a storage only type.Anton Korobeynikov2011-10-141-0/+2
* Support for C1x _Atomic specifier (see testcase). This is primarily being co...Eli Friedman2011-10-061-0/+5
OpenPOWER on IntegriCloud