Age | Commit message (Expand) | Author |
2011-09-24 | Fix typos and non-doxygen-ness in a few comments. | Sebastian Redl |
2011-09-23 | Switch assert(0/false) llvm_unreachable. | David Blaikie |
2011-09-19 | Add list initialization for complex numbers in C. Essentially, this allows "... | Eli Friedman |
2011-09-17 | Rename LangOptions::Microsoft to LangOptions::MicrosoftExt to make it clear t... | Francois Pichet |
2011-09-10 | Rename the ARC cast kinds to start with "ARC". | John McCall |
2011-09-01 | Extend the self-reference warning to catch when a constructor references itse... | Richard Trieu |
2011-08-30 | Fix PR10694: Boolean conversions can be from pointers, and those conversions | Jeffrey Yasskin |
2011-08-29 | Print 'int' instead of 'const int' in the narrowing conversion error, since the | Jeffrey Yasskin |
2011-08-23 | Refactor and fix checking for initialization of flexible array members. The ... | Eli Friedman |
2011-08-23 | Remove function parameter which always used the default value. | Eli Friedman |
2011-08-18 | Downgrade "err_init_list_variable_narrowing" into a warning in Microsoft mode... | Francois Pichet |
2011-08-12 | Conversions to bool count as integer conversions for the purposes of | Jeffrey Yasskin |
2011-07-27 | Add support for C++0x unicode string and character literals, from Craig Topper! | Douglas Gregor |
2011-07-26 | This patch implements as much of the narrowing conversion error specified by | Jeffrey Yasskin |
2011-07-23 | remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.... | Chris Lattner |
2011-07-15 | This handles the missing cases of opencl vector literals. | Tanya Lattner |
2011-07-14 | Revert 135177 to fix PR10363. | Rafael Espindola |
2011-07-14 | For C++11, do more checking of initializer lists up-front, enabling some subs... | Sebastian Redl |
2011-07-14 | Remove InitializationSequence::ReferenceBinding, the last redundant sequence ... | Sebastian Redl |
2011-06-29 | Check for deprecated/unavailable/etc attributes on fields that are | Douglas Gregor |
2011-06-28 | Add support for C++ namespace-aware typo correction, e.g., correcting | Douglas Gregor |
2011-06-27 | ARC writeback isn't supposed to apply to local indirect pointers, | John McCall |
2011-06-22 | Changes ParenListExpr to always require a type. | Manuel Klimek |
2011-06-22 | When binding a reference to an Automatic Reference Counting temporary, | Douglas Gregor |
2011-06-22 | Give MaterializeTemporaryExpr the exact type of the lvalue it binds | Douglas Gregor |
2011-06-21 | Introduce a new AST node describing reference binding to temporaries. | Douglas Gregor |
2011-06-16 | Be sure to try a final ARC-production even in Objective-C++. | John McCall |
2011-06-15 | Automatic Reference Counting. | John McCall |
2011-06-11 | Implement Objective-C Related Result Type semantics. | Douglas Gregor |
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 |
2011-05-12 | Implement defaulting of destructors. | Sean Hunt |
2011-05-12 | Make it so that we actually generate definitions for explicitly | Sean Hunt |
2011-05-09 | Rename "hasTrivialConstructor" to "hasTrivialDefaultConstructor" and | Sean Hunt |
2011-05-03 | Fix delegating constructors stylistic issues. | Sean Hunt |
2011-05-01 | Fully implement delegating constructors! | Sean Hunt |
2011-04-28 | Don't waste memory if the initializer expression is empty. | Argyrios Kyrtzidis |
2011-04-24 | PR4304: Add warning for designators in strict c89 mode. | Eli Friedman |
2011-04-21 | Use the ArrayFiller to fill out "holes" in the array initializer due to desig... | Argyrios Kyrtzidis |
2011-04-21 | For | Argyrios Kyrtzidis |
2011-04-14 | In C++, when initializing an array from a pascal string, it's OK if the array | Anders Carlsson |
2011-04-11 | PR9669: implement correct checking for [dcl.init.string]p2. | Eli Friedman |
2011-04-08 | Use ExprResult& instead of Expr *& in Sema | John Wiegley |
2011-02-26 | Implement delegating constructors partially. | Sean Hunt |
2011-02-25 | Remove the FIXME I introduced last night, and pull the logic for | Chandler Carruth |
2011-02-25 | Rough fix for PR9323 that prevents Clang from marking copy constructor | Chandler Carruth |
2011-02-22 | Implement the GNU C extension which permits the initialization of an | Douglas Gregor |
2011-02-21 | Reorganize subelement initialization checking, no functionality change. | John McCall |
2011-02-21 | Small optimization: avoid redundant checks of whether a type is an array | John McCall |