summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaExprCXX.cpp
Commit message (Expand)AuthorAgeFilesLines
* contextual conversion fix: C++98 compatibility warning.Larisse Voufo2013-06-181-2/+3
* r184100 Fix -- Updated test cases for contextual conversionLarisse Voufo2013-06-181-3/+3
* Revert "Updated test cases for contextual conversion"Rafael Espindola2013-06-171-3/+3
* Updated test cases for contextual conversionLarisse Voufo2013-06-171-3/+3
* Updated the support for contextual conversion tweaks (n3323) with a previousl...Larisse Voufo2013-06-151-56/+85
* Allow paren casted throw statements inside of ternary expressionsDavid Majnemer2013-06-021-2/+2
* Add support to fallback on operator new when a placement operator new[] is ca...Aaron Ballman2013-05-301-0/+15
* PR14772: Support constant expression evaluation for _Atomic types.Richard Smith2013-05-231-6/+16
* Refactor places which perform contextual implicit conversions to go through aRichard Smith2013-05-211-75/+79
* ArrayRef'ize Sema::FindAllocationFunctionsDmitri Gribenko2013-05-101-28/+19
* ArrayRef'ize Sema::FindAllocationOverloadDmitri Gribenko2013-05-101-23/+16
* Revert my r181563, breaks tests on buildbotsDmitri Gribenko2013-05-101-16/+23
* ArrayRef'ize Sema::FindAllocationOverloadDmitri Gribenko2013-05-091-23/+16
* ArrayRef'ize some SemaOverload methodsDmitri Gribenko2013-05-091-2/+3
* Replace 'MultiExprArg()' with 'None'Dmitri Gribenko2013-05-051-2/+2
* ArrayRef'ization of some methods in SemaOverload. Patch by Robert Wilhelm!Richard Smith2013-05-051-1/+1
* Don't build a call expression referring to a function which we're not allowedRichard Smith2013-05-041-7/+14
* ArrayRef'ize InitializationSequence constructor and InitializationSequence::D...Dmitri Gribenko2013-05-031-34/+28
* Move parsing of identifiers in MS-style inline assembly intoJohn McCall2013-05-031-1/+1
* When deducing an 'auto' type, don't modify the type-as-written.Richard Smith2013-04-301-5/+3
* Don't treat a non-deduced 'auto' type as being type-dependent. Instead, thereRichard Smith2013-04-301-3/+4
* Small CapturedStmt improvementsBen Langmuir2013-04-291-22/+17
* Implement C++1y decltype(auto).Richard Smith2013-04-261-1/+1
* C++1y constexpr extensions, round 1: Allow most forms of declaration andRichard Smith2013-04-221-1/+1
* Sema for Captured StatementsTareq A. Siraj2013-04-161-0/+13
* Basic support for Microsoft property declarations andJohn McCall2013-04-161-0/+5
* 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
OpenPOWER on IntegriCloud