summaryrefslogtreecommitdiffstats
path: root/clang/lib/Parse/ParseExpr.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* PR19748: Make sure we don't lose colon protection after the parenthesized typ...Richard Smith2014-05-151-10/+7
* Wrap a few lines at 80 columns, change a confusing indent. No behavior change.Nico Weber2014-05-031-3/+5
* Add support for MSVC's __FUNCSIG__Reid Kleckner2014-04-081-0/+1
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-121-1/+1
* [cleanup] Re-sort includes with llvm/utils/sort_includes.py and fixChandler Carruth2014-03-041-1/+1
* Fix for PR9812: warn about bool instead of _Bool.Erik Verbruggen2014-01-151-2/+5
* Fixed error recovery if sizeof is used without parenthesisSerge Pavlov2014-01-151-2/+1
* Use token kind instead of '%select{.|->}0' in diagnosticAlp Toker2014-01-061-2/+2
* ExpectAndConsume: Diagnose errors automaticallyAlp Toker2014-01-011-19/+27
* Switch over more of the parser to err_expectedAlp Toker2013-12-301-3/+3
* Support and use token kinds as diagnostic argumentsAlp Toker2013-12-241-13/+14
* Remove OpenCL-specific type keywords and specifiersAlp Toker2013-12-181-9/+1
* Refactor and micro-optimize ConsumeToken()Alp Toker2013-12-171-13/+5
* Simplify RevertibleTypeTraits as a form of contextual keywordAlp Toker2013-12-171-42/+5
* Unify type trait parsingAlp Toker2013-12-121-59/+3
* Fix code typos spotted while working on type traitsAlp Toker2013-12-061-23/+23
* Replaced bool parameters in SkipUntil function with single bit-based parameter.Alexey Bataev2013-11-181-22/+22
* [-fms-extensions] Add support for __FUNCDNAME__David Majnemer2013-11-061-0/+3
* Revert "Try to correct a mistyped "-" or ">" to "->" for some C++ cases."Kaelyn Uhrain2013-11-051-40/+0
* Try to correct a mistyped "-" or ">" to "->" for some C++ cases.Kaelyn Uhrain2013-11-041-0/+40
* sizeof... a parameter pack should be an unevaluated context.Faisal Vali2013-10-311-0/+3
* [-fms-extensions] Permit 'override' in C++98 and 'sealed' as a synonym for 'f...David Majnemer2013-10-181-0/+2
* Parser: Avoid a crash-on-invalid when trying to diagnose function calls with ...Benjamin Kramer2013-10-101-2/+1
* Make wording for certain invalid unary expressions more consistent.David Majnemer2013-10-091-1/+1
* Fixed grammar. Thanks to Jordan Rose.Serge Pavlov2013-10-081-1/+1
* Add fixits suggesting parenthesis around type name in expressions like sizeof.Serge Pavlov2013-10-081-0/+22
* Parse: Move simple-type-specifier sanity check earlierDavid Majnemer2013-09-221-4/+5
* Parse: Don't crash during parsing if we lack a simple-type-specifierDavid Majnemer2013-09-221-0/+5
* Add the intrinsic __builtin_convertvectorHal Finkel2013-09-181-0/+29
* Fix Altivec vector literal parser hack for C++11.Eli Friedman2013-08-131-2/+28
* Fix misindentation.Richard Smith2013-08-121-11/+11
* Change cxx0x to cxx11 in diagnostic name.Craig Topper2013-07-141-1/+1
* Provide a better diagnostic and a fixit for a '.' or '->' before the left parenKaelyn Uhrain2013-07-121-1/+13
* Replace ArrayRef<T>() with None, now that we have an implicit ArrayRef constr...Dmitri Gribenko2013-05-051-2/+1
* Implement C++1y decltype(auto).Richard Smith2013-04-261-1/+7
* Objective-C arc [qui]. Don't issue the bridge castFariborz Jahanian2013-04-021-6/+10
* Implement compiler intrinsics needed for compatibility with MSVC 2012 <type_t...Joao Matos2013-03-271-0/+3
* Add OpenCL samplers as Clang builtin types and check sampler related restrict...Guy Benyei2013-02-071-0/+1
* Micro change: moved '{' for better readability (+don't confuse -Wimplicit-fal...Alexander Kornienko2013-02-011-5/+5
* Produce a diagnostic if alignas is applied to an expression. Neither C11 norRichard Smith2013-01-291-3/+6
* Implement OpenCL event_t as Clang builtin type, including event_t related Ope...Guy Benyei2013-01-201-0/+1
* Remove useless 'llvm::' qualifier from names like StringRef and others that areDmitri Gribenko2013-01-121-5/+5
* s/CPlusPlus0x/CPlusPlus11/gRichard Smith2013-01-021-8/+8
* Move operator precedence calculation to new headerDaniel Jasper2012-12-201-61/+0
* Re-commit r170428 changes with Linux style file endings.Guy Benyei2012-12-181-1/+7
* Revert changes from r170428, as I accidentally changed the line endings of th...Guy Benyei2012-12-181-7/+1
* Add OpenCL images as clang builtin types.Guy Benyei2012-12-181-1/+7
* Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth2012-12-041-4/+4
* Fixed FunctionTypeLoc source range.Abramo Bagnara2012-10-041-12/+22
* Fix an edge case of mangling involving the combination of a lambda and typeid.Eli Friedman2012-09-261-1/+2
OpenPOWER on IntegriCloud