summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaExprCXX.cpp
Commit message (Expand)AuthorAgeFilesLines
* Implement support for conditional between xvalues of reference-compatibleRichard Smith2016-04-251-9/+13
* Revert 266186 as it breaks anything that includes type_traits on some platformsNemanja Ivanovic2016-04-151-6/+0
* [MSVC] Fix check for wchar_t type in case of -fno-wcharDmitry Polukhin2016-04-141-1/+2
* Enable support for __float128 in ClangNemanja Ivanovic2016-04-131-0/+6
* Replace Sema-level implementation of -fassume-sane-operator-new with aRichard Smith2016-04-071-12/+3
* [CUDA] Remove three obsolete CUDA cc1 flags.Justin Lebar2016-03-291-2/+2
* Fix serialization/deserialization for __uuidofDavid Majnemer2016-03-281-7/+9
* Improve the representation of CXXUuidofExprDavid Majnemer2016-03-271-16/+55
* [Cxx1z] Implement Lambda Capture of *this by Value as [=,*this] (P0018R3)Faisal Vali2016-03-211-26/+116
* [SemaExprCXX] Avoid calling isInSystemHeader for invalid source locationsPavel Labath2016-03-041-1/+2
* Sema: handle typo correction on ARC'ed ivarSaleem Abdulrasool2016-02-071-0/+4
* Sema: handle typo correction with ARC'ed objc propertiesSaleem Abdulrasool2016-02-071-0/+4
* OpaquePtr: Use nullptr construction for ParsedType OpaquePtr typedefDavid Blaikie2016-01-151-6/+6
* Make -Wdelete-non-virtual-dtor warn on explicit `a->~A()` dtor calls too.Nico Weber2016-01-151-24/+43
* [Bugfix] Fix ICE on constexpr vector splat.George Burgess IV2016-01-131-12/+5
* Teach typo correction to properly handle mapping declarations to theirRichard Smith2015-12-291-4/+4
* Split RequireCompleteType into a function that actually requires that the typeRichard Smith2015-12-181-5/+6
* Wire a SourceLocation into IsDerivedFrom and move the RequireCompleteType callRichard Smith2015-12-181-4/+4
* [Sema] Make nullness warnings appear in C++.George Burgess IV2015-12-141-0/+7
* Allow pseudo-destructor calls on forward-declared Objective-C class pointers.John McCall2015-12-141-1/+6
* [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
OpenPOWER on IntegriCloud