Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
84f2170062014d268951902164bed0d8bdea0e82
/
lib
/
Sema
/
SemaInherit.cpp
6ab3524
Propagate the ASTContext to various AST traversal and lookup functions.
by Douglas Gregor
· 16 years ago
31a19b6
Make parsing a semantic analysis a little more robust following Sema
by Douglas Gregor
· 16 years ago
77bd57c
Add a Class field to the base path element structure. This holds the record decl of the class taht the base is a base of.
by Anders Carlsson
· 16 years ago
29f006b
Add a stubbed out CheckBaseClassAccess method.
by Anders Carlsson
· 16 years ago
60d6b0d
Add SemaAccess.cpp
by Anders Carlsson
· 16 years ago
c1efaec
Eliminate CXXRecordType
by Douglas Gregor
· 16 years ago
7c8bd60
Move CheckPointerToMemberOperands to SemaExprCXX.cpp
by Sebastian Redl
· 16 years ago
4c921ae
Eliminated LookupCriteria, whose creation was causing a bottleneck for
by Douglas Gregor
· 16 years ago
500d329
move library-specific diagnostic headers into library private dirs. Reduce
by Chris Lattner
· 16 years ago
21593ac
Implement pointer to member handling in static_cast.
by Sebastian Redl
· 16 years ago
20c6b3b
Split the single monolithic DiagnosticKinds.def file into one
by Chris Lattner
· 16 years ago
4dc6b1c
Improve diagnostics for ambiguous name lookup results
by Douglas Gregor
· 16 years ago
7176fff
Initial implementation of member name lookup
by Douglas Gregor
· 16 years ago
d162584
Change a whole lot of diagnostics to take QualType's directly
by Chris Lattner
· 16 years ago
c9c7c4e
start converting Sema over to using its canonical Diag method.
by Chris Lattner
· 16 years ago
0777972
Implement semantic checking of static_cast and dynamic_cast.
by Sebastian Redl
· 16 years ago
27c8dc0
Implement initialization of a reference (C++ [dcl.init.ref]) as part
by Douglas Gregor
· 16 years ago
0575d4a
Some cleanups for the ambiguous derived-to-base conversion checks
by Douglas Gregor
· 16 years ago
94b1dd2
First non-embarrassing cut at checking for ambiguous derived-to-base
by Douglas Gregor
· 16 years ago
57c856b
Clean up and document the representation of C++ base classes
by Douglas Gregor
· 16 years ago
bc0805a
Add support for conversions from a pointer-to-derived to a
by Douglas Gregor
· 16 years ago