index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
test
/
SemaTemplate
/
instantiate-declref.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implement DR1330 in C++11 mode, to support libstdc++4.7 which uses it.
Richard Smith
2012-04-17
1
-0
/
+10
*
Implicit decl ref expressions might not have name locations; don't silently
John McCall
2010-08-17
1
-0
/
+10
*
Improve diagnostics when an elaborated-type-specifer containing a
Douglas Gregor
2010-03-31
1
-1
/
+1
*
Teach Sema how to instantiate a local function declaration properly. Fixes
John McCall
2010-02-06
1
-0
/
+8
*
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-12-15
1
-1
/
+1
*
When performing template instantiation (transformation) of
Douglas Gregor
2009-11-04
1
-0
/
+18
*
Follow-on test case for template instantiation of interesting DeclGroups
Douglas Gregor
2009-05-29
1
-0
/
+3
*
Now that we have declared/defined tag types within DeclGroups,
Douglas Gregor
2009-05-29
1
-4
/
+12
*
Introduced DeclContext::isDependentContext, which determines whether a
Douglas Gregor
2009-05-28
1
-1
/
+0
*
Reimplement much of the way that we track nested classes in the
Douglas Gregor
2009-05-27
1
-0
/
+21
*
Simplify, and improve the performance of, template instantiation for
Douglas Gregor
2009-05-27
1
-0
/
+3
*
Add some more tests for instantiation of declaration references. Also,
Douglas Gregor
2009-05-27
1
-1
/
+12
*
Enumeration declarations that were instantiated from an enumeration
Douglas Gregor
2009-05-27
1
-2
/
+1
*
Improve name lookup for and template instantiation of declaration
Douglas Gregor
2009-05-27
1
-0
/
+27