summaryrefslogtreecommitdiff
path: root/test/SemaCXX/__null.cpp
Commit message (Expand)AuthorAgeFilesLines
* Reapply r152745 (reverted in 152765) now that compiler-rt is fixed.David Blaikie2012-03-151-2/+2
* Revert r152745 as it's breaking the internal buildbots.Chad Rosier2012-03-151-2/+2
* Provide -Wnull-conversion separately from -Wconversion.David Blaikie2012-03-141-2/+2
* Initial steps to improve diagnostics when there is a NULL andChandler Carruth2011-02-181-0/+7
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-2/+2
* Eliminate &&s in tests.Daniel Dunbar2009-11-081-1/+1
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-2/+2
* Add codegen support for __nullAnders Carlsson2008-12-211-0/+3
* Make sure __null test runs in both 32- and 64-bit. Thanks AndersDouglas Gregor2008-12-011-1/+2
* Add the test for __nullDouglas Gregor2008-12-011-0/+10