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