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