summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaInit.cpp
Commit message (Expand)AuthorAgeFilesLines
* one piece of code is responsible for the lifetime of every aggregateJohn McCall2010-09-151-2/+1
* When performing overload resolution, only compare the final conversionDouglas Gregor2010-09-121-7/+8
* Use the new-initialization code for initializing scalars with aDouglas Gregor2010-09-081-5/+10
* Provide proper type-source location information forDouglas Gregor2010-09-081-4/+14
* Rename DeclContext::getLookupContext to getRedeclContext and change its seman...Sebastian Redl2010-08-311-1/+1
* One who seeks knowledge learns something new every day.John McCall2010-08-261-32/+28
* Work around a gcc warning.John McCall2010-08-261-0/+1
* Split out a header to hold APIs meant for the Sema implementation from Sema.h.John McCall2010-08-251-1/+1
* GCC didn't care for my attempt at API compatibility, so brute-force everythingJohn McCall2010-08-251-6/+6
* More incremental progress towards not including Expr.h in Sema.h.John McCall2010-08-251-35/+31
* Move some of SemaOverload's API to various places in Overload.h, and killJohn McCall2010-08-241-40/+15
* Remove a header dependency from Sema.h at the cost of some type safety.John McCall2010-08-241-2/+6
* Struggle mightily against header inclusion in Sema.h.John McCall2010-08-241-0/+1
* OwningExprResult -> ExprResult. This patch brought to you byJohn McCall2010-08-241-15/+15
* Relax the construction of a definition for implicit, trivial defaultChandler Carruth2010-08-231-4/+15
* Sundry incremental steps towards killing off Action.John McCall2010-08-231-14/+9
* Another step in the process of making the parser depend on Sema:John McCall2010-08-201-1/+1
* Don't try to initialize a reference with a constructed temporary if eitherJohn McCall2010-08-171-0/+5
* PR3344: Downgrade "too many braces around scalar initializer" to a warning.Eli Friedman2010-08-141-7/+7
* Move Sema's headers into include/clang/Sema, renaming a few along the way.Douglas Gregor2010-08-121-3/+3
* Allow reference binding of a reference of Objective-C object type toDouglas Gregor2010-08-071-5/+44
* Store inheritance paths after CastExprs instead of inside them.John McCall2010-08-071-9/+9
* Make sure that implicit qualification and derived-to-base conversions of xval...Sebastian Redl2010-07-261-4/+8
* Added extra check when looking for location of '=' inFariborz Jahanian2010-07-211-2/+3
* 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
OpenPOWER on IntegriCloud