summaryrefslogtreecommitdiff
path: root/clang/test/CodeGenCXX/nullptr.cpp
AgeCommit message (Expand)Author
2025-04-28[CodeGen] Fix handling of nullptr in initializers (#137364)Alexander Kornienko
2024-07-16[clang][Interp] Allow ltor casts for null pointersTimm Bäder
2022-10-06[CodeGenCXX] Convert some tests to opaque pointers (NFC)Nikita Popov
2022-04-07[OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC)Nikita Popov
2020-02-11CWG1423: don't permit implicit conversion of nullptr_t to bool.Richard Smith
2019-06-14PR23833, DR2140: an lvalue-to-rvalue conversion on a glvalue of typeRichard Smith
2019-06-14Revert 363295, it caused PR42276. Also revert follow-ups 363337, 363340.Nico Weber
2019-06-13PR23833, DR2140: an lvalue-to-rvalue conversion on a glvalue of typeRichard Smith
2018-11-03Revert r345562: "PR23833, DR2140: an lvalue-to-rvalue conversion on a glvalue...Richard Smith
2018-10-30PR23833, DR2140: an lvalue-to-rvalue conversion on a glvalue of typeRichard Smith
2011-10-13Update all tests other than Driver/std.cpp to use -std=c++11 rather thanRichard Smith
2010-12-21add missing newlines at end of file.Chris Lattner
2010-11-04Pass a -I flag when compiling nullptr.cpp so the typeinfo header can be found...Anders Carlsson
2010-11-04std::nullptr_t is a fundamental type for RTTI purposes.Anders Carlsson
2010-03-07Perform overload resolution when static_cast'ing from aDouglas Gregor
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-09-15Codegen support for nullptr from C++0x.Anders Carlsson