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
/
SemaNamedCast.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename file in preparation of properly implementing C-style casts in C++.
Sebastian Redl
2009-07-18
1
-932
/
+0
*
Per offline discussion with Steve Naroff, add back Type::getAsXXXType() methods
Ted Kremenek
2009-07-17
1
-18
/
+18
*
Replaced Type::getAsLValueReferenceType(), Type::getAsRValueReferenceType(), ...
Ted Kremenek
2009-07-17
1
-10
/
+10
*
Replace Type::getAsReferenceType() with Type::getAs<ReferenceType>().
Ted Kremenek
2009-07-17
1
-2
/
+2
*
Add member template 'Type::getAs<T>', which converts a Type* to a respective T*.
Ted Kremenek
2009-07-16
1
-6
/
+6
*
Reflow some comments.
Mike Stump
2009-05-16
1
-3
/
+3
*
Implement C++0x nullptr.
Sebastian Redl
2009-05-10
1
-3
/
+17
*
Replace more release+static_cast with takeAs.
Anders Carlsson
2009-05-01
1
-1
/
+1
*
Fix a few isObjectTypes that really need to be isIncompleteOrObject
Douglas Gregor
2009-03-24
1
-1
/
+1
*
Implement static_cast from lvalue to rvalue reference.
Sebastian Redl
2009-03-22
1
-0
/
+39
*
Almost complete implementation of rvalue references. One bug, and a few uncle...
Sebastian Redl
2009-03-16
1
-7
/
+25
*
Convert a bunch of actions to smart pointers, and also bring PrintParserCallb...
Sebastian Redl
2009-03-15
1
-12
/
+13
*
Rename DiagnoseIncompleteType to RequireCompleteType, and update the document...
Douglas Gregor
2009-03-09
1
-2
/
+2
*
Eliminate CXXRecordType
Douglas Gregor
2009-02-28
1
-1
/
+1
*
Overhaul of Stmt allocation:
Ted Kremenek
2009-02-07
1
-8
/
+8
*
move library-specific diagnostic headers into library private dirs. Reduce
Chris Lattner
2009-01-29
1
-1
/
+0
*
Implement pointer to member handling in static_cast.
Sebastian Redl
2009-01-28
1
-2
/
+65
*
Add handling of member pointers to reinterpret_cast.
Sebastian Redl
2009-01-27
1
-15
/
+40
*
Split the single monolithic DiagnosticKinds.def file into one
Chris Lattner
2009-01-27
1
-1
/
+1
*
Add support for member pointers to const_cast.
Sebastian Redl
2009-01-26
1
-2
/
+6
*
Centralize error reporting of improper uses of incomplete types in the
Douglas Gregor
2009-01-19
1
-8
/
+6
*
Delay semantic analysis of the C++ names casts when the subexpression is type...
Douglas Gregor
2008-12-17
1
-4
/
+12
*
Change a whole lot of diagnostics to take QualType's directly
Chris Lattner
2008-11-24
1
-40
/
+25
*
remove another old-school Diag method.
Chris Lattner
2008-11-20
1
-5
/
+6
*
start converting Sema over to using its canonical Diag method.
Chris Lattner
2008-11-18
1
-58
/
+63
*
Move named cast helpers out of Sema, as Chris requested. This requirse making...
Sebastian Redl
2008-11-08
1
-103
/
+146
*
Greatly improve static_cast diagnostics
Sebastian Redl
2008-11-07
1
-62
/
+109
*
Sema-check virtual declarations. Complete dynamic_cast checking.
Sebastian Redl
2008-11-06
1
-1
/
+6
*
Improve assert messages.
Sebastian Redl
2008-11-05
1
-2
/
+2
*
Move named cast sema functions to their own file.
Sebastian Redl
2008-11-05
1
-0
/
+677