summaryrefslogtreecommitdiffstats
path: root/clang/lib/Parse/ParseExpr.cpp
Commit message (Expand)AuthorAgeFilesLines
* Pass around CorrectionCandidateCallbacks as unique_ptrs soKaelyn Takata2014-10-271-4/+4
* Add RestrictQualifierLoc to DeclaratorChunk::FunctionTypeInfoHal Finkel2014-10-201-0/+1
* -ms-extensions: Implement __super scope specifier (PR13236).Nikola Smiljanic2014-09-261-1/+2
* Follow-up to r218292: Add more REVERTIBLE_TYPE_TRAITs.Nico Weber2014-09-241-0/+33
* Revert r197496, as it broke REVERTIBLE_TYPE_TRAITs from PCH files.Nico Weber2014-09-231-5/+42
* PR19751: (T())++ is not a cast-expression.Richard Smith2014-07-151-1/+6
* Continue parsing an expression list even after an error is encountered.Kaelyn Takata2014-07-141-5/+8
* Convert StringLiteralParser constructor to use ArrayRef instead of a pointer ...Craig Topper2014-06-261-1/+1
* Propagate isAddressOfMember into typo correction so that we don't correct &qu...Nick Lewycky2014-06-231-1/+3
* Refactoring. Remove release and take methods from ActionResult. Rename takeAs...Nikola Smiljanic2014-05-291-30/+30
* [C++11] Use 'nullptr'. Parser edition.Craig Topper2014-05-211-22/+24
* 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
OpenPOWER on IntegriCloud