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
/
SemaInherit.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refactor the code that walks a C++ inheritance hierarchy, searching
Douglas Gregor
2009-10-06
1
-247
/
+0
*
Remove tabs, and whitespace cleanups.
Mike Stump
2009-09-09
1
-13
/
+12
*
Add a member lookup criteria constructor for searching for overridden virtual...
Anders Carlsson
2009-05-30
1
-1
/
+7
*
Make the LookupBase boolean an enum instead.
Anders Carlsson
2009-05-29
1
-5
/
+12
*
Use an iterator type for found_decls_begin/found_decls_end.
Anders Carlsson
2009-05-13
1
-2
/
+3
*
Make parsing a semantic analysis a little more robust following Sema
Douglas Gregor
2009-04-01
1
-1
/
+15
*
Revert Sebastian's rvalue patch (r67870) since it caused test failures in
Anders Carlsson
2009-03-28
1
-1
/
+1
*
Implement access checking for protected base classes.
Anders Carlsson
2009-03-28
1
-1
/
+1
*
Add a Class field to the base path element structure. This holds the record d...
Anders Carlsson
2009-03-27
1
-0
/
+3
*
Eliminate CXXRecordType
Douglas Gregor
2009-02-28
1
-3
/
+2
*
Implement dereferencing of pointers-to-member.
Sebastian Redl
2009-02-07
1
-1
/
+1
*
Eliminated LookupCriteria, whose creation was causing a bottleneck for
Douglas Gregor
2009-01-30
1
-5
/
+5
*
Improve diagnostics for ambiguous name lookup results
Douglas Gregor
2009-01-16
1
-0
/
+8
*
Initial implementation of member name lookup
Douglas Gregor
2009-01-15
1
-3
/
+48
*
Implement semantic checking of static_cast and dynamic_cast.
Sebastian Redl
2008-10-31
1
-4
/
+25
*
First non-embarrassing cut at checking for ambiguous derived-to-base
Douglas Gregor
2008-10-24
1
-0
/
+144