summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/test/clang-tidy/modernize-use-nullptr.cpp
Commit message (Expand)AuthorAgeFilesLines
* [clang-tidy] Make 'modernize-use-nullptr' check ignores NULL marcos used in o...Haojian Wu2016-03-111-0/+10
* [clang-tidy] Fix an assertion failure in `modernize-use-nullptr` check.Haojian Wu2016-02-261-0/+12
* Remove unreachable that was reached in modernize-use-nullptr.Angel Garcia Gomez2015-11-021-0/+11
* Switch check_clang_tidy to argparse and add a -resource-dir argument.Manuel Klimek2015-10-221-1/+1
* Add %check_clang_tidy and %clang_tidy_diff.Manuel Klimek2015-10-221-1/+1
* Fix bug in modernize-use-nullptr.Angel Garcia Gomez2015-10-051-0/+9
* [clang-tidy] Use a python script instead of a shell script to run clang-tidy ...Alexander Kornienko2015-08-201-2/+1
* [clang-tidy] Add back a test with a custom NULL macro. Remove redundant default.Alexander Kornienko2015-08-201-0/+8
* [clang-tidy] Add modernize-use-nullptr check, attempt 2.Alexander Kornienko2015-08-191-0/+170
* Revert "[clang-tidy] Add use-nullptr check to clang-tidy."Justin Bogner2015-08-191-178/+0
* [clang-tidy] Add use-nullptr check to clang-tidy.Alexander Kornienko2015-08-191-0/+178
OpenPOWER on IntegriCloud