summaryrefslogtreecommitdiff
path: root/test/SemaCXX/__null.cpp
AgeCommit message (Expand)Author
2012-03-15Reapply r152745 (reverted in 152765) now that compiler-rt is fixed.David Blaikie
2012-03-15Revert r152745 as it's breaking the internal buildbots.Chad Rosier
2012-03-14Provide -Wnull-conversion separately from -Wconversion.David Blaikie
2011-02-18Initial steps to improve diagnostics when there is a NULL andChandler Carruth
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-11-08Eliminate &&s in tests.Daniel Dunbar
2009-03-24Rename clang to clang-cc.Daniel Dunbar
2008-12-21Add codegen support for __nullAnders Carlsson
2008-12-01Make sure __null test runs in both 32- and 64-bit. Thanks AndersDouglas Gregor
2008-12-01Add the test for __nullDouglas Gregor