index
:
delta/clang.git
baserock/flang
google/stable
google/testing
master
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
release_34
release_35
release_35@215011
release_36
release_37
release_38
release_39
release_40
release_50
release_60
release_70
release_80
release_90
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
llvm.org: Obsolete (use llvm)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
SemaTemplate
/
class-template-decl.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[NFC] Explicitly add -std=c++14 option to tests that rely on the C++14 default
Nemanja Ivanovic
2019-02-05
1
-1
/
+1
*
Switch to gnu++14 as the default dialect.
Tim Northover
2017-12-09
1
-2
/
+1
*
Add a note that points to the linkage specifier for the C++ linkage errors
Alex Lorenz
2016-11-02
1
-3
/
+3
*
Test for diagnostic quality improvement in r256049.
Richard Smith
2015-12-19
1
-0
/
+7
*
Sema: Recover when a function template is in an extern "C" block
David Majnemer
2015-01-15
1
-0
/
+6
*
C++1y is now C++14!
Aaron Ballman
2014-08-19
1
-1
/
+1
*
Sema: Reject templates in all extern "C" contexts.
Benjamin Kramer
2014-02-02
1
-0
/
+7
*
Started implementing variable templates. Top level declarations should be ful...
Larisse Voufo
2013-08-06
1
-1
/
+3
*
Fix test failure.
Richard Smith
2012-04-21
1
-3
/
+3
*
When declaring a template, check that the context doesn't already contain a
Richard Smith
2012-04-21
1
-0
/
+43
*
Replace r155185 with a better fix, which also addresses PR12557. When looking
Richard Smith
2012-04-20
1
-10
/
+0
*
Fix a bug which creduce found reducing PR12585.
Richard Smith
2012-04-20
1
-0
/
+9
*
Drastically simplify the mapping from the declaration corresponding to
Douglas Gregor
2011-11-07
1
-0
/
+20
*
Revert r143551. It is causing g++.dg/template/crash52.C test failure.
Devang Patel
2011-11-04
1
-20
/
+0
*
Drastically simplify the mapping from the declaration corresponding to
Douglas Gregor
2011-11-02
1
-0
/
+20
*
When performing name lookup for the previous declaration of a field,
Douglas Gregor
2011-10-21
1
-0
/
+1
*
PR10359: Template declarations which define classes are not permitted to also...
Richard Smith
2011-07-14
1
-1
/
+1
*
Don't lose track of previous-declarations when instantiating a class template.
Nick Lewycky
2010-11-08
1
-0
/
+18
*
Fix a crash-on-invalid involving name lookup of tag names, where we
Douglas Gregor
2010-04-12
1
-0
/
+5
*
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-12-15
1
-1
/
+1
*
Be a little more careful when trying to extract a TypeDecl from a enum/class/...
Douglas Gregor
2009-11-05
1
-0
/
+2
*
De-FIXME a test
Douglas Gregor
2009-11-05
1
-5
/
+1
*
Robustify a bunch of C++-related declaration actions.
Douglas Gregor
2009-06-22
1
-0
/
+6
*
One can use "class" and "struct" interchangeably to refer to a class
Douglas Gregor
2009-05-03
1
-4
/
+1
*
Rename clang to clang-cc.
Daniel Dunbar
2009-03-24
1
-1
/
+1
*
Fix a long standard problem with clang retaining "too much" sugar
Chris Lattner
2009-02-19
1
-1
/
+1
*
Semantic checking for class template declarations and
Douglas Gregor
2009-02-06
1
-0
/
+52