summaryrefslogtreecommitdiff
path: root/test/SemaCXX
Commit message (Expand)AuthorAgeFilesLines
* For a C++ delete expression where the operand is of class type thatDouglas Gregor2009-09-091-0/+18
* Improve handling of initialization by constructor, by ensuring thatDouglas Gregor2009-09-091-3/+3
* Remove tabs, and whitespace cleanups.Mike Stump2009-09-0914-95/+83
* Allow a declaration of an array to complete a prior, incompleteDouglas Gregor2009-09-091-0/+18
* Handle variadic constructors better. Share code between BuildCXXConstructExpr...Anders Carlsson2009-09-081-1/+13
* Check that the destination type of a static_cast expression is a complete type.Anders Carlsson2009-09-071-0/+13
* If a destructor is referenced or a pseudo-destructor expression isDouglas Gregor2009-09-041-0/+6
* Implement AST, semantics, and CodeGen for C++ pseudo-destructorDouglas Gregor2009-09-041-2/+23
* Introduce an egregious hack to fix PR4828.Douglas Gregor2009-09-041-0/+7
* Improve template instantiation for member access expressions thatDouglas Gregor2009-09-031-9/+17
* Issue diagnostics in variety of situations involvingFariborz Jahanian2009-09-031-0/+22
* Improved handling for dependent, qualified member access expressions, e.g.,Douglas Gregor2009-09-031-13/+10
* Rewrite of our handling of name lookup in C++ member access expressions, e.g.,Douglas Gregor2009-09-022-7/+36
* Ensure that the tag decls of friend decls aren't added to the friending class'sJohn McCall2009-09-021-0/+10
* Move C++ test over to CodeGenCXX, since it requires CodeGen to reproduceDouglas Gregor2009-09-011-22/+0
* Support explicit C++ member operator syntax, from James Porter!Douglas Gregor2009-08-312-0/+50
* More missing member goodness.Anders Carlsson2009-08-301-0/+10
* Improve missing error messages as suggested by Doug.Anders Carlsson2009-08-301-9/+9
* Use DiagnoseMissingMember for UsingDecls.Anders Carlsson2009-08-301-0/+6
* Improve diagnostics for missing members. This renames the err_typecheck_no_me...Anders Carlsson2009-08-301-0/+20
* Fix a couple issues with parsing invalid nested-name-specifiers.Eli Friedman2009-08-291-0/+12
* CreateDeclRefExprs that point to UnresolvedUsingDecls.Anders Carlsson2009-08-291-0/+6
* Add another check for UnresolvedUsingDecl.Anders Carlsson2009-08-291-0/+8
* Make sure we actually found a redeclaration before complaining about attribut...Douglas Gregor2009-08-281-0/+9
* Check for UnresolvedUsingDecl when determining if a declaration is a redeclar...Anders Carlsson2009-08-281-0/+6
* Fix this for real.Anders Carlsson2009-08-281-1/+1
* Allow explicit ctors for casts.Anders Carlsson2009-08-281-0/+6
* When doing overload resolution, expressions that are value dependent but not ...Anders Carlsson2009-08-281-0/+13
* Instantiate unresolved using declarations.Anders Carlsson2009-08-281-0/+16
* When looking for overloaded member operators, make sure to instantiateDouglas Gregor2009-08-271-0/+4
* Extend the exception spec test even further. Now I need to implement this.Sebastian Redl2009-08-271-0/+44
* Don't create a junk file in the source directory.Eli Friedman2009-08-271-1/+1
* Add a BuildCXXTemporaryObjectExpr and use it so default arguments will be ins...Anders Carlsson2009-08-271-0/+11
* More support for pseudo dtors.Anders Carlsson2009-08-261-0/+13
* Fix for overloaded binary operators whose operands need implicitDouglas Gregor2009-08-261-0/+22
* Handle the implicit 'this' parameter for format attributes.Anders Carlsson2009-08-251-0/+8
* Skip transparent contexts when performing C++ name lookupDouglas Gregor2009-08-241-0/+8
* Implement support for equality comparisons (!=, ==) of memberDouglas Gregor2009-08-244-3/+49
* Top-level semicolons are allowed in C++0x. Fixes PR4755.Douglas Gregor2009-08-242-1/+1
* Implement __is_empty. Patch by Sean Hunt.Eli Friedman2009-08-151-8/+56
* getFunctionLevelDeclContext needs to get the previous DeclContext if EnterDec...Anders Carlsson2009-08-081-0/+10
* Make sure to diagnose use of declarations in the case where we create an impl...Anders Carlsson2009-08-081-0/+16
* After reporting ill-formed copy constructor(12.8.p3)Fariborz Jahanian2009-08-061-0/+13
* Support nested-name-specifiers for C++ member access expressions, e.g.,Douglas Gregor2009-08-061-0/+106
* Ok, ok, I give in. Fix tests for unused result warning.Daniel Dunbar2009-08-011-1/+1
* Fixed test.Fariborz Jahanian2009-07-291-1/+1
* Some refactoring of member access forFariborz Jahanian2009-07-291-0/+16
* Check for identical types in C++ catch expression. Patch by Erik Verbruggen.Sebastian Redl2009-07-291-0/+14
* Make functional-style casts emit correct messages, and fix a crash-on-invalid.Sebastian Redl2009-07-291-1/+293
* Add two more tests.Anders Carlsson2009-07-281-0/+13