summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaExprCXX.cpp
Commit message (Expand)AuthorAgeFilesLines
* Implement C++1y sized deallocation (n3778). This is not enabled by -std=c++1y;Richard Smith2013-09-291-55/+139
* PR16529: Don't forget to add the CXXFunctionalCastExpr type sugar to anRichard Smith2013-09-231-8/+11
* Avoid getting an argument of allocation function if it does not exist.Serge Pavlov2013-09-141-11/+12
* Fix is_trivially_constructible preconditions.Eli Friedman2013-09-111-12/+12
* AST: __uuidof should leak through templated typesDavid Majnemer2013-09-071-7/+17
* Properly track l-paren of a CXXFucntionalCastExpr.Eli Friedman2013-08-151-2/+3
* A few small cleanups to r187504. Thanks to dblaikie for the assist.Kaelyn Uhrain2013-07-311-8/+7
* Improve the diagnostic experience, including adding recovery, forKaelyn Uhrain2013-07-311-3/+34
* ObjectiveC arc: Move check for type conversions in arcFariborz Jahanian2013-07-311-1/+2
* Add missing check for creating an instance of an abstract class through anRichard Smith2013-07-201-1/+5
* If an unimported submodule of an imported module contains a declaration of aRichard Smith2013-07-141-1/+5
* 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
OpenPOWER on IntegriCloud