summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaCXX/warn_false_to_pointer.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Don't warn with -Wbool-conversions if the user wrote an explicit cast like ↵Argyrios Kyrtzidis2010-09-281-0/+1
| | | | | | | | "(void *)false". Fixes rdar://8459342. llvm-svn: 114955
* Implement a warning when converting the literal 'false' to aDouglas Gregor2010-06-081-0/+9
pointer. Original patch by Troy D. Straszheim; fixes PR7283. llvm-svn: 105621
OpenPOWER on IntegriCloud