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
/
SemaCXXScopeSpec.cpp
Age
Commit message (
Expand
)
Author
2009-02-25
Implement parsing of nested-name-specifiers that involve template-ids, e.g.,
Douglas Gregor
2009-02-14
Add svn:eol-style=native to some files
Cedric Venet
2009-02-04
Some name-lookup-related fixes, from Piotr Rak!
Douglas Gregor
2009-01-30
Eliminated LookupCriteria, whose creation was causing a bottleneck for
Douglas Gregor
2009-01-29
move library-specific diagnostic headers into library private dirs. Reduce
Chris Lattner
2009-01-27
Split the single monolithic DiagnosticKinds.def file into one
Chris Lattner
2009-01-24
Add support for declaring pointers to members.
Sebastian Redl
2009-01-14
Refactor name lookup.
Douglas Gregor
2009-01-08
Unify the code for defining tags in C and C++, so that we always
Douglas Gregor
2009-01-08
This is a large/messy diff that unifies the ObjC AST's with DeclContext.
Steve Naroff
2008-12-16
Delay parsing of default arguments of member functions until the class
Douglas Gregor
2008-12-16
Partial fix for qualified name lookup, such that the lookup of N in
Douglas Gregor
2008-12-16
Make name lookup when we're inside a declarator's scope, such as ClassName::f...
Douglas Gregor
2008-12-11
Address some comments on the name lookup/DeclContext patch from Chris
Douglas Gregor
2008-12-11
Unifies the name-lookup mechanisms used in various parts of the AST
Douglas Gregor
2008-11-19
stop calling II::getName() unnecesarily in sema
Chris Lattner
2008-11-17
Updated IdentifierResolver to deal with DeclarationNames. The names of
Douglas Gregor
2008-11-08
Implement Sema support for C++ nested-name-specifiers.
Argyrios Kyrtzidis