summaryrefslogtreecommitdiffstats
path: root/test/SemaCXX
Commit message (Expand)AuthorAgeFilesLines
* Merging r155608:Bill Wendling2012-05-121-0/+5
* Merging r155975:Bill Wendling2012-05-122-4/+6
* Merging r155728:Bill Wendling2012-04-271-1/+5
* Implement the last part of C++ [class.mem]p2, delaying the parsing ofDouglas Gregor2012-04-162-9/+3
* Implement C++11 [expr.prim.general]p3, which permits the use of 'this'Douglas Gregor2012-04-161-1/+1
* Fix tests that weren't actually verifying anything.David Blaikie2012-04-151-4/+4
* PR12226: don't generate wrong code if a braced string literal is used toRichard Smith2012-04-151-0/+4
* PR12500: Improve the wording of the diagnostic for a redefinition of a nameRichard Smith2012-04-132-2/+2
* When we're flagging a protected scope to prevent jumps into theJohn McCall2012-04-131-0/+10
* Add -Wuninitialized test for C++11 lambdas.Ted Kremenek2012-04-121-1/+6
* Compute standard conversion sequences for conversions to atomicDouglas Gregor2012-04-121-0/+23
* Part of PR10101: after a parse error in a declaration, try harder to find theRichard Smith2012-04-111-2/+2
* When we determine that an initialization sequence failed due to anDouglas Gregor2012-04-101-0/+14
* Disambiguation of '[[':Richard Smith2012-04-102-2/+33
* Thread safety analysis: downgraded requirement that mutex expressions refer t...DeLesley Hutchins2012-04-061-49/+49
* Test for r154189/PR12481Matt Beaumont-Gay2012-04-061-0/+17
* Fixed scoping error for late parsed attributes in nested classes.DeLesley Hutchins2012-04-061-3/+41
* Point the caret at the error for the 'expected namespace name' diagnostic inRichard Smith2012-04-051-2/+6
* Improve diagnostics for invalid use of non-static members / this:Richard Smith2012-04-054-12/+14
* Add triples to these tests to keep them working on Windows,Richard Smith2012-04-052-2/+2
* Fix assertions and wrong output from StmtPrinter's string literal printing.Richard Smith2012-04-052-2/+9
* Enable warn_impcast_literal_float_to_integer by default.David Blaikie2012-04-052-4/+4
* Allow a conversion from the empty initializer list {} to anDouglas Gregor2012-04-041-0/+9
* Implement C++11 [temp.arg.nontype]'s permission to use the address of an objectRichard Smith2012-04-041-0/+8
* When performing template argument deduction for an initializer list,Douglas Gregor2012-04-041-0/+16
* Remove more redundant lookups. Add a new "all_lookups_iterator" which providesNick Lewycky2012-04-033-2/+17
* Finish PR10217: Ensure we say that a special member was implicitly, notRichard Smith2012-04-022-5/+5
* Properly handle explicit constructors in list-initialization. Fixes PR12120.Sebastian Redl2012-04-011-6/+14
* PR10217: Provide diagnostics explaining why an implicitly-deleted specialRichard Smith2012-03-307-50/+45
* Unify and fix our checking of C++ [dcl.meaning]p1's requirementsDouglas Gregor2012-03-281-1/+1
* Even more careful consideration of C++11 13.3.3.1p4. Fixes PR12241.Sebastian Redl2012-03-271-11/+6
* When we see 'Class(X' or 'Class::Class(X' and we suspect that it names aRichard Smith2012-03-271-7/+2
* Add a special-case diagnostic for one of the more obnoxious special cases ofRichard Smith2012-03-261-0/+39
* Handle instantiations of redeclarations of forward-declared enumerations withinRichard Smith2012-03-261-0/+24
* Delay checking of dependent underlying types for redeclarations of memberRichard Smith2012-03-261-0/+21
* Teach APValue printer to print boolean 0 and 1 as 'false' and 'true'. Fix upRichard Smith2012-03-231-0/+4
* When defining a forward-declared enum, don't try to attach the definition toRichard Smith2012-03-231-0/+11
* Fix broken CFG when an initializer is a statement expression that starts with...Ted Kremenek2012-03-221-0/+15
* Test case for rdar://problem/11055105, a bug with the instantiationJohn McCall2012-03-211-1/+14
* More careful consideration of C++11 13.3.3.1p4. Fixes PR12257.Sebastian Redl2012-03-201-0/+28
* Fix the other place where C++98 work for initializer lists was necessary.Sebastian Redl2012-03-201-0/+4
* Fix crash when querying the CFG reported when using the thread safety analysisTed Kremenek2012-03-191-0/+13
* Add the missing compatibility warning for braced initializers as default argu...Sebastian Redl2012-03-181-1/+2
* Diagnose tag and class template declarations with qualifiedDouglas Gregor2012-03-171-1/+2
* Suppress macro expansion of NULL in NULL warnings.David Blaikie2012-03-161-0/+12
* Skip through transparent contexts when deciding where to add a friend function.Nick Lewycky2012-03-161-0/+8
* Support deducing template arguments from nested initializer lists. PR12119.Sebastian Redl2012-03-151-0/+13
* Provide the specific target type in the -Wnull-conversion warning.David Blaikie2012-03-151-4/+8
* Reapply r152745 (reverted in 152765) now that compiler-rt is fixed.David Blaikie2012-03-152-2/+6
* Revert r152745 as it's breaking the internal buildbots.Chad Rosier2012-03-152-6/+2