index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
SemaCXX
/
qualified-id-lookup.cpp
Age
Commit message (
Expand
)
Author
2012-06-06
Allow CorrectTypo to add/modify nested name qualifiers to typos that
Kaelyn Uhrain
2012-04-03
Remove more redundant lookups. Add a new "all_lookups_iterator" which provides
Nick Lewycky
2010-09-08
Use the new-initialization code for initializing scalars with a
Douglas Gregor
2010-04-23
When parsing a cast-expression that starts with a scope annotation,
Douglas Gregor
2010-03-10
When pretty-printing tag types, only print the tag if we're in C (and
John McCall
2009-12-15
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-12-02
Recognize that EnumConstantDecls can be found by lookup and are not instance
John McCall
2009-03-24
Rename clang to clang-cc.
Daniel Dunbar
2009-02-06
Diagnose attempts to define a namespace member out-of-line when no
Douglas Gregor
2009-01-19
Centralize error reporting of improper uses of incomplete types in the
Douglas Gregor
2009-01-17
Teach DeclContext how to find the primary declaration for any TagDecl
Douglas Gregor
2009-01-14
Refactor name lookup.
Douglas Gregor
2009-01-13
Fix argument-passing bugs in a call to object
Douglas Gregor
2009-01-07
Fix PR clang/3291
Douglas Gregor
2009-01-06
Add QualifiedDeclRefExpr, which retains additional source-location
Douglas Gregor
2009-01-05
Introduce support for "transparent" DeclContexts, which are
Douglas Gregor
2009-01-05
Fix a bug where we'd try to look beyond the current cached tokens when
Chris Lattner
2009-01-05
add a testcase
Chris Lattner
2008-12-11
Unifies the name-lookup mechanisms used in various parts of the AST
Douglas Gregor