summaryrefslogtreecommitdiffstats
path: root/clang/lib/Parse/ParseTentative.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add support for alignment-specifiers in C1X and C++11, removePeter Collingbourne2011-09-291-0/+4
* Modules: introduce the __module_private__ declaration specifier, whichDouglas Gregor2011-09-091-3/+6
* Add support for Microsoft __ptr32 keyword. Francois Pichet2011-08-251-0/+1
* Add support for MSVC __unaligned attribute. Necessary to parse MSVC headers i...Francois Pichet2011-08-181-1/+4
* Add support for C++0x unicode string and character literals, from Craig Topper!Douglas Gregor2011-07-271-0/+6
* Introduce DelayedCleanupPool useful for simplifying clean-up of certain resou...Argyrios Kyrtzidis2011-06-221-2/+1
* Implement __underlying_type for libc++.Alexis Hunt2011-05-191-0/+5
* Implement the __is_trivially_copyable type traitAlexis Hunt2011-05-131-0/+1
* Upgrade Microsoft's __int8, __int16, __int32 and __int64 types from builtin d...Francois Pichet2011-04-281-0/+2
* Add support for '__is_literal_type' spelling of the existingChandler Carruth2011-04-241-0/+1
OpenPOWER on IntegriCloud