summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaInit.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Fix source location of the initializer in Fariborz Jahanian2010-07-211-3/+4
* Update ImplicitCastExpr to be able to represent an XValue.Sebastian Redl2010-07-201-22/+68
* Whenever we're creating an expression that is typically an rvalueDouglas Gregor2010-07-131-5/+7
* When forming a function call or message send expression, be sure toDouglas Gregor2010-07-131-1/+1
* Reinstate the fix for PR7556. A silly use of isTrivial() wasDouglas Gregor2010-07-081-3/+2
* Revert r107828 and r107827, the fix for PR7556, which seems to beDouglas Gregor2010-07-071-2/+3
* Rename CXXZeroInitValueExpr to CXXScalarValueInitExpr, to reflect itsDouglas Gregor2010-07-071-1/+1
* Do not use CXXZeroValueInitExpr for class types. Instead, useDouglas Gregor2010-07-071-2/+1
* Fix an issue with opencl init list checking.Nate Begeman2010-07-071-2/+7
* Introduce a new routine, LookupConstructors(), and use it for allDouglas Gregor2010-07-021-16/+4
* Add a new routine Sema::LookupDestructor and make all destructor-lookup calls...Douglas Gregor2010-07-011-2/+2
* Remove unnecessary ASTContext parameter fromDouglas Gregor2010-07-011-1/+1
* When performing copy initialization via user-defined conversions,Douglas Gregor2010-07-011-13/+3
* Make both old and new versions of reference binding use the new classificatio...Sebastian Redl2010-06-301-24/+30
* Fix a comment typo.Sebastian Redl2010-06-301-1/+1
* Don't complain about missing field initializers when the initializerDouglas Gregor2010-06-181-1/+1
* Use MaybeCreateCXXExprWithTemporaries for potential destruction ofFariborz Jahanian2010-06-071-0/+7
* PR7245: Make binding a reference to a temporary without a usable copyJeffrey Yasskin2010-06-071-3/+7
* More refactoring.John McCall2010-06-041-27/+29
* Add a new failure kind, FK_Incomplete, to InitializationSequence, toDouglas Gregor2010-05-201-1/+11
* Substantially alter the design of the Objective C type AST by introducingJohn McCall2010-05-151-1/+1
* Recognize when the named return value optimization applies in aDouglas Gregor2010-05-151-9/+39
* Rework when and how vtables are emitted, by tracking where vtables areDouglas Gregor2010-05-131-0/+9
* Merged Elaborated and QualifiedName types.Abramo Bagnara2010-05-111-2/+2
* Reapply the reference-binding patch applied below, along with a fix toDouglas Gregor2010-05-071-3/+5
* Diagnose deprecated/unavailable functions selected by overload resolution.John McCall2010-05-061-0/+4
* Complain when we try to initialize an object of Objective-C class typeDouglas Gregor2010-05-031-3/+7
* Add an enum to CXXConstructExpr so we can determine if the construction expre...Anders Carlsson2010-05-021-2/+11
* When explicitly building a temporary object (CXXTemporaryObjectExpr),Douglas Gregor2010-04-271-1/+2
* Introduce Type::isStructureOrClassType(), which does the obviousDouglas Gregor2010-04-261-1/+1
* Ensure that we have completed a type before attempting initializationDouglas Gregor2010-04-261-39/+48
* When copying a temporary object to initialize an entity for which theDouglas Gregor2010-04-251-2/+8
* When we create a temporary of class type that we don't immediatelyDouglas Gregor2010-04-241-5/+46
* When we attempt to create a temporary object of class type, be sureDouglas Gregor2010-04-241-1/+5
* When we are performing copy initialization of a class type via itsDouglas Gregor2010-04-241-8/+31
* Actually produce base paths for CastExprs of kind CK_DerivedToBase.Anders Carlsson2010-04-241-3/+5
* Pass the base specifiers through to CheckDerivedToBaseConversion. No function...Anders Carlsson2010-04-241-1/+1
* CastExpr should not hold a pointer to the base path. More cleanup.Anders Carlsson2010-04-241-6/+6
* Add an InheritancePath parameter to the ImplicitCastExpr constructor.Anders Carlsson2010-04-231-2/+4
* Whenever we complain about a failed initialization of a function orDouglas Gregor2010-04-221-1/+23
* Switch the initialization of Objective-C message parameters (as occursDouglas Gregor2010-04-211-1/+4
* Keep tack of whether a base in an InitializedEntity is an inherited virtual b...Anders Carlsson2010-04-211-2/+6
* Pass the InitializedEntity to Sema::CheckConstructorAccess and use it to repo...Anders Carlsson2010-04-211-3/+3
* Fix comment to reflect recent code change.John Thompson2010-04-201-1/+1
* reapply john's patch, he broke mainline again by changing the test.Chris Lattner2010-04-201-1/+1
* revert r101863, whcih is causing Sema/altivec-init.c to fail on a tonChris Lattner2010-04-201-1/+1
* Altivec vector literal initializer count mismatch error removed.John Thompson2010-04-201-1/+1
* When checking the copy constructor for the optional copy during aDouglas Gregor2010-04-181-3/+19
* In C++98/03, when binding a reference to an rvalue ofDouglas Gregor2010-04-181-13/+73
* Do not consider explicit constructors when performing a copy to aDouglas Gregor2010-04-181-1/+2
OpenPOWER on IntegriCloud