Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
7bdcc4a9da8ccbafb15872083f551366cdaf3b51
/
clang
/
test
/
SemaCXX
/
nullptr.cpp
7bde8587
Convert ad-hoc `int array[expr ? -1 : 1]' assertions
by Dmitri Gribenko
· 14 years ago
ab44d9b
constexpr: evaluation support for nullptr comparisons.
by Richard Smith
· 14 years ago
98a0a49
Pending clear answer from WG21 on whether core issue 903 is intended to apply to
by Richard Smith
· 14 years ago
9ca5c42
Update all tests other than Driver/std.cpp to use -std=c++11 rather than
by Richard Smith
· 14 years ago
80af313
Audit and finish the implementation of C++0x nullptr, fixing two
by Douglas Gregor
· 14 years ago
6774b1f
Add -fcxx-exceptions to all tests that use C++ exceptions.
by Anders Carlsson
· 15 years ago
479d6f5
Pass -fexceptions to all tests that use try/catch/throw.
by Anders Carlsson
· 15 years ago
9c9127e
Fix a missed case in the NULL operand to conditional operator diagnostics.
by Chandler Carruth
· 15 years ago
a8bea4b
Initial steps to improve diagnostics when there is a NULL and
by Chandler Carruth
· 15 years ago
3fd5031
Don't warn when matching %p to nullptr.
by Anders Carlsson
· 15 years ago
e981a8c
Expressions of type std::nullptr_t can be used as sentinels.
by Anders Carlsson
· 15 years ago
7da7cc5
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
· 15 years ago
a95069c
It's OK to use nullptr in relational operators if the other side is a null pointer constant.
by Anders Carlsson
· 15 years ago
53c9ac3
tests: Use -ffreestanding when including stdint.h, to avoid platform dependencies.
by Daniel Dunbar
· 15 years ago
7827520
Initialization improvements: addition of string initialization and a few
by Eli Friedman
· 16 years ago
8fbe78f
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
by Daniel Dunbar
· 16 years ago
576fd42
Implement C++0x nullptr.
by Sebastian Redl
· 16 years ago