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
/
test
/
SemaCXX
/
conversion-function.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Improve our handling of user-defined conversions as part of overload
Douglas Gregor
2010-04-17
1
-1
/
+27
*
Diagnose declarations of conversion functions with declarators other than '()'.
John McCall
2010-04-13
1
-0
/
+11
*
Improve source-location information for C++ conversion functions, by
Douglas Gregor
2010-04-12
1
-0
/
+34
*
When pretty-printing tag types, only print the tag if we're in C (and
John McCall
2010-03-10
1
-5
/
+5
*
Improve the diagnostics used to report implicitly-generated class members
John McCall
2010-01-06
1
-2
/
+2
*
Switch more of Sema::CheckInitializerTypes over to
Douglas Gregor
2009-12-19
1
-4
/
+4
*
Switch the initialization required by return statements over to the
Douglas Gregor
2009-12-18
1
-2
/
+12
*
Introduce a centralized routine in Sema for diagnosing failed lookups (when
John McCall
2009-12-16
1
-1
/
+1
*
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-12-15
1
-1
/
+1
*
When performing copy initialization (= "implicit conversion", here) to
Douglas Gregor
2009-11-13
1
-1
/
+29
*
Issue a good diagnostics when attempt to select
Fariborz Jahanian
2009-09-15
1
-3
/
+3
*
Used visible conversion function api to do overload
Fariborz Jahanian
2009-09-14
1
-0
/
+18
*
Perform the C++ specific semantic checks of a function declaration after it's...
Anders Carlsson
2009-09-13
1
-0
/
+11
*
change a couple more c++ sema methods to be based on isinvalid bits.
Chris Lattner
2009-04-25
1
-2
/
+5
*
Fix a crash bug when comparing overload quality of conversion operators with ...
Sebastian Redl
2009-04-16
1
-0
/
+11
*
Rename clang to clang-cc.
Daniel Dunbar
2009-03-24
1
-1
/
+1
*
Fix our semantic analysis of
Douglas Gregor
2009-02-04
1
-1
/
+1
*
Make all the 'redefinition' diagnostics more consistent, and make the
Chris Lattner
2008-11-23
1
-2
/
+2
*
As threatened previously: consolidate name lookup and the creation of
Douglas Gregor
2008-11-18
1
-1
/
+1
*
Eliminate all of the placeholder identifiers used for constructors,
Douglas Gregor
2008-11-17
1
-0
/
+2
*
Updated IdentifierResolver to deal with DeclarationNames. The names of
Douglas Gregor
2008-11-17
1
-0
/
+8
*
Parsing, ASTs, and semantic analysis for the declaration of conversion
Douglas Gregor
2008-11-07
1
-0
/
+42