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
/
SemaCXX
/
using-directive.cpp
Age
Commit message (
Expand
)
Author
2010-11-10
Diagnose attempst to template using declarations and using directives.
John McCall
2010-06-29
Allow a using directive to refer to the implicitly-defined namespace
Douglas Gregor
2009-12-15
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-12-08
When performing unqualified name lookup in C++, don't look directly
Douglas Gregor
2009-11-23
Let using directives refer to namespace aliases. Fixes PR5479.
Sebastian Redl
2009-11-18
Resolve this FIXME: unelaborated lookups are ambiguous, too.
John McCall
2009-11-18
Overhaul previous-declaration and overload checking to work on lookup results
John McCall
2009-06-20
Parsing and AST support for using declarations, from John Thompson!
Douglas Gregor
2009-04-13
Make the selection of type declarations in Sema::getTypeName
Douglas Gregor
2009-04-07
XFAIL a failing test
Douglas Gregor
2009-04-01
Make parsing a semantic analysis a little more robust following Sema
Douglas Gregor
2009-03-24
Rename clang to clang-cc.
Daniel Dunbar
2009-02-08
Make the test cases failing due to exact diagnostic matching XFAIL.
Sebastian Redl
2009-02-05
Improvements and fixes for name lookup with using directives, from Piotr Rak!
Douglas Gregor
2009-02-03
Remove a fixed FIXME
Douglas Gregor
2009-02-03
When looking for a tag name via unqualified name lookup, only look in
Douglas Gregor
2009-02-03
Semantic analysis, ASTs, and unqualified name lookup support for C++
Douglas Gregor