summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaExprCXX.cpp
Commit message (Expand)AuthorAgeFilesLines
* Support decltype in pseudo destructors and dependent destructor calls.David Blaikie2011-12-161-33/+50
* In debugger support mode, if we have a top-level message sendDouglas Gregor2011-12-151-0/+9
* Fix/test decltype dtor calls with invalid base expression.David Blaikie2011-12-121-1/+1
* Decltype in non-pseudo (& non-dependent) dtor calls.David Blaikie2011-12-081-0/+16
* Implement support for the __is_final type trait, to determine whetherDouglas Gregor2011-12-031-0/+7
* Revert r145244. It causes us to create broken ASTs with missing type informationRichard Smith2011-11-291-68/+64
* Removed useless ImplicitCast nodes in explicit cstyle and static castsNicola Gigante2011-11-281-64/+68
* In Sema::MaybeBindToTemporary, create a CXXBindTemporaryExpr for anPeter Collingbourne2011-11-271-1/+2
* Added missing ImplicitCastExpr around conversion operator call.Abramo Bagnara2011-11-161-1/+7
* Fixed missing cast and wrong cast kind in delete expression.Abramo Bagnara2011-11-161-2/+5
* In ARC, don't reclaim objects of Class type.John McCall2011-11-141-0/+4
* There's no good reason to track temporaries in ExprWithCleanups,John McCall2011-11-101-18/+18
* Rip out CK_GetObjCProperty.John McCall2011-11-071-5/+0
* Enable function call and some overload resolution with parameters of aggregat...Sebastian Redl2011-11-011-0/+1
* Restore r142914 and r142915, now with missing file and apparentJohn McCall2011-10-251-17/+11
* Revert r142914 and r142915, due to possibly missing file.NAKAMURA Takumi2011-10-251-11/+17
* Introduce a placeholder type for "pseudo object"John McCall2011-10-251-17/+11
* Check for unexpanded parameter packs in the name that guards aDouglas Gregor2011-10-251-3/+17
* Implement support for dependent Microsoft __if_exists/__if_not_existsDouglas Gregor2011-10-251-7/+15
* Rework Microsoft __if_exists/__if_not_exists parsing and semanticDouglas Gregor2011-10-241-5/+25
* -Wc++98-compat and -Wc++98-compat-pedantic warnings for Sema, part 1.Richard Smith2011-10-181-11/+12
* Make it possible to compute the type of 'this' without capturingDouglas Gregor2011-10-181-6/+8
* Provide half floating point support as a storage only type.Anton Korobeynikov2011-10-141-0/+6
* Teach __has_nothrow_assign not to complain about access (GCC and EDGDouglas Gregor2011-10-121-1/+5
* Catch placeholder types in DefaultLvalueConversionJohn McCall2011-10-111-0/+6
* When performing a user-defined conversion via a constructor, be sureDouglas Gregor2011-10-101-6/+10
* Added a flag to identify resolved overloaded function references.Abramo Bagnara2011-10-051-4/+17
* Refactor the analysis of C++ cast expressions so that evenJohn McCall2011-10-051-19/+2
* Get rid of useless helper Sema::CastCategory.Eli Friedman2011-09-271-6/+5
* Removing a bunch of dead returns/breaks after llvm_unreachables.David Blaikie2011-09-231-6/+0
* Add a new warning to -Wliteral-conversion to catch cases where a string literalRichard Trieu2011-09-231-1/+1
* Switch assert(0/false) llvm_unreachable.David Blaikie2011-09-231-7/+7
* ArrayRef-ifying Function/BlockDecl's setParamsDavid Blaikie2011-09-211-1/+1
* Enforce access control for conversion operators used in contextualJohn McCall2011-09-211-1/+3
* Finish the lex->LHS and rex->RHS cleanup in Sema.Richard Trieu2011-09-151-27/+28
* Rename the ARC cast kinds to start with "ARC".John McCall2011-09-101-2/+2
* When converting a block pointer to an Objective-C pointer type, extendJohn McCall2011-09-101-0/+9
* Code formatting; no functionality change.John McCall2011-09-091-9/+9
* Extend the ASTContext constructor to delay the initialization ofDouglas Gregor2011-09-021-1/+1
* Perform array bounds checking in more situations and properly handle specialKaelyn Uhrain2011-08-051-3/+0
* In ARC, don't try to reclaim the result of a call to performSelectorJohn McCall2011-08-031-5/+8
* Add */& mismatch fixit generation to the Sema::DiagnoseAssignmentResult().Anna Zaks2011-07-281-2/+2
* Add support for C++0x unicode string and character literals, from Craig Topper!Douglas Gregor2011-07-271-6/+14
* Re-fix r136172 so it isn't an error; apparently, some people are fond of thei...Eli Friedman2011-07-261-16/+13
* Diagnose trying to delete a pointer to an abstract class with a non-virtual d...Eli Friedman2011-07-261-1/+13
* A couple minor issues with Sema for delete:Eli Friedman2011-07-261-22/+28
* remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....Chris Lattner2011-07-231-10/+10
* Enforce access control for the destructor in a new[] expression and markJohn McCall2011-07-131-1/+11
* objc++-arc: more diagnosis of converting a weak-unavailableFariborz Jahanian2011-07-081-2/+14
* In ARC, reclaim all return values of retainable type, not just thoseJohn McCall2011-07-071-7/+6
OpenPOWER on IntegriCloud