summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clang-tidy/modernize/UseNullptrCheck.cpp
Commit message (Expand)AuthorAgeFilesLines
* NFC: Fix trivial typos in commentsKazuaki Ishizaki2020-01-041-1/+1
* Remove \brief commands from doxygen comments.Dmitri Gribenko2019-08-221-9/+9
* Simplify with llvm::is_contained. NFCFangrui Song2019-07-131-5/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Port getLocEnd -> getEndLocStephen Kelly2018-08-091-1/+1
* Port getLocStart -> getBeginLocStephen Kelly2018-08-091-5/+5
* Fix up after clang r331155.Richard Smith2018-04-301-2/+2
* [clang-tidy] Kill marco. No functionality change.Benjamin Kramer2018-02-021-3/+3
* [clang-tidy] Fix modernize-use-nullptr only warns the first NULL argument.Haojian Wu2017-06-291-1/+1
* [clang-tidy] Fix a false positive in modernize-use-nullptr.Haojian Wu2017-06-231-5/+7
* [clang-tidy] Ignore substituted template types in modernize-use-nullptr check.Haojian Wu2017-03-061-0/+1
* [clang-tidy] Fix a false positive on modernize-use-nullptr check.Haojian Wu2017-02-281-1/+3
* modernize-use-auto NFC fixesPiotr Padlewski2016-12-141-2/+2
* [clang-tools-extra] Format sources with clang-format. NFC.Mandeep Singh Grang2016-11-081-2/+1
* [clang-tidy] Fix a regression issue introduced by r285239.Haojian Wu2016-11-071-0/+8
* [clang-tidy] Lift common matchers to utils namespaceEtienne Bergeron2016-05-171-15/+2
* [clang-tidy] Make 'modernize-use-nullptr' check ignores NULL marcos used in o...Haojian Wu2016-03-111-0/+6
* [clang-tidy] Make 'modernize-use-nullptr' check work on multiple nested impli...Haojian Wu2016-03-041-1/+1
* [clang-tidy] Fix an assertion failure in `modernize-use-nullptr` check.Haojian Wu2016-02-261-1/+1
* Remove unreachable that was reached in modernize-use-nullptr.Angel Garcia Gomez2015-11-021-5/+7
* Fix bug in modernize-use-nullptr.Angel Garcia Gomez2015-10-051-7/+24
* Reapplying r246209, which exposed language options to the checkers. This time...Aaron Ballman2015-08-281-1/+5
* Reverting r246209 while I investigate a build bot failure: http://lab.llvm.or...Aaron Ballman2015-08-271-3/+1
* Expose language options to the checkers; disable UseNullptrCheck when not com...Aaron Ballman2015-08-271-1/+3
* Test commit!Angel Garcia Gomez2015-08-211-0/+1
* [clang-tidy] Fold the meat of the UseNullPtrCheck into an anonymous namespace.Benjamin Kramer2015-08-201-0/+2
* [clang-tidy] Add back a test with a custom NULL macro. Remove redundant default.Alexander Kornienko2015-08-201-1/+1
* [clang-tidy] Fix use-after-free in UseNullptrCheck.Alexander Kornienko2015-08-191-6/+4
* [clang-tidy] Work around failure in Darwin.Alexander Kornienko2015-08-191-1/+1
* [clang-tidy] Add modernize-use-nullptr check, attempt 2.Alexander Kornienko2015-08-191-0/+471
* Revert "[clang-tidy] Add use-nullptr check to clang-tidy."Justin Bogner2015-08-191-472/+0
* [clang-tidy] Fix a bug in UseNullptrCheck.Alexander Kornienko2015-08-191-3/+3
* [clang-tidy] Add use-nullptr check to clang-tidy.Alexander Kornienko2015-08-191-0/+472
OpenPOWER on IntegriCloud