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
/
nullptr.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add a few more tests for casts.
Eli Friedman
2013-06-20
1
-0
/
+3
*
PR15132: Replace "address expression must be an lvalue or a function
Richard Smith
2013-02-02
1
-1
/
+1
*
Implement final piece of DR963 and also DR587:
Richard Smith
2012-08-08
1
-1
/
+3
*
Convert ad-hoc `int array[expr ? -1 : 1]' assertions
Dmitri Gribenko
2012-02-15
1
-24
/
+24
*
constexpr: evaluation support for nullptr comparisons.
Richard Smith
2012-02-14
1
-3
/
+14
*
Pending clear answer from WG21 on whether core issue 903 is intended to apply to
Richard Smith
2012-02-14
1
-0
/
+11
*
Update all tests other than Driver/std.cpp to use -std=c++11 rather than
Richard Smith
2011-10-13
1
-1
/
+1
*
Audit and finish the implementation of C++0x nullptr, fixing two
Douglas Gregor
2011-05-21
1
-0
/
+57
*
Add -fcxx-exceptions to all tests that use C++ exceptions.
Anders Carlsson
2011-02-28
1
-1
/
+1
*
Pass -fexceptions to all tests that use try/catch/throw.
Anders Carlsson
2011-02-19
1
-1
/
+1
*
Fix a missed case in the NULL operand to conditional operator
Chandler Carruth
2011-02-19
1
-1
/
+1
*
Initial steps to improve diagnostics when there is a NULL and
Chandler Carruth
2011-02-18
1
-0
/
+2
*
Don't warn when matching %p to nullptr.
Anders Carlsson
2010-11-06
1
-0
/
+9
*
Expressions of type std::nullptr_t can be used as sentinels.
Anders Carlsson
2010-11-05
1
-0
/
+9
*
Implement [over.ics.rank]p4: A conversion that does not convert an std::nullp...
Anders Carlsson
2010-11-05
1
-2
/
+17
*
It's OK to use nullptr in relational operators if the other side is a null po...
Anders Carlsson
2010-11-04
1
-0
/
+4
*
tests: Use -ffreestanding when including stdint.h, to avoid platform dependen...
Daniel Dunbar
2010-09-07
1
-1
/
+1
*
Initialization improvements: addition of string initialization and a few
Eli Friedman
2009-12-19
1
-1
/
+1
*
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-12-15
1
-1
/
+1
*
Implement C++0x nullptr.
Sebastian Redl
2009-05-10
1
-0
/
+67