summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/test/clang-tidy/modernize-use-nullptr.c
Commit message (Collapse)AuthorAgeFilesLines
* Reapplying r246209, which exposed language options to the checkers. This ↵Aaron Ballman2015-08-281-0/+10
| | | | | | time disable UseNullptrCheck when not compiling in C++ mode, but still allow in C++11 mode since it's likely the user wishes to modernize their code. llvm-svn: 246298
* Reverting r246209 while I investigate a build bot failure: ↵Aaron Ballman2015-08-271-10/+0
| | | | | | http://lab.llvm.org:8011/builders/clang-x86_64-debian-fast/builds/30516 llvm-svn: 246224
* Expose language options to the checkers; disable UseNullptrCheck when not ↵Aaron Ballman2015-08-271-0/+10
compiling in C++11 mode. llvm-svn: 246209
OpenPOWER on IntegriCloud