summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaExprCXX.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Sema] Implement several unary type traits more accuratelyDavid Majnemer2015-11-161-19/+32
* Use Sema::getLocForEndOfToken instead of Preprocessor::getLocForEndOfToken. NFCCraig Topper2015-11-151-1/+1
* [Sema] __is_constructible should return false for function typesDavid Majnemer2015-11-131-10/+11
* Sema: correct typo recovery with blocksSaleem Abdulrasool2015-10-311-0/+2
* MismatchingNewDeleteDetector uses incorrect field, and finds no initializerIsmail Pazarbasi2015-10-261-2/+4
* Fix warning caused by r249995George Burgess IV2015-10-111-0/+1
* [CUDA] Allow function overloads in CUDA based on host/device attributes.Artem Belevich2015-09-221-0/+6
* [Sema] Reject value-initialization of function typesDavid Majnemer2015-09-141-0/+9
* [MS ABI] Make member pointers return true for isIncompleteTypeDavid Majnemer2015-09-101-2/+0
* [MS ABI] Select a pointer to member representation more oftenDavid Majnemer2015-09-101-0/+2
* Add a new frontend warning for referencing members from the handler of a cons...Aaron Ballman2015-09-011-1/+1
* [MSVC Compat] Implement __is_destructible, __is_nothrow_destructibleDavid Majnemer2015-08-111-2/+41
* Add support for System z vector language extensionsUlrich Weigand2015-07-301-1/+3
* Use range-based for loops; NFC.Aaron Ballman2015-07-211-10/+6
* Use a range-based for loop; NFC.Aaron Ballman2015-07-211-2/+2
* Replace some uses of Self.Context with the local variable C; NFC.Aaron Ballman2015-07-211-14/+14
* Fix a typo correction crash when resolving ambiguous corrections.Kaelyn Takata2015-06-251-0/+6
* Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").Alexander Kornienko2015-06-221-2/+2
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-221-2/+2
* [MS ABI] Lock-in the derived memptr rep. for base-to-derived conversionsDavid Majnemer2015-06-121-4/+4
* add ConstEvaluatedExprVisitorScott Douglass2015-06-101-1/+0
* SemaExprCXX.cpp: Try to fix \param in r237608. [-Wdocumentation]NAKAMURA Takumi2015-05-191-2/+1
* Detect uses of mismatching forms of 'new' and 'delete'Ismail Pazarbasi2015-05-181-8/+259
* Revert "Detect uses of mismatching forms of 'new' and 'delete'"Diego Novillo2015-05-141-259/+8
* Detect uses of mismatching forms of 'new' and 'delete'Ismail Pazarbasi2015-05-141-8/+259
* Allow TransformTypos to ignore corrections to a specified VarDecl.Kaelyn Takata2015-05-051-5/+10
* Check whether the operand to a noexcept expression is valid or not. Fixes PR1...Aaron Ballman2015-04-271-0/+10
* Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko2015-04-111-2/+3
* Track the source location of the dot or arrow operator in a MemberExpr.Aaron Ballman2015-03-241-4/+3
* C++14: Disable sized deallocation by default due to ABI breakageReid Kleckner2015-03-201-9/+0
* Revert "Improvement on sized deallocation from r230160"Reid Kleckner2015-03-191-10/+9
* MS ABI: Implement __GetExceptionInfo for std::make_exception_ptrDavid Majnemer2015-03-131-45/+43
* 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
OpenPOWER on IntegriCloud