| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Constant expression evaluation refactoring: | Richard Smith | 2011-10-10 | 1 | -3/+3 |
* | Per C++ [class.bit]p2, unnamed bit-fields are not members. Fixes PR10289. | Douglas Gregor | 2011-10-10 | 1 | -1/+1 |
* | Initialize the HadMultipleCandidates flag. | Benjamin Kramer | 2011-10-09 | 1 | -0/+3 |
* | Added a flag to identify resolved overloaded function references. | Abramo Bagnara | 2011-10-05 | 1 | -1/+11 |
* | Remove a nonsensical bit of code from InitListChecker::getStructuredSubobject... | Eli Friedman | 2011-10-04 | 1 | -3/+0 |
* | Get rid of useless helper Sema::CastCategory. | Eli Friedman | 2011-09-27 | 1 | -1/+1 |
* | PR11009: Fix a FIXME which was leading to an assertion failure with rvalue re... | Eli Friedman | 2011-09-27 | 1 | -4/+1 |
* | CheckStringInit has side effects; make sure we don't run it in VerifyOnly mod... | Eli Friedman | 2011-09-26 | 1 | -3/+5 |
* | Fix a typo in the new VerifyOnly handling in SemaInit. No visible difference... | Eli Friedman | 2011-09-26 | 1 | -1/+1 |
* | Add a missing increment to avoid infinite looping in the regression test. | Benjamin Kramer | 2011-09-25 | 1 | -1/+4 |
* | Treat list-initialization of scalars as a first-class citizen in C++11. | Sebastian Redl | 2011-09-24 | 1 | -5/+6 |
* | Give InitListChecker a verification-only mode, where it neither emits diagnos... | Sebastian Redl | 2011-09-24 | 1 | -217/+320 |
* | In Initialization, add step kind SK_ListConstructorCall (list-initialization | Sebastian Redl | 2011-09-24 | 1 | -5/+21 |
* | Inline Sema::CheckInitList into its only user. | Sebastian Redl | 2011-09-24 | 1 | -11/+4 |
* | Fix typos and non-doxygen-ness in a few comments. | Sebastian Redl | 2011-09-24 | 1 | -4/+2 |
* | Switch assert(0/false) llvm_unreachable. | David Blaikie | 2011-09-23 | 1 | -2/+2 |
* | Add list initialization for complex numbers in C. Essentially, this allows "... | Eli Friedman | 2011-09-19 | 1 | -5/+67 |
* | Rename LangOptions::Microsoft to LangOptions::MicrosoftExt to make it clear t... | Francois Pichet | 2011-09-17 | 1 | -3/+3 |
* | Rename the ARC cast kinds to start with "ARC". | John McCall | 2011-09-10 | 1 | -1/+1 |
* | Extend the self-reference warning to catch when a constructor references itse... | Richard Trieu | 2011-09-01 | 1 | -0/+8 |
* | Fix PR10694: Boolean conversions can be from pointers, and those conversions | Jeffrey Yasskin | 2011-08-30 | 1 | -0/+5 |
* | Print 'int' instead of 'const int' in the narrowing conversion error, since the | Jeffrey Yasskin | 2011-08-29 | 1 | -3/+3 |
* | Refactor and fix checking for initialization of flexible array members. The ... | Eli Friedman | 2011-08-23 | 1 | -24/+45 |
* | Remove function parameter which always used the default value. | Eli Friedman | 2011-08-23 | 1 | -6/+3 |
* | Downgrade "err_init_list_variable_narrowing" into a warning in Microsoft mode... | Francois Pichet | 2011-08-18 | 1 | -2/+2 |
* | Conversions to bool count as integer conversions for the purposes of | Jeffrey Yasskin | 2011-08-12 | 1 | -0/+1 |
* | Add support for C++0x unicode string and character literals, from Craig Topper! | Douglas Gregor | 2011-07-27 | 1 | -11/+21 |
* | This patch implements as much of the narrowing conversion error specified by | Jeffrey Yasskin | 2011-07-26 | 1 | -5/+216 |
* | remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.... | Chris Lattner | 2011-07-23 | 1 | -5/+5 |
* | This handles the missing cases of opencl vector literals. | Tanya Lattner | 2011-07-15 | 1 | -1/+2 |
* | Revert 135177 to fix PR10363. | Rafael Espindola | 2011-07-14 | 1 | -225/+80 |
* | For C++11, do more checking of initializer lists up-front, enabling some subs... | Sebastian Redl | 2011-07-14 | 1 | -80/+225 |
* | Remove InitializationSequence::ReferenceBinding, the last redundant sequence ... | Sebastian Redl | 2011-07-14 | 1 | -9/+7 |
* | Check for deprecated/unavailable/etc attributes on fields that are | Douglas Gregor | 2011-06-29 | 1 | -0/+15 |
* | Add support for C++ namespace-aware typo correction, e.g., correcting | Douglas Gregor | 2011-06-28 | 1 | -8/+12 |
* | ARC writeback isn't supposed to apply to local indirect pointers, | John McCall | 2011-06-27 | 1 | -12/+21 |
* | Changes ParenListExpr to always require a type. | Manuel Klimek | 2011-06-22 | 1 | -13/+3 |
* | When binding a reference to an Automatic Reference Counting temporary, | Douglas Gregor | 2011-06-22 | 1 | -0/+7 |
* | Give MaterializeTemporaryExpr the exact type of the lvalue it binds | Douglas Gregor | 2011-06-22 | 1 | -1/+3 |