summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaExprCXX.cpp
Commit message (Expand)AuthorAgeFilesLines
* MS ABI: Implement copy-ctor closures, finish implementing throwDavid Majnemer2015-03-111-4/+41
* MS ABI: Correctly generate throw-info for pointer to const qual typesDavid Majnemer2015-03-061-3/+2
* MS ABI: Insert copy-constructors into the CatchableTypeDavid Majnemer2015-03-061-10/+70
* [PATCH] Patch to fix the AST for vector splat from any Fariborz Jahanian2015-03-051-2/+12
* Sema: Properly initialize the thrown exception objectDavid Majnemer2015-03-031-21/+6
* Silence unused variable warning in NDEBUG buildReid Kleckner2015-02-261-2/+2
* Improvement on sized deallocation from r230160:Larisse Voufo2015-02-251-9/+10
* Sema: Parenthesized bound destructor member expressions can be calledDavid Majnemer2015-02-251-27/+7
* PR22673 again: diagnose use of the used decl, not the found decl. This is alsoRichard Smith2015-02-241-2/+2
* PR22673: Don't forget to check a constructor for deletedness when we use it toRichard Smith2015-02-241-3/+7
* Relax the requirement on sized deallocation a bit: Default on unsized delete ...Larisse Voufo2015-02-221-0/+9
* Cleanup: remove artificial division between lookup results and const lookupRichard Smith2015-02-211-4/+4
* Wrap to 80 columns. No behavior change.Nico Weber2015-02-161-4/+5
* Sema: Add support for __declspec(restrict)David Majnemer2015-02-041-5/+7
* Generalize r228066 to give all implicit global allocation functions default v...Larisse Voufo2015-02-041-0/+4
* PR22367: Don't forget to create a CXXFunctionalCastExpr aroundRichard Smith2015-01-281-6/+9
* Revert a change from r222797 that is no longer needed and can causeKaelyn Takata2015-01-281-0/+4
* Fix a think-o in handling ambiguous corrections for a TypoExpr.Kaelyn Takata2015-01-271-4/+7
* Properly handle typos in the conditional of ?: expressions in C.Kaelyn Takata2015-01-271-6/+0
* Fix crash-on-invalid and name lookup when recovering from ~X::X() typo.Richard Smith2015-01-151-0/+3
* Fix crash in typo correction while correcting enum within a struct in COlivier Goffart2015-01-091-2/+4
* Handle OpaqueValueExprs more intelligently in the TransformTypos treeKaelyn Takata2015-01-071-0/+6
* Sema: Permit an atomic type to be initialized by the same atomic typeDavid Majnemer2014-12-281-1/+5
* Adding a -Wunused-value warning for expressions with side effects used in an ...Aaron Ballman2014-12-171-1/+19
* Look at whether TransformTypos returned a different Expr instead of looking a...Nick Lewycky2014-12-161-1/+2
* Fix typo in comment. NFC.Nick Lewycky2014-12-161-1/+1
* Sema: Don't crash converting to bool from _AtomicDavid Majnemer2014-12-161-1/+1
* Fix two small bugs in typo correction. One assertion failure building member ...Nick Lewycky2014-12-131-1/+2
* Implement feedback on r224172 in PR21899Reid Kleckner2014-12-131-1/+1
* Typo correction: Ignore temporary binding exprs after overload resolutionReid Kleckner2014-12-131-2/+7
* 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
OpenPOWER on IntegriCloud