index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
CXX
/
basic
Age
Commit message (
Expand
)
Author
2009-11-10
Simple test case for [basic.lookup.udir].
John McCall
2009-11-03
Switch XFAIL format to match LLVM.
Daniel Dunbar
2009-10-10
Qualified lookup through using declarations. Diagnose a new type of ambiguity.
John McCall
2009-09-22
Spell clang-cc correctly.
Daniel Dunbar
2009-09-15
When implicitly declaring operators new, new[], delete, and delete[],
Douglas Gregor
2009-09-11
Track a class template specialization's point of instantiation separately
John McCall
2009-09-11
Support elaborated dependent types and diagnose tag mismatches.
John McCall
2009-09-04
Correctly handle elaborated template ids. Still not handled properly for fri...
John McCall
2009-08-11
Argument-dependent lookup for friend declarations. Add a new decl type,
John McCall
2009-08-06
First pass at friend semantics.
John McCall
2009-07-25
Semantic checking for main().
John McCall
2009-07-08
Fix a corner case with argument-dependent lookup and overloaded function sets.
Douglas Gregor
2009-07-08
Improve argument-dependent lookup to find associated classes and
Douglas Gregor
2009-06-30
When recursively instantiating function templates, keep track of the
Douglas Gregor
2009-06-23
New test for when the subexpressions within a typeid are potentially evaluate...
Douglas Gregor
2009-06-17
Implement correct name lookup inside an initializer of a C++ class static dat...
Argyrios Kyrtzidis
2009-06-15
More [basic.lookup.unqual] tests.
Daniel Dunbar
2009-06-15
Test for [basic.lookup.unqual]p3
Daniel Dunbar