Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
clang
/
0027d2bb24db629a33a71d04a5fb90a14c15a680
/
test
/
Parser
/
cxx-template-decl.cpp
cb821d0
Downgrade the "declaration does not declare anything" error to a
by Douglas Gregor
· 15 years ago
1df0ee9
Teach C++ name lookup that it's okay to look in a scope without a
by Douglas Gregor
· 15 years ago
a572887
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
by Daniel Dunbar
· 15 years ago
a75a92d
Remove unnecessary -fms-extensions=0 from tests (this command line syntax is going away).
by Daniel Dunbar
· 15 years ago
51ffb0c
Implement support for default template arguments of function templates.
by Douglas Gregor
· 15 years ago
2cc782f
Improve diagnostics when parsing something like
by Douglas Gregor
· 15 years ago
b3eca29
Disabling some MS extensions which cause these tests to fail
by John Thompson
· 15 years ago
f6b1185
Improve checking for specializations of member classes of class
by Douglas Gregor
· 15 years ago
d5a423b
WIP implementation of explicit instantiation of function templates,
by Douglas Gregor
· 15 years ago
1eb4433
Remove tabs, and whitespace cleanups.
by Mike Stump
· 15 years ago
7cdbc58
Implement support for out-of-line definitions of the class members of class
by Douglas Gregor
· 15 years ago
dfe3f2d
Implement parsing and semantic analysis for out-of-line definitions of static
by Douglas Gregor
· 15 years ago
e53060f
Improved semantic analysis and AST respresentation for function templates.
by Douglas Gregor
· 15 years ago
52591bf
Make sure that the template parameter lists get from the parser down to ActOnFunctionDeclarator for function template definitions
by Douglas Gregor
· 15 years ago
c19ee3e
Diagnose class members that shadow a template parameter. Fixes
by Douglas Gregor
· 15 years ago
6409625
Parse typeof-specifier the same way as sizeof/alignof are parsed.
by Argyrios Kyrtzidis
· 15 years ago
1426e53
Refactor the parsing of declarations so that template declarations can
by Douglas Gregor
· 15 years ago
d7d5f02
Rename clang to clang-cc.
by Daniel Dunbar
· 16 years ago
4310f4e
Make "implicit int" an error in C++ (unless we're allowing Microsoft
by Douglas Gregor
· 16 years ago
d684b00
Implement parsing, semantic analysis and ASTs for default template
by Douglas Gregor
· 16 years ago
aaba5e3
Basic representation of C++ class templates, from Andrew Sutton.
by Douglas Gregor
· 16 years ago
a4ed0d8
Diagnose declarations that don't declare anything, and fix PR3020.
by Sebastian Redl
· 16 years ago
c4b4e7b
Keep track of template arguments when we parse them. Right now, we don't actually do anything with the template arguments, but they'll be used to create template declarations
by Douglas Gregor
· 16 years ago
72c3f31
Representation of template type parameters and non-type template
by Douglas Gregor
· 16 years ago
26236e8
A little more scaffolding for parsing templates:
by Douglas Gregor
· 16 years ago
adcac88
Basic support for parsing templates, from Andrew Sutton
by Douglas Gregor
· 16 years ago