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
/
SemaInit.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
In C++98/03, when binding a reference to an rvalue of
Douglas Gregor
2010-04-18
1
-2
/
+21
*
Collapse the three separate initialization paths in
Douglas Gregor
2010-04-16
1
-0
/
+4
*
Propagate the "found declaration" (i.e. the using declaration instead of
John McCall
2010-03-30
1
-1
/
+2
*
Switch semantic analysis of the conditional operator from using
Douglas Gregor
2010-03-26
1
-0
/
+7
*
Remember the "found declaration" for an overload candidate, which is the
John McCall
2010-03-19
1
-2
/
+5
*
Access checking for implicit user-defined conversions.
John McCall
2010-02-01
1
-2
/
+10
*
Rework base and member initialization in constructors, with several
Douglas Gregor
2010-01-31
1
-3
/
+8
*
Fix reference binding of const lvalue references to bit-fields, which
Douglas Gregor
2010-01-29
1
-0
/
+12
*
Fix the EntityKind order so that all entity kinds that can be copied (using c...
Anders Carlsson
2010-01-23
1
-5
/
+5
*
Separate EK_ArrayOrVectorElement into EK_ArrayElement and EK_VectorElement; a...
Anders Carlsson
2010-01-23
1
-3
/
+6
*
Allow the first parameter of operator new to be a cv-qualified
Douglas Gregor
2009-12-22
1
-1
/
+1
*
Switch parameter-passing for calls via function pointers (where we
Douglas Gregor
2009-12-22
1
-2
/
+9
*
Switch InitializedEntity from TypeLoc down to just QualTypes, since we don't ...
Douglas Gregor
2009-12-22
1
-33
/
+20
*
Initialization improvements: addition of string initialization and a few
Eli Friedman
2009-12-19
1
-2
/
+10
*
Switch more of Sema::CheckInitializerTypes over to
Douglas Gregor
2009-12-19
1
-1
/
+5
*
Switch the initialization required by return statements over to the
Douglas Gregor
2009-12-18
1
-5
/
+26
*
Eliminate Sema::CheckValueInitialization; its callers now use
Douglas Gregor
2009-12-16
1
-14
/
+59
*
Switch the C++ new expression over to InitializationSequence, rather
Douglas Gregor
2009-12-16
1
-4
/
+15
*
Implement value initialization in InitializationSequence; untested
Douglas Gregor
2009-12-15
1
-4
/
+15
*
Minor cleanups for constructor initialization in InitializationSequence
Douglas Gregor
2009-12-14
1
-1
/
+1
*
Constructor initialization for InitializationSequence. Untested WIP.
Douglas Gregor
2009-12-14
1
-2
/
+13
*
Implement user-defined conversions in InitializationSequence. WPI that
Douglas Gregor
2009-12-14
1
-1
/
+6
*
Fix a recent regression from the initialization changes.
Eli Friedman
2009-12-11
1
-1
/
+1
*
Move initialization via initializer list over to InitializationSequences.
Douglas Gregor
2009-12-10
1
-6
/
+28
*
Reimplement reference initialization (C++ [dcl.init.ref]) using the
Douglas Gregor
2009-12-09
1
-0
/
+530
*
Improve source location information for C++ member initializers in a
Douglas Gregor
2009-12-02
1
-0
/
+0