summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaExprCXX.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add 178663 back.Rafael Espindola2013-04-031-3/+2
* Revert 178663.Rafael Espindola2013-04-031-2/+3
* Don't compute a patched/semantic storage class.Rafael Espindola2013-04-031-3/+2
* Implement compiler intrinsics needed for compatibility with MSVC 2012 <type_t...Joao Matos2013-03-271-31/+76
* Implement special-case name lookup for inheriting constructors: memberRichard Smith2013-03-261-0/+37
* PR7256: Provide a fixit for incorrect destructor declarationsDavid Blaikie2013-03-201-2/+10
* ArrayRef-ize ASTContext::getFunctionType and Sema::BuildFunctionType.Jordan Rose2013-03-081-3/+2
* Improve LLDB's implicit cast-to-id to work with C++11 auto and any Objective-...Douglas Gregor2013-03-071-3/+2
* The meat of this patch is in BuildCXXMemberCalLExpr where we make it useNick Lewycky2013-02-121-3/+7
* Enable overloading of OpenCL events - this is needed for the overloaded OpenC...Guy Benyei2013-02-071-0/+6
* Patch to check for integer overflow. It has beenFariborz Jahanian2013-01-241-2/+3
* Add -Wunsequenced (with compatibility alias -Wsequence-point) to warn onRichard Smith2013-01-171-1/+2
* Refactor to call ActOnFinishFullExpr on every full expression. TeachRichard Smith2013-01-141-9/+12
* Remove useless 'llvm::' qualifier from names like StringRef and others that areDmitri Gribenko2013-01-121-3/+3
* s/CPlusPlus0x/CPlusPlus11/gRichard Smith2013-01-021-10/+10
* ArrayRefize a CompoundStmt constructor.Nico Weber2012-12-291-1/+1
* PR13470: Ensure that copy-list-initialization isntantiates asRichard Smith2012-12-191-5/+5
* Change DeclContextLookup(Const)Result to (Mutable)ArrayRef<NamedDecl*>, as pe...David Blaikie2012-12-191-8/+8
* Add missing check for error return from DefaultLvalueConversion. Fixes <rdar...Eli Friedman2012-12-131-0/+2
* Properly compute triviality for explicitly-defaulted or deleted special members.Richard Smith2012-12-081-23/+28
* Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth2012-12-041-9/+9
* Don't return a pointer to an UnresolvedSetImpl in the CXXRecordDecl interface,Argyrios Kyrtzidis2012-11-281-3/+5
* PR14428: When instantiating a 'new' expression, if we had a non-dependentRichard Smith2012-11-261-20/+16
* Do not cache a pointer to ExprEvalContexts.back().Benjamin Kramer2012-11-151-7/+9
* s/tranform/transform/Benjamin Kramer2012-11-141-1/+1
* PR13552: Fix the end location of a CXXNewExpr.David Blaikie2012-11-071-3/+4
* Add codegen support for __uuidof().Nico Weber2012-10-111-22/+2
* Add FP_CONTRACT support for clang.Lang Hames2012-10-021-1/+2
* Add the Microsoft __is_interface_class type trait.John McCall2012-09-251-0/+5
* Remove Context argument from TemplateDeductionInfo constructor. It was no lon...Craig Topper2012-09-191-1/+1
* objective-C arc: remove -Warc-abi in its entirety.Fariborz Jahanian2012-09-141-15/+0
* Implement C++11 [conv.prom]p4: an enumeration with a fixed underlying type hasRichard Smith2012-09-131-2/+10
* Fix PR13784: instantiation of an abstract class in a conditional operator.David Blaikie2012-09-101-0/+7
* Remove redundant semicolons which are null statements.Dmitri Gribenko2012-09-101-1/+1
* Allow vector types in pseudo-destructor expressions. Fixes PR13798.Douglas Gregor2012-09-101-1/+2
* Improved MSVC __interface support by adding first class support for it, inste...Joao Matos2012-08-311-1/+1
* Push ArrayRef through the Expr hierarchy.Benjamin Kramer2012-08-241-8/+8
* Now that ASTMultiPtr is nothing more than a array reference, make it a Mutabl...Benjamin Kramer2012-08-231-22/+14
* Remove ASTOwningVector, it doesn't own anything and provides no value over Sm...Benjamin Kramer2012-08-231-2/+2
* Rip out remnants of move semantic emulation and smart pointers in Sema.Benjamin Kramer2012-08-231-17/+12
* Make __is_convertible_to handle abstract types correctly. PR13591.Eli Friedman2012-08-141-1/+17
* Factor out computation of whether a typeid's expression is potentiallyRichard Smith2012-08-131-1/+1
* Implement final piece of DR963 and also DR587:Richard Smith2012-08-081-27/+60
* When building a conditional operator where one operand is a throw-expressionRichard Smith2012-08-071-4/+22
* PR13433: In Microsoft mode, don't require function calls within decltypeRichard Smith2012-07-281-0/+5
* Final piece of core issue 1330: delay computing the exception specification ofRichard Smith2012-07-271-6/+0
* The delete argument should not be converted to void*.Abramo Bagnara2012-07-091-3/+3
* PR13293: Defer deduction of an auto type with a dependent declarator, such as...Richard Smith2012-07-081-4/+5
* Teach the __is_trivially_assignable and __is_trivially_constructibleDouglas Gregor2012-06-291-2/+33
* Documentation cleanup: turn "//" into "///" for a Doxygen comment.James Dennett2012-06-221-3/+5
OpenPOWER on IntegriCloud