Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
b53c784cf6cef2673c481879b44edb3eede8bc2e
/
lib
/
Sema
/
IdentifierResolver.h
b53c784
Make the default constructor of IdentifierResolver::iterator public.
by Argyrios Kyrtzidis
· 17 years ago
90eb539
Unify ctx_iterator/ctx_begin()/ctx_end() and iterator/begin()/end() so that a single iterator type is used for both traversing decls of the same declaration context *and* of the parent declaration contexts, depending on the value of the bool parameter 'LookInParentCtx' that is passed to IdentifierResolver::begin().
by Argyrios Kyrtzidis
· 17 years ago
32a5ba0
'Educate' IdentifierResolver about the declaration context of CXXFieldDecls.
by Argyrios Kyrtzidis
· 17 years ago
3d0d83a
Comments fix.
by Argyrios Kyrtzidis
· 17 years ago
e29f0a4
Change CRLF line endings to LF.
by Argyrios Kyrtzidis
· 17 years ago
00bc645
-Implement proper name lookup for namespaces.
by Argyrios Kyrtzidis
· 17 years ago
7bc198f
Move IdDeclInfoMap class in an anonymous namespace. Suggestion by Chris Lattner.
by Argyrios Kyrtzidis
· 17 years ago
2ce52f3
Introduce support for finding class and enum names via ordinary name lookup in C++
by Douglas Gregor
· 17 years ago
321f278
Fixed comments.
by Argyrios Kyrtzidis
· 17 years ago
a2f42b1
two new files for previous patch, by Argiris Kirtzidis
by Chris Lattner
· 17 years ago