summaryrefslogtreecommitdiffstats
path: root/include/clang/Sema/Initialization.h
Commit message (Expand)AuthorAgeFilesLines
* Merging r155608:Bill Wendling2012-05-121-1/+3
* When we determine that an initialization sequence failed due to anDouglas Gregor2012-04-101-0/+12
* Fix bugs found by -Wconstant-conversion improvements currently under review.David Blaikie2012-04-091-1/+1
* Properly handle explicit constructors in list-initialization. Fixes PR12120.Sebastian Redl2012-04-011-1/+3
* Unify naming of LangOptions variable/get function across the Clang stack (Lex...David Blaikie2012-03-111-1/+1
* Implement C++11 [over.match.copy]p1b2, which allows the use ofDouglas Gregor2012-02-241-7/+17
* Support GCC's bug^Wextension allowing class array members to be initalized by aRichard Smith2012-02-151-0/+6
* Introduce a new initialization entity for lambda captures, andDouglas Gregor2012-02-151-3/+42
* Change the way we store initialization kinds so that all direct inits can dis...Sebastian Redl2012-02-121-49/+44
* Employ DirectList initialized entities to properly sort through some initiali...Sebastian Redl2012-02-121-2/+6
* Represent C++ direct initializers as ParenListExprs before semantic analysisSebastian Redl2012-02-111-9/+15
* Drive-by fix of incorrect diagnostic, and a test case for said diagnostic. Th...Sebastian Redl2012-02-111-1/+1
* A useful approximation of initializer list constructors.Sebastian Redl2012-02-041-1/+5
* Sema support for initialization of std::initializer_list from initializer lists.Sebastian Redl2012-01-171-3/+12
* The value of a const weak variable is not an integer constant.John McCall2012-01-051-0/+2
* Overloading for initializer list construction.Sebastian Redl2011-12-221-1/+3
* List-initialization via constructor part 1. Still needs: pretty-printing, ove...Sebastian Redl2011-12-221-3/+4
* Revert r145244. It causes us to create broken ASTs with missing type informationRichard Smith2011-11-291-9/+4
* Removed useless ImplicitCast nodes in explicit cstyle and static castsNicola Gigante2011-11-281-4/+9
* Reference initialization with initializer lists.Sebastian Redl2011-11-271-1/+13
* Fixed HadMultipleCandidates loading.Abramo Bagnara2011-11-191-5/+8
* Teach the ARC compiler to not require __bridge casts whenJohn McCall2011-10-171-1/+4
* Added a flag to identify resolved overloaded function references.Abramo Bagnara2011-10-051-1/+3
* Give InitListChecker a verification-only mode, where it neither emits diagnos...Sebastian Redl2011-09-241-1/+1
* In Initialization, add step kind SK_ListConstructorCall (list-initializationSebastian Redl2011-09-241-4/+10
* Fix typos and non-doxygen-ness in a few comments.Sebastian Redl2011-09-241-8/+8
* Add list initialization for complex numbers in C. Essentially, this allows "...Eli Friedman2011-09-191-4/+9
* This patch implements as much of the narrowing conversion error specified byJeffrey Yasskin2011-07-261-1/+12
* remove some now-redundant forward declarations.Chris Lattner2011-07-201-4/+0
* add raw_ostream and Twine to LLVM.h, eliminating a ton of llvm:: qualifications.Chris Lattner2011-07-201-1/+1
* now that we have a centralized place to do so, add some using declarations forChris Lattner2011-07-201-2/+2
* Remove InitializationSequence::ReferenceBinding, the last redundant sequence ...Sebastian Redl2011-07-141-4/+1
* Suppress an over-zealous MSVC warning.John McCall2011-06-151-1/+2
* Automatic Reference Counting.John McCall2011-06-151-23/+78
* Drop most of InitializationSequence::SequenceKind's values. They didn't reall...Sebastian Redl2011-06-051-34/+7
* Remove more references to FailedSequence.Sebastian Redl2011-06-051-1/+1
* Remove all references to InitializationSequence::FailedSequence from outside ...Sebastian Redl2011-06-051-0/+3
* Clean up two commentsDouglas Gregor2011-05-201-1/+2
* Fully implement delegating constructors!Sean Hunt2011-05-011-2/+2
* fix a bunch of comment typos found by codespell. Patch byChris Lattner2011-04-151-2/+2
* Use ExprResult& instead of Expr *& in SemaJohn Wiegley2011-04-081-0/+2
* Implement delegating constructors partially.Sean Hunt2011-02-261-0/+7
* Implement the GNU C extension which permits the initialization of anDouglas Gregor2011-02-221-2/+15
* Provide overload diagnostics when explicit casts involving class types fail.John McCall2011-02-141-1/+7
* More anonymous struct/union redesign. This one deals with anonymous field use...Francois Pichet2010-12-041-0/+6
* Remove some unnecessary reinterpret_cast.Francois Pichet2010-11-111-3/+3
* Patch implements passing arrays to functions expectingFariborz Jahanian2010-09-241-4/+8
* Provide proper type-source location information forDouglas Gregor2010-09-081-1/+22
* More incremental progress towards not including Expr.h in Sema.h.John McCall2010-08-251-2/+2
* Move some of SemaOverload's API to various places in Overload.h, and killJohn McCall2010-08-241-2/+2