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
/
lib
/
Sema
/
Lookup.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Improve access control diagnostics. Perform access control on member-pointer
John McCall
2010-02-10
1
-1
/
+1
*
Handle redeclarations found by ADL deterministically and reasonably.
John McCall
2010-01-26
1
-0
/
+38
*
Preserve access bits through overload resolution much better. Some
John McCall
2010-01-26
1
-0
/
+4
*
Implement elementary access control.
John McCall
2010-01-23
1
-0
/
+36
*
First pass at collecting access-specifier information along inheritance paths.
John McCall
2010-01-20
1
-2
/
+8
*
Give UnresolvedSet the ability to store access specifiers for each declaration.
John McCall
2010-01-20
1
-35
/
+27
*
When performing qualified name lookup into the current instantiation,
Douglas Gregor
2010-01-15
1
-3
/
+22
*
Switch the remaining code completions over to LookupVisibleDecls,
Douglas Gregor
2010-01-14
1
-1
/
+5
*
Typo correction for type names when they appear in declarations, e.g., given
Douglas Gregor
2009-12-30
1
-0
/
+29
*
Pull Sema::isAcceptableLookupResult into SemaLookup. Extract the criteria into
John McCall
2009-12-18
1
-14
/
+25
*
r90313, in which OverloadedFunctionDecl is removed and never spoken of again.
John McCall
2009-12-02
1
-3
/
+2
*
Rip out the last remaining implicit use of OverloadedFunctionDecl in Sema:
John McCall
2009-12-02
1
-14
/
+0
*
Eliminate the use of OverloadedFunctionDecl in member expressions.
John McCall
2009-11-30
1
-0
/
+4
*
Rip out TemplateIdRefExpr and make UnresolvedLookupExpr and
John McCall
2009-11-24
1
-4
/
+9
*
Fix LookupResult's sanity-check to handle shadow decls.
John McCall
2009-11-22
1
-1
/
+2
*
Consider a FunctionTemplate to be an overload all on its lonesome. Track
John McCall
2009-11-22
1
-4
/
+18
*
"Incremental" progress on using expressions, by which I mean totally ripping
John McCall
2009-11-21
1
-0
/
+6
*
Overhaul previous-declaration and overload checking to work on lookup results
John McCall
2009-11-18
1
-1
/
+85
*
Split LookupResult into its own header.
John McCall
2009-11-18
1
-0
/
+392