aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Sema/Initialization.h
AgeCommit message (Expand)Author
2013-05-06Fix representation of compound literals for C++ objects with destructors.Jordan Rose
2013-05-03ArrayRef'ize InitializationSequence constructor and InitializationSequence::D...Dmitri Gribenko
2013-04-11Force a load when creating a reference to a temporary copied from a bitfield.Jordan Rose
2013-03-15Silence anonymous type in anonymous union warnings.Eric Christopher
2013-02-07Add OpenCL samplers as Clang builtin types and check sampler related restrict...Guy Benyei
2013-01-20Implement OpenCL event_t as Clang builtin type, including event_t related Ope...Guy Benyei
2013-01-04Unqualify the parameter type.Rafael Espindola
2012-12-04Sort #include lines for all files under include/...Chandler Carruth
2012-12-01Pull the Attr iteration parts out of Attr.h, so including DeclBase.h doesn't ...Benjamin Kramer
2012-11-29Merge function types in C.Rafael Espindola
2012-09-13Fix Doxygen misuse: refer to parameter names in paragraphs correctly (\arg isDmitri Gribenko
2012-07-04Drop the ASTContext.h include from DeclFriend.h and DeclTemplate.h.Benjamin Kramer
2012-06-22Documentation cleanup:James Dennett
2012-04-26PR12660: Don't crash when initializing a const reference from a braced init listRichard Smith
2012-04-10When we determine that an initialization sequence failed due to anDouglas Gregor
2012-04-09Fix bugs found by -Wconstant-conversion improvements currently under review.David Blaikie
2012-04-01Properly handle explicit constructors in list-initialization. Fixes PR12120.Sebastian Redl
2012-03-11Unify naming of LangOptions variable/get function across the Clang stack (Lex...David Blaikie
2012-02-24Implement C++11 [over.match.copy]p1b2, which allows the use ofDouglas Gregor
2012-02-15Support GCC's bug^Wextension allowing class array members to be initalized by aRichard Smith
2012-02-15Introduce a new initialization entity for lambda captures, andDouglas Gregor
2012-02-12Change the way we store initialization kinds so that all direct inits can dis...Sebastian Redl
2012-02-12Employ DirectList initialized entities to properly sort through some initiali...Sebastian Redl
2012-02-11Represent C++ direct initializers as ParenListExprs before semantic analysisSebastian Redl
2012-02-11Drive-by fix of incorrect diagnostic, and a test case for said diagnostic. Th...Sebastian Redl
2012-02-04A useful approximation of initializer list constructors.Sebastian Redl
2012-01-17Sema support for initialization of std::initializer_list from initializer lists.Sebastian Redl
2012-01-05The value of a const weak variable is not an integer constant.John McCall
2011-12-22Overloading for initializer list construction.Sebastian Redl
2011-12-22List-initialization via constructor part 1. Still needs: pretty-printing, ove...Sebastian Redl
2011-11-29Revert r145244. It causes us to create broken ASTs with missing type informationRichard Smith
2011-11-28Removed useless ImplicitCast nodes in explicit cstyle and static castsNicola Gigante
2011-11-27Reference initialization with initializer lists.Sebastian Redl
2011-11-19Fixed HadMultipleCandidates loading.Abramo Bagnara
2011-10-17Teach the ARC compiler to not require __bridge casts whenJohn McCall
2011-10-05Added a flag to identify resolved overloaded function references.Abramo Bagnara
2011-09-24Give InitListChecker a verification-only mode, where it neither emits diagnos...Sebastian Redl
2011-09-24In Initialization, add step kind SK_ListConstructorCall (list-initializationSebastian Redl
2011-09-24Fix typos and non-doxygen-ness in a few comments.Sebastian Redl
2011-09-19Add list initialization for complex numbers in C. Essentially, this allows "...Eli Friedman
2011-07-26This patch implements as much of the narrowing conversion error specified byJeffrey Yasskin
2011-07-20remove some now-redundant forward declarations.Chris Lattner
2011-07-20add raw_ostream and Twine to LLVM.h, eliminating a ton of llvm:: qualifications.Chris Lattner
2011-07-20now that we have a centralized place to do so, add some using declarations forChris Lattner
2011-07-14Remove InitializationSequence::ReferenceBinding, the last redundant sequence ...Sebastian Redl
2011-06-15Suppress an over-zealous MSVC warning.John McCall
2011-06-15Automatic Reference Counting.John McCall
2011-06-05Drop most of InitializationSequence::SequenceKind's values. They didn't reall...Sebastian Redl
2011-06-05Remove more references to FailedSequence.Sebastian Redl
2011-06-05Remove all references to InitializationSequence::FailedSequence from outside ...Sebastian Redl