| Commit message (Expand) | Author | Age | Files | Lines |
* | PR11650: Implement resolution of core issue 1301. Value initialization can't be | Richard Smith | 2012-02-14 | 1 | -15/+31 |
* | Change the way we store initialization kinds so that all direct inits can dis... | Sebastian Redl | 2012-02-12 | 1 | -5/+7 |
* | Employ DirectList initialized entities to properly sort through some initiali... | Sebastian Redl | 2012-02-12 | 1 | -12/+21 |
* | Represent C++ direct initializers as ParenListExprs before semantic analysis | Sebastian Redl | 2012-02-11 | 1 | -0/+7 |
* | Implement core issue 5: a temporary created for copy-initialization has a | Richard Smith | 2012-02-11 | 1 | -4/+6 |
* | Switching to using dyn_cast_or_null, and fixing line endings in the test case. | Aaron Ballman | 2012-02-09 | 1 | -2/+2 |
* | Attempting to initialize a union member that does not exist no longer crashes. | Aaron Ballman | 2012-02-09 | 1 | -1/+2 |
* | Basic: import SmallString<> into clang namespace | Dylan Noblesmith | 2012-02-05 | 1 | -1/+1 |
* | A useful approximation of initializer list constructors. | Sebastian Redl | 2012-02-04 | 1 | -18/+43 |
* | Factor out the actual overload resolution from TryConstructorInitialization, ... | Sebastian Redl | 2012-02-04 | 1 | -53/+70 |
* | Don't unwrap initializer lists before calling TryConstructorInitialization, i... | Sebastian Redl | 2012-02-04 | 1 | -19/+30 |
* | Move a method from IdentifierTable.h out of line and remove the SmallString i... | Benjamin Kramer | 2012-02-04 | 1 | -0/+1 |
* | In C++11 mode, when an integral constant expression is desired and we have a | Richard Smith | 2012-02-04 | 1 | -15/+19 |
* | Split Sema::MarkDeclarationReferenced into multiple functions; the additional... | Eli Friedman | 2012-02-02 | 1 | -5/+5 |
* | Make the callback object to Sema::CorrectTypo mandatory. | Kaelyn Uhrain | 2012-01-31 | 1 | -1/+1 |
* | Downgrade C++11 narrowing conversion errors to warnings default-mapped | Douglas Gregor | 2012-01-23 | 1 | -9/+15 |
* | constexpr: converted constant expression handling for enumerator values, case | Richard Smith | 2012-01-18 | 1 | -1/+1 |
* | Move narrowing conversion detection code from SemaInit to SemaOverload, ready | Richard Smith | 2012-01-18 | 1 | -180/+79 |
* | Sema support for initialization of std::initializer_list from initializer lists. | Sebastian Redl | 2012-01-17 | 1 | -3/+108 |
* | Re-add an over-zealously removed break. | David Blaikie | 2012-01-17 | 1 | -0/+1 |
* | Remove unreachable code in Clang. (replace with llvm_unreachable where approp... | David Blaikie | 2012-01-17 | 1 | -9/+4 |
* | Remove unnecessary default cases in switches over enums. | David Blaikie | 2012-01-17 | 1 | -1/+0 |
* | Convert SemaInit.cpp to pass a callback object to CorrectTypo. | Kaelyn Uhrain | 2012-01-12 | 1 | -7/+25 |
* | The value of a const weak variable is not an integer constant. | John McCall | 2012-01-05 | 1 | -0/+15 |
* | Change the diagnostics which said 'accepted as an extension' to instead say | Richard Smith | 2011-12-29 | 1 | -4/+1 |
* | Fix build under -Wswitch by adding support for FK_ListConstructorOverloadFailed | Nick Lewycky | 2011-12-22 | 1 | -0/+4 |
* | Overloading for initializer list construction. | Sebastian Redl | 2011-12-22 | 1 | -4/+14 |
* | List-initialization via constructor part 1. Still needs: pretty-printing, ove... | Sebastian Redl | 2011-12-22 | 1 | -218/+304 |
* | Revert r146766, and add a testcase for which it introduced a wrong-code bug. | Richard Smith | 2011-12-20 | 1 | -37/+6 |
* | Fix an inconsistency in the syntactic form of InitListExpr in case of initial... | Nicola Gigante | 2011-12-16 | 1 | -6/+37 |
* | C++11 constexpr: Add note stacks containing backtraces if constant evaluation | Richard Smith | 2011-12-16 | 1 | -1/+1 |
* | Revert r145244. It causes us to create broken ASTs with missing type information | Richard Smith | 2011-11-29 | 1 | -1/+1 |
* | Removed useless ImplicitCast nodes in explicit cstyle and static casts | Nicola Gigante | 2011-11-28 | 1 | -1/+1 |
* | Reference initialization with initializer lists. | Sebastian Redl | 2011-11-27 | 1 | -24/+211 |
* | Add feature to diagnostics that will provide more information on function | Richard Trieu | 2011-11-23 | 1 | -1/+3 |
* | Fixed HadMultipleCandidates loading. | Abramo Bagnara | 2011-11-19 | 1 | -26/+39 |
* | Added missing ImplicitCastExpr around conversion operator call. | Abramo Bagnara | 2011-11-16 | 1 | -5/+5 |
* | Resolve placeholder expressions before trying to deduce | John McCall | 2011-11-15 | 1 | -9/+6 |
* | When reference binding array rvalues, such as those created by compound | Peter Collingbourne | 2011-11-13 | 1 | -1/+1 |
* | Rename Expr::Evaluate to Expr::EvaluateAsRValue to make it clear that it will | Richard Smith | 2011-10-29 | 1 | -1/+1 |
* | Restore r142914 and r142915, now with missing file and apparent | John McCall | 2011-10-25 | 1 | -16/+2 |
* | Revert r142914 and r142915, due to possibly missing file. | NAKAMURA Takumi | 2011-10-25 | 1 | -2/+16 |
* | Introduce a placeholder type for "pseudo object" | John McCall | 2011-10-25 | 1 | -16/+2 |
* | Don't try to set the "array filler" in a InitListExpr twice. | Argyrios Kyrtzidis | 2011-10-21 | 1 | -2/+3 |
* | -Wc++98-compat: diagnose if a reference is bound to a prvalue which does not | Richard Smith | 2011-10-19 | 1 | -66/+138 |
* | -Wc++98-compat and -Wc++98-compat-pedantic warnings for Sema, part 2. | Richard Smith | 2011-10-18 | 1 | -6/+7 |
* | Teach the ARC compiler to not require __bridge casts when | John McCall | 2011-10-17 | 1 | -0/+23 |
* | Diagnose when omitting braces in direct list-initialization in C++0x. | Sebastian Redl | 2011-10-16 | 1 | -10/+25 |
* | In the verify-only pass, check that items that don't have an initializer in a... | Sebastian Redl | 2011-10-16 | 1 | -17/+62 |
* | Change operator<< for raw_ostream and NamedDecl to take a reference instead o... | Benjamin Kramer | 2011-10-14 | 1 | -2/+2 |