summaryrefslogtreecommitdiffstats
path: root/clang/test/CXX/basic
Commit message (Expand)AuthorAgeFilesLines
* Fix test.Anders Carlsson2009-12-131-1/+1
* More improvements to checking allocation and deallocation functions.Anders Carlsson2009-12-131-0/+32
* Correctly diagnose [basic.stc.dynamic.allocation]p1Anders Carlsson2009-12-121-0/+12
* Improve diagnostics for malformed delete operator function declarations.Anders Carlsson2009-12-111-0/+11
* Use a more rigorous definition of 'class member'. I don't have any evidenceJohn McCall2009-12-021-0/+20
* Implement the rules in C++ [basic.link] and C99 6.2.2 for computingDouglas Gregor2009-11-251-0/+11
* Tweak expected error message, although we still fail this testDouglas Gregor2009-11-251-1/+1
* Improve on diagnosing type mismatches because of Fariborz Jahanian2009-11-181-3/+3
* Simple test case for [basic.lookup.udir].John McCall2009-11-101-0/+35
* Switch XFAIL format to match LLVM.Daniel Dunbar2009-11-032-2/+2
* Qualified lookup through using declarations. Diagnose a new type of ambiguity.John McCall2009-10-104-0/+166
* Spell clang-cc correctly.Daniel Dunbar2009-09-221-1/+1
* When implicitly declaring operators new, new[], delete, and delete[],Douglas Gregor2009-09-152-0/+32
* Track a class template specialization's point of instantiation separatelyJohn McCall2009-09-111-4/+2
* Support elaborated dependent types and diagnose tag mismatches.John McCall2009-09-111-1/+3
* Correctly handle elaborated template ids. Still not handled properly for fri...John McCall2009-09-041-0/+18
* Argument-dependent lookup for friend declarations. Add a new decl type,John McCall2009-08-111-0/+42
* First pass at friend semantics.John McCall2009-08-061-3/+1
* Semantic checking for main().John McCall2009-07-257-0/+39
* Fix a corner case with argument-dependent lookup and overloaded function sets.Douglas Gregor2009-07-081-0/+11
* Improve argument-dependent lookup to find associated classes andDouglas Gregor2009-07-082-0/+89
* When recursively instantiating function templates, keep track of theDouglas Gregor2009-06-301-1/+1
* New test for when the subexpressions within a typeid are potentially evaluate...Douglas Gregor2009-06-231-0/+36
* Implement correct name lookup inside an initializer of a C++ class static dat...Argyrios Kyrtzidis2009-06-171-1/+0
* More [basic.lookup.unqual] tests.Daniel Dunbar2009-06-155-0/+62
* Test for [basic.lookup.unqual]p3Daniel Dunbar2009-06-151-0/+26
OpenPOWER on IntegriCloud