Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
b5fbb8931466eeab70a30a27a8d5f385472305a1
/
test
/
SemaCXX
/
nullptr.cpp
abea951
Add -fcxx-exceptions to all tests that use C++ exceptions.
by Anders Carlsson
· 14 years ago
e41721e
Pass -fexceptions to all tests that use try/catch/throw.
by Anders Carlsson
· 14 years ago
7ef9324
Fix a missed case in the NULL operand to conditional operator diagnostics.
by Chandler Carruth
· 14 years ago
82214a8
Initial steps to improve diagnostics when there is a NULL and
by Chandler Carruth
· 14 years ago
6242599
Don't warn when matching %p to nullptr.
by Anders Carlsson
· 14 years ago
343e6ff
Expressions of type std::nullptr_t can be used as sentinels.
by Anders Carlsson
· 14 years ago
c8df0b6
Implement [over.ics.rank]p4: A conversion that does not convert an std::nullptr_t to bool is better than one than does.
by Anders Carlsson
· 14 years ago
0c8209e
It's OK to use nullptr in relational operators if the other side is a null pointer constant.
by Anders Carlsson
· 14 years ago
c79f767
tests: Use -ffreestanding when including stdint.h, to avoid platform dependencies.
by Daniel Dunbar
· 14 years ago
cfdc81a
Initialization improvements: addition of string initialization and a few
by Eli Friedman
· 15 years ago
a572887
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
by Daniel Dunbar
· 15 years ago
6e8ed16
Implement C++0x nullptr.
by Sebastian Redl
· 16 years ago