Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
89bc314c6ddf3b851ccf68bc34d3f1b5927a10f6
/
lib
/
Sema
/
SemaNamedCast.cpp
e9146f2
Replace more release+static_cast with takeAs.
by Anders Carlsson
· 16 years ago
8dcb29d
Fix a few isObjectTypes that really need to be isIncompleteOrObject
by Douglas Gregor
· 16 years ago
157be83
Implement static_cast from lvalue to rvalue reference.
by Sebastian Redl
· 16 years ago
7c80bd6
Almost complete implementation of rvalue references. One bug, and a few unclear areas. Maybe Doug can shed some light on some of the fixmes.
by Sebastian Redl
· 16 years ago
f53597f
Convert a bunch of actions to smart pointers, and also bring PrintParserCallbacks a bit more in line with reality.
by Sebastian Redl
· 16 years ago
86447ec
Rename DiagnoseIncompleteType to RequireCompleteType, and update the documentation to reflect the fact that we can instantiate templates here
by Douglas Gregor
· 16 years ago
c1efaec
Eliminate CXXRecordType
by Douglas Gregor
· 16 years ago
8189cde
Overhaul of Stmt allocation:
by Ted Kremenek
· 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
db64728
Add handling of member pointers to reinterpret_cast.
by Sebastian Redl
· 16 years ago
20c6b3b
Split the single monolithic DiagnosticKinds.def file into one
by Chris Lattner
· 16 years ago
f20269b
Add support for member pointers to const_cast.
by Sebastian Redl
· 16 years ago
4ec339f
Centralize error reporting of improper uses of incomplete types in the
by Douglas Gregor
· 16 years ago
9103bb2
Delay semantic analysis of the C++ names casts when the subexpression is type-dependent or the destination type is dependent.
by Douglas Gregor
· 16 years ago
d162584
Change a whole lot of diagnostics to take QualType's directly
by Chris Lattner
· 16 years ago
d3a94e2
remove another old-school Diag method.
by Chris Lattner
· 16 years ago
c9c7c4e
start converting Sema over to using its canonical Diag method.
by Chris Lattner
· 16 years ago
37d6de3
Move named cast helpers out of Sema, as Chris requested. This requirse making a few functions public that weren't before.
by Sebastian Redl
· 16 years ago
e3dc28a
Greatly improve static_cast diagnostics
by Sebastian Redl
· 16 years ago
d93f0dd
Sema-check virtual declarations. Complete dynamic_cast checking.
by Sebastian Redl
· 16 years ago
03a6cf9
Improve assert messages.
by Sebastian Redl
· 16 years ago
26d85b1
Move named cast sema functions to their own file.
by Sebastian Redl
· 16 years ago