Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
523d46af407f32fc53861e6f068e8076d4fe84a8
/
lib
/
Sema
/
SemaInit.h
523d46a
In C++98/03, when binding a reference to an rvalue of
by Douglas Gregor
· 15 years ago
d6e44a3
Collapse the three separate initialization paths in
by Douglas Gregor
· 15 years ago
6bb8017
Propagate the "found declaration" (i.e. the using declaration instead of
by John McCall
· 15 years ago
b70cf44
Switch semantic analysis of the conditional operator from using
by Douglas Gregor
· 15 years ago
9aa472c
Remember the "found declaration" for an overload candidate, which is the
by John McCall
· 15 years ago
b13b737
Access checking for implicit user-defined conversions.
by John McCall
· 16 years ago
9db7dbb
Rework base and member initialization in constructors, with several
by Douglas Gregor
· 16 years ago
de4b1d8
Fix reference binding of const lvalue references to bit-fields, which
by Douglas Gregor
· 16 years ago
a729bbb
Fix the EntityKind order so that all entity kinds that can be copied (using copy constructors) come first. Also, fix a bug where EK_New was left out of the err_init_conversion_failed diagnostic (It is now reported as 'new value'). Please review Doug :)
by Anders Carlsson
· 16 years ago
d3d824d
Separate EK_ArrayOrVectorElement into EK_ArrayElement and EK_VectorElement; arrays and vectors are pretty different beasts in C++. Doug, please review/comment.
by Anders Carlsson
· 16 years ago
6e790ab
Allow the first parameter of operator new to be a cv-qualified
by Douglas Gregor
· 16 years ago
a188ff2
Switch parameter-passing for calls via function pointers (where we
by Douglas Gregor
· 16 years ago
d6542d8
Switch InitializedEntity from TypeLoc down to just QualTypes, since we don't use the location information but we did spend a bunch of time building faked-up TypeLocs
by Douglas Gregor
· 16 years ago
cfdc81a
Initialization improvements: addition of string initialization and a few
by Eli Friedman
· 16 years ago
7abfbdb
Switch more of Sema::CheckInitializerTypes over to
by Douglas Gregor
· 16 years ago
18ef5e2
Switch the initialization required by return statements over to the
by Douglas Gregor
· 16 years ago
cb57fb9
Eliminate Sema::CheckValueInitialization; its callers now use
by Douglas Gregor
· 16 years ago
99a2e60
Switch the C++ new expression over to InitializationSequence, rather
by Douglas Gregor
· 16 years ago
71d1740
Implement value initialization in InitializationSequence; untested
by Douglas Gregor
· 16 years ago
a6ca650
Minor cleanups for constructor initialization in InitializationSequence
by Douglas Gregor
· 16 years ago
51c56d6
Constructor initialization for InitializationSequence. Untested WIP.
by Douglas Gregor
· 16 years ago
4a520a2
Implement user-defined conversions in InitializationSequence. WPI that
by Douglas Gregor
· 16 years ago
0398101
Fix a recent regression from the initialization changes.
by Eli Friedman
· 16 years ago
d87b61f
Move initialization via initializer list over to InitializationSequences.
by Douglas Gregor
· 16 years ago
20093b4
Reimplement reference initialization (C++ [dcl.init.ref]) using the
by Douglas Gregor
· 16 years ago
802ab45
Improve source location information for C++ member initializers in a
by Douglas Gregor
· 16 years ago