index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Sema
/
IdentifierResolver.h
Age
Commit message (
Expand
)
Author
2009-09-09
Remove tabs, and whitespace cleanups.
Mike Stump
2009-04-21
Lazy deserialization of the declaration chains associated with
Douglas Gregor
2009-03-02
Rework the way we find locally-scoped external declarations when we
Douglas Gregor
2009-02-17
Now that ObjC decls have DeclContexts too, remove an ugly hack from Identifie...
Argyrios Kyrtzidis
2009-01-30
Eliminated LookupCriteria, whose creation was causing a bottleneck for
Douglas Gregor
2009-01-20
Remove ScopedDecl, collapsing all of its functionality into Decl, so
Douglas Gregor
2009-01-14
Refactor name lookup.
Douglas Gregor
2009-01-05
Introduce support for "transparent" DeclContexts, which are
Douglas Gregor
2008-12-23
Don't push OverloadedFunctionDecls onto the chain of declarations
Douglas Gregor
2008-12-11
Unifies the name-lookup mechanisms used in various parts of the AST
Douglas Gregor
2008-12-05
Rename: FindContext -> FindDeclVisibleInContext.
Zhongxing Xu
2008-11-17
Updated IdentifierResolver to deal with DeclarationNames. The names of
Douglas Gregor
2008-11-11
Implement C++ 'typeid' parsing and sema.
Sebastian Redl
2008-09-09
Make IdentifierResolver::isDeclInScope regard declarations of a parent 'contr...
Argyrios Kyrtzidis
2008-09-09
Add a LangOptions member to IdentifierResolver.
Argyrios Kyrtzidis
2008-09-09
IdentifierResolver cleanup. Make some methods out-of-line.
Argyrios Kyrtzidis
2008-08-01
Make the default constructor of IdentifierResolver::iterator public.
Argyrios Kyrtzidis
2008-07-17
Unify ctx_iterator/ctx_begin()/ctx_end() and iterator/begin()/end() so that a...
Argyrios Kyrtzidis
2008-06-24
'Educate' IdentifierResolver about the declaration context of CXXFieldDecls.
Argyrios Kyrtzidis
2008-05-15
Comments fix.
Argyrios Kyrtzidis
2008-05-14
Change CRLF line endings to LF.
Argyrios Kyrtzidis
2008-05-09
-Implement proper name lookup for namespaces.
Argyrios Kyrtzidis
2008-04-14
Move IdDeclInfoMap class in an anonymous namespace. Suggestion by Chris Lattner.
Argyrios Kyrtzidis
2008-04-13
Introduce support for finding class and enum names via ordinary name lookup i...
Douglas Gregor
2008-04-12
Fixed comments.
Argyrios Kyrtzidis
2008-04-11
two new files for previous patch, by Argiris Kirtzidis
Chris Lattner