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.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refactor the code that walks a C++ inheritance hierarchy, searching
Douglas Gregor
2009-10-06
1
-353
/
+0
*
Refactor the representation of qualifiers to bring ExtQualType out of the
John McCall
2009-09-24
1
-1
/
+1
*
When performing name lookup within a class template or class template
Douglas Gregor
2009-09-11
1
-3
/
+6
*
Remove tabs, and whitespace cleanups.
Mike Stump
2009-09-09
1
-20
/
+20
*
Canonicalize else.
Mike Stump
2009-08-04
1
-7
/
+7
*
Change uses of:
Ted Kremenek
2009-07-29
1
-3
/
+3
*
Per offline discussion with Steve Naroff, add back Type::getAsXXXType() methods
Ted Kremenek
2009-07-17
1
-3
/
+3
*
Replaced Type::getAsLValueReferenceType(), Type::getAsRValueReferenceType(), ...
Ted Kremenek
2009-07-17
1
-3
/
+3
*
De-ASTContext-ify DeclContext.
Argyrios Kyrtzidis
2009-06-30
1
-2
/
+2
*
Fix PR4365.
Anders Carlsson
2009-06-12
1
-0
/
+6
*
Replace a cast with a dyn_cast as suggested by Doug.
Anders Carlsson
2009-05-30
1
-7
/
+8
*
Add a member lookup criteria constructor for searching for overridden virtual...
Anders Carlsson
2009-05-30
1
-0
/
+16
*
Make the LookupBase boolean an enum instead.
Anders Carlsson
2009-05-29
1
-2
/
+5
*
Use an iterator type for found_decls_begin/found_decls_end.
Anders Carlsson
2009-05-13
1
-2
/
+2
*
Add a new, more advanced CheckDerivedToBaseConversion that takes custom diagn...
Anders Carlsson
2009-05-13
1
-5
/
+19
*
Propagate the ASTContext to various AST traversal and lookup functions.
Douglas Gregor
2009-04-09
1
-1
/
+1
*
Make parsing a semantic analysis a little more robust following Sema
Douglas Gregor
2009-04-01
1
-0
/
+28
*
Add a Class field to the base path element structure. This holds the record d...
Anders Carlsson
2009-03-27
1
-0
/
+1
*
Add a stubbed out CheckBaseClassAccess method.
Anders Carlsson
2009-03-27
1
-4
/
+6
*
Add SemaAccess.cpp
Anders Carlsson
2009-03-27
1
-2
/
+1
*
Eliminate CXXRecordType
Douglas Gregor
2009-02-28
1
-2
/
+2
*
Move CheckPointerToMemberOperands to SemaExprCXX.cpp
Sebastian Redl
2009-02-07
1
-1
/
+1
*
Eliminated LookupCriteria, whose creation was causing a bottleneck for
Douglas Gregor
2009-01-30
1
-1
/
+2
*
move library-specific diagnostic headers into library private dirs. Reduce
Chris Lattner
2009-01-29
1
-1
/
+0
*
Implement pointer to member handling in static_cast.
Sebastian Redl
2009-01-28
1
-5
/
+4
*
Split the single monolithic DiagnosticKinds.def file into one
Chris Lattner
2009-01-27
1
-1
/
+1
*
Improve diagnostics for ambiguous name lookup results
Douglas Gregor
2009-01-16
1
-5
/
+25
*
Initial implementation of member name lookup
Douglas Gregor
2009-01-15
1
-61
/
+111
*
Change a whole lot of diagnostics to take QualType's directly
Chris Lattner
2008-11-24
1
-1
/
+1
*
start converting Sema over to using its canonical Diag method.
Chris Lattner
2008-11-18
1
-2
/
+2
*
Implement semantic checking of static_cast and dynamic_cast.
Sebastian Redl
2008-10-31
1
-4
/
+19
*
Implement initialization of a reference (C++ [dcl.init.ref]) as part
Douglas Gregor
2008-10-29
1
-14
/
+13
*
Some cleanups for the ambiguous derived-to-base conversion checks
Douglas Gregor
2008-10-24
1
-42
/
+40
*
First non-embarrassing cut at checking for ambiguous derived-to-base
Douglas Gregor
2008-10-24
1
-6
/
+151
*
Clean up and document the representation of C++ base classes
Douglas Gregor
2008-10-23
1
-2
/
+2
*
Add support for conversions from a pointer-to-derived to a
Douglas Gregor
2008-10-23
1
-0
/
+54