summaryrefslogtreecommitdiffstats
path: root/test/SemaCXX
Commit message (Expand)AuthorAgeFilesLines
...
* Revert r152745 as it's breaking the internal buildbots.Chad Rosier2012-03-152-6/+2
* Provide -Wnull-conversion separately from -Wconversion.David Blaikie2012-03-142-2/+6
* When emitting a diagnostic about two-phase name lookup, don't do uselessNick Lewycky2012-03-141-0/+19
* Parse brace initializers as default arguments. PR12236.Sebastian Redl2012-03-141-0/+7
* Add a test case for PR8385.David Blaikie2012-03-131-0/+7
* Allow vectors to be constructed from constexpr function arguments inRichard Smith2012-03-131-0/+14
* Ensure that default arguments are handled correctly in sub scopes. For example:James Molloy2012-03-131-0/+18
* PR11925: A function can't have a variably-modified return type. Not even in C++.Richard Smith2012-03-131-0/+5
* Fix PR10447: lazily building name lookup tables for DeclContexts was broken.Richard Smith2012-03-131-0/+22
* Make the error about assigning to lambda-captured variablesJohn McCall2012-03-131-1/+1
* Alternate fix to PR12248: put Sema in charge of special-casingJohn McCall2012-03-131-0/+9
* Make sure we treat variables captured by reference in lambda as modifiable lv...Eli Friedman2012-03-121-0/+6
* Fix parsing of type-specifier-seq's. Types are syntactically allowed to beRichard Smith2012-03-124-9/+9
* PR12225: The requirement that literal operators be namespace-scope functionsRichard Smith2012-03-101-1/+1
* Slightly tweak this condition. "isTransparentContext()" was checking whether anNick Lewycky2012-03-101-0/+5
* Qualifiers on a canonical array type go on the outermost type, not theDouglas Gregor2012-03-101-0/+5
* Improve diagnostics for UCNs referring to control characters and members of theRichard Smith2012-03-091-0/+7
* Improve our semantic error recovery.Argyrios Kyrtzidis2012-03-091-3/+3
* -Wformat-non-iso: warn about positional arguments (pr12017)Hans Wennborg2012-03-091-1/+1
* Fix statement printing for raw and template user-defined literals.Richard Smith2012-03-091-0/+19
* Literal operator suffixes and regular names live in separate namespaces.Richard Smith2012-03-091-0/+9
* Support for raw and template forms of numeric user-defined literals,Richard Smith2012-03-091-1/+94
* Turn explicit construction of temporaries using initializer list syntax into ...Sebastian Redl2012-03-081-0/+18
* Ensure we don't print 123ULL_foo when printing a user-defined integer literal.Richard Smith2012-03-081-0/+10
* Add support for cooked forms of user-defined-integer-literal andRichard Smith2012-03-081-0/+35
* Implement C++11 [lex.ext]p10 for string and character literals: a ud-suffix notRichard Smith2012-03-081-3/+3
* Loosen the precondition of isCXXInstanceMember() to simply returnDouglas Gregor2012-03-081-0/+10
* Fix -Wuninitialized to catch the case of a class being initialized with a callRichard Trieu2012-03-081-0/+2
* Be smarter in discovering list-initialization of temporaries. Fixes PR12182.Sebastian Redl2012-03-071-0/+8
* AST representation for user-defined literals, plus just enough of semanticRichard Smith2012-03-071-0/+12
* Add -Wc++11-compat warning for string and character literals followed byRichard Smith2012-03-071-0/+10
* Extended the UnknownAnyTy resolver to handleSean Callanan2012-03-061-0/+11
* Properly handle non-canonical underlying types inPeter Collingbourne2012-03-051-0/+6
* Lexing support for user-defined literals. Currently these lex as the same tokenRichard Smith2012-03-051-1/+1
* Add tests for [over.literal]. Fix a few bugs which were exposed by the tests.Richard Smith2012-03-041-3/+3
* Add a pile of tests for unrestricted unions, and advertise support for them.Richard Smith2012-03-032-0/+211
* Thread safety analysis: expand set of expressions that can be used to denote ...DeLesley Hutchins2012-03-021-21/+94
* Add a test for the -Wstring-plus-int fixit note.Nico Weber2012-03-021-0/+4
* Issue warning when late-parsed attributes have no declaration.DeLesley Hutchins2012-03-021-0/+13
* Make late-parsed attributes follow the conventions of ordinaryDeLesley Hutchins2012-03-022-0/+40
* Thread safety analysis: handle CFG blocks which call functions marked as nore...DeLesley Hutchins2012-03-021-0/+17
* Add -Wstring-plus-int, which warns on "str" + int and int + "str".Nico Weber2012-03-024-3/+65
* Ensure that we instantiate static reference data members of class templatesRichard Smith2012-03-022-2/+9
* Fix the isReferenced bit on parameters in a couple of edge cases. PR12153.Eli Friedman2012-03-011-1/+9
* StmtProfiler: Add a null check for child statements.Peter Collingbourne2012-03-011-0/+8
* Tentatively fix PR12117. The test case from the bug now passes, and all exist...Sebastian Redl2012-02-291-0/+6
* Make sure list-initialization of arrays works correctly in explicit type conv...Eli Friedman2012-02-291-0/+14
* Single- and zero-element initializer lists to scalars are list-initialization...Sebastian Redl2012-02-281-0/+42
* Implement a FIXME for conversion sequence distinction. Should fix PR12092.Sebastian Redl2012-02-271-0/+18
* Fix a couple bugs in the way we handle array indexes in array bounds checking...Eli Friedman2012-02-271-0/+6