Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
22afaccd9ab77d46106e94c47907d955a014ae3f
/
lib
/
AST
/
TemplateName.cpp
b8989f2
Change operator<< for raw_ostream and NamedDecl to take a reference instead of a pointer.
by Benjamin Kramer
· 13 years ago
5f9e272
remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.h imports
by Chris Lattner
· 14 years ago
561f812
Introduce the notion of instantiation dependence into Clang's AST. A
by Douglas Gregor
· 14 years ago
1460604
Preserve that a TemplateName was arrived at by substituting
by John McCall
· 14 years ago
6cd9d4a
Teach Sema::ActOnCXXNestedNameSpecifier and Sema::CheckTemplateIdType
by Douglas Gregor
· 14 years ago
1aee05d
Introduce a new kind of TemplateName that captures a substituted
by Douglas Gregor
· 14 years ago
d093722
Variadic templates: extend Type, NestedNameSpecifier, TemplateName,
by Douglas Gregor
· 14 years ago
6b54151
Fix C++ PCH issues.
by Argyrios Kyrtzidis
· 14 years ago
90b715e
Initial support for writing templates to PCH.
by Argyrios Kyrtzidis
· 15 years ago
900fc63
Add raw_ostream operators to NamedDecl for convenience. Switch over all users of getNameAsString on a stream.
by Benjamin Kramer
· 15 years ago
db88d8a
When a template (without arguments) is passed as a template type
by Jeffrey Yasskin
· 15 years ago
0bd6feb
Push overloaded function templates through the parser using a totally different
by John McCall
· 15 years ago
ca1bdd7
Implement support for parsing dependent template-ids that refer to
by Douglas Gregor
· 15 years ago
1eb4433
Remove tabs, and whitespace cleanups.
by Mike Stump
· 15 years ago
3b6afbb
Initial stab at implement dependent member references to member
by Douglas Gregor
· 15 years ago
d99cbe6
[llvm up]
by Douglas Gregor
· 16 years ago
e4f2142
Key decisions about 'bool' vs '_Bool' to be based on a new flag in langoptions.
by Chris Lattner
· 16 years ago
d249e1d1f
Create a new PrintingPolicy class, which we pass down through the AST
by Douglas Gregor
· 16 years ago
c960ee3
add TemplateName.cpp/h to the xcode project, minor tidying.
by Chris Lattner
· 16 years ago
1734317
Parsing, semantic analysis, and template instantiation for typename
by Douglas Gregor
· 16 years ago
9bde773
Some cleanup and renaming. No functionality change
by Douglas Gregor
· 16 years ago
de650ae
Implement template instantiation for template names, including both
by Douglas Gregor
· 16 years ago
7532dc6
Improve the representation of template names in the AST. This
by Douglas Gregor
· 16 years ago