summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaCXX/nullptr.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add a few more tests for casts.Eli Friedman2013-06-201-0/+3
* PR15132: Replace "address expression must be an lvalue or a functionRichard Smith2013-02-021-1/+1
* Implement final piece of DR963 and also DR587:Richard Smith2012-08-081-1/+3
* Convert ad-hoc `int array[expr ? -1 : 1]' assertionsDmitri Gribenko2012-02-151-24/+24
* constexpr: evaluation support for nullptr comparisons.Richard Smith2012-02-141-3/+14
* Pending clear answer from WG21 on whether core issue 903 is intended to apply toRichard Smith2012-02-141-0/+11
* Update all tests other than Driver/std.cpp to use -std=c++11 rather thanRichard Smith2011-10-131-1/+1
* Audit and finish the implementation of C++0x nullptr, fixing twoDouglas Gregor2011-05-211-0/+57
* Add -fcxx-exceptions to all tests that use C++ exceptions.Anders Carlsson2011-02-281-1/+1
* Pass -fexceptions to all tests that use try/catch/throw.Anders Carlsson2011-02-191-1/+1
* Fix a missed case in the NULL operand to conditional operatorChandler Carruth2011-02-191-1/+1
* Initial steps to improve diagnostics when there is a NULL andChandler Carruth2011-02-181-0/+2
* Don't warn when matching %p to nullptr.Anders Carlsson2010-11-061-0/+9
* Expressions of type std::nullptr_t can be used as sentinels.Anders Carlsson2010-11-051-0/+9
* Implement [over.ics.rank]p4: A conversion that does not convert an std::nullp...Anders Carlsson2010-11-051-2/+17
* It's OK to use nullptr in relational operators if the other side is a null po...Anders Carlsson2010-11-041-0/+4
* tests: Use -ffreestanding when including stdint.h, to avoid platform dependen...Daniel Dunbar2010-09-071-1/+1
* Initialization improvements: addition of string initialization and a fewEli Friedman2009-12-191-1/+1
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Implement C++0x nullptr.Sebastian Redl2009-05-101-0/+67
OpenPOWER on IntegriCloud