Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
47b9a1ca55e61e37f5a368740e29de190345acc6
/
lib
/
Sema
/
SemaCXXScopeSpec.cpp
47b9a1c
Some name-lookup-related fixes, from Piotr Rak!
by Douglas Gregor
· 16 years ago
4c921ae
Eliminated LookupCriteria, whose creation was causing a bottleneck for
by Douglas Gregor
· 16 years ago
500d329
move library-specific diagnostic headers into library private dirs. Reduce
by Chris Lattner
· 16 years ago
20c6b3b
Split the single monolithic DiagnosticKinds.def file into one
by Chris Lattner
· 16 years ago
f30208a
Add support for declaring pointers to members.
by Sebastian Redl
· 16 years ago
eb11cd0
Refactor name lookup.
by Douglas Gregor
· 16 years ago
72de667
Unify the code for defining tags in C and C++, so that we always
by Douglas Gregor
· 16 years ago
0701bbb
This is a large/messy diff that unifies the ObjC AST's with DeclContext.
by Steve Naroff
· 16 years ago
72b505b
Delay parsing of default arguments of member functions until the class
by Douglas Gregor
· 16 years ago
3dde5a3
Partial fix for qualified name lookup, such that the lookup of N in
by Douglas Gregor
· 16 years ago
0a59acb
Make name lookup when we're inside a declarator's scope, such as ClassName::func, work with the new unqualified name lookup code. Test it with default arguments in out-of-line member definitions
by Douglas Gregor
· 16 years ago
e267ff3
Address some comments on the name lookup/DeclContext patch from Chris
by Douglas Gregor
· 16 years ago
44b4321
Unifies the name-lookup mechanisms used in various parts of the AST
by Douglas Gregor
· 16 years ago
3c73c41
stop calling II::getName() unnecesarily in sema
by Chris Lattner
· 16 years ago
2def483
Updated IdentifierResolver to deal with DeclarationNames. The names of
by Douglas Gregor
· 16 years ago
ef6e647
Implement Sema support for C++ nested-name-specifiers.
by Argyrios Kyrtzidis
· 16 years ago