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
/
SemaTemplate
/
instantiate-declref.cpp
Age
Commit message (
Expand
)
Author
2012-04-17
Implement DR1330 in C++11 mode, to support libstdc++4.7 which uses it.
Richard Smith
2010-08-17
Implicit decl ref expressions might not have name locations; don't silently
John McCall
2010-03-31
Improve diagnostics when an elaborated-type-specifer containing a
Douglas Gregor
2010-02-06
Teach Sema how to instantiate a local function declaration properly. Fixes
John McCall
2009-12-15
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-11-04
When performing template instantiation (transformation) of
Douglas Gregor
2009-05-29
Follow-on test case for template instantiation of interesting DeclGroups
Douglas Gregor
2009-05-29
Now that we have declared/defined tag types within DeclGroups,
Douglas Gregor
2009-05-28
Introduced DeclContext::isDependentContext, which determines whether a
Douglas Gregor
2009-05-27
Reimplement much of the way that we track nested classes in the
Douglas Gregor
2009-05-27
Simplify, and improve the performance of, template instantiation for
Douglas Gregor
2009-05-27
Add some more tests for instantiation of declaration references. Also,
Douglas Gregor
2009-05-27
Enumeration declarations that were instantiated from an enumeration
Douglas Gregor
2009-05-27
Improve name lookup for and template instantiation of declaration
Douglas Gregor