summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaExprCXX.cpp
Commit message (Expand)AuthorAgeFilesLines
* Diagnose TypoExprs in a couple of error cases in ParsePostfixExpressionSuffix.Kaelyn Takata2014-12-021-1/+1
* [c++1z] Most of N4268 (allow constant evaluation for non-type template argume...Richard Smith2014-11-261-4/+23
* Sema: Don't permit variably modified types in typeidDavid Majnemer2014-11-211-0/+7
* Use the full-Expr filter to disambiguate equidistant correctionKaelyn Takata2014-11-211-26/+41
* Ensure all TypoExprs are diagnosed by the tree transform.Kaelyn Takata2014-11-201-0/+16
* Add a flag to BuildDeclarationNameExpr to not reject invalid decls.Kaelyn Takata2014-11-201-1/+2
* Factor out the default recovery handling.Kaelyn Takata2014-11-201-14/+77
* Update for LLVM API change to make Small(Ptr)Set::insert return pair<iterator...David Blaikie2014-11-191-1/+1
* clang-format a recent commit I madeDavid Blaikie2014-11-191-4/+4
* Wrap to 80 columns, no behavior change.Nico Weber2014-11-191-4/+4
* Recommit r222044 with a test fix - it does not make sense to huntAnton Korobeynikov2014-11-141-2/+6
* Again revert r222044 to resolve darwin objc test fails.Anton Korobeynikov2014-11-141-6/+2
* Follow-up to D6217Anton Korobeynikov2014-11-141-2/+6
* Temporary revert r221818 until all the problemsAnton Korobeynikov2014-11-121-6/+2
* Fix fallout from r219557Anton Korobeynikov2014-11-121-2/+6
* Pass the filter function_ref by value now that r221753 fixes the bugKaelyn Takata2014-11-121-3/+3
* Mark TypeDecls used in explicit destructor calls as referenced.Nico Weber2014-11-121-0/+1
* Create two helpers for running the typo-correction tree transform.Kaelyn Takata2014-11-111-16/+28
* Wire up LookupMemberExpr to use the new TypoExpr.Kaelyn Takata2014-10-271-2/+45
* Add a callback for recovering using a typo correction.Kaelyn Takata2014-10-271-7/+11
* Start adding the infrastructure for handling TypoExprs.Kaelyn Takata2014-10-271-0/+114
* -ms-extensions: Implement __super scope specifier (PR13236).Nikola Smiljanic2014-09-261-0/+2
* Simplify creation of a bunch of ArrayRefs by using None, makeArrayRef or just...Craig Topper2014-08-271-5/+4
* C++1y is now C++14!Aaron Ballman2014-08-191-2/+2
* MS ABI: Don't force bases to have an inheritance modelDavid Majnemer2014-08-081-0/+8
* Factor out exception specification information fromRichard Smith2014-07-311-5/+4
* PR20445: Properly transform the initializer in a CXXNewExpr rather than runningRichard Smith2014-07-251-10/+1
* PR20228: don't retain a pointer to a vector element after the container has b...Richard Smith2014-07-231-3/+4
* Track the difference betweenRichard Smith2014-07-171-18/+15
* Remove llvm:: from uses of ArrayRef.Craig Topper2014-06-281-1/+1
* [OPENMP] Loop canonical form analysis (Sema)Alexander Musman2014-06-031-1/+4
* Fix 'this' capturing Generic lambdas used within default initializers (PR19876) Faisal Vali2014-05-301-1/+15
* Refactoring. Remove Owned method from Sema.Nikola Smiljanic2014-05-291-98/+79
* Refactoring. Remove release and take methods from ActionResult. Rename takeAs...Nikola Smiljanic2014-05-291-84/+84
* [C++11] Use 'nullptr'. Sema edition.Craig Topper2014-05-261-77/+81
* Sema: Implement DR244David Majnemer2014-05-211-16/+9
* Push implicitly-declared allocation functions into the IdResolver. Otherwise,Richard Smith2014-05-161-3/+1
* Sema::FindAllocationFunctions(): Fix \param. [-Wdocumentation]NAKAMURA Takumi2014-05-141-1/+1
* PR19729: Delete a bunch of bogus code in Sema::FindAllocationOverload. ThisRichard Smith2014-05-131-34/+24
* Revert "Sema: Implement DR244"David Majnemer2014-05-031-3/+3
* Sema: Implement DR244David Majnemer2014-05-031-3/+3
* MSVCCompat: Don't produce an invalid AST when accepting void pseudo-dtorsReid Kleckner2014-05-011-2/+3
* Implement [over.match.oper]p3 properly, by filtering the non-candidates outRichard Smith2014-04-171-2/+3
* PR19178 __is_constructible returns true for abstract types.Nikola Smiljanic2014-04-151-0/+5
* DR1346: a parenthesized braced-init-list cannot be used as the initializer whenRichard Smith2014-03-121-3/+4
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-121-27/+29
* PR18876: The special-case rule that ignores the destruction of a top-levelRichard Smith2014-02-181-3/+5
* Fix lifetime issue causing buildbot failures.Richard Smith2014-02-081-2/+2
* Fold together two repeated identical 'if's.Richard Smith2014-02-071-7/+5
* Temporary fix for PR18473: Don't try to evaluate the initializer for aRichard Smith2014-02-061-7/+6
OpenPOWER on IntegriCloud