aboutsummaryrefslogtreecommitdiff
path: root/clang-tidy/modernize/UseNullptrCheck.cpp
AgeCommit message (Expand)Author
2018-08-09Port getLocEnd -> getEndLocStephen Kelly
2018-08-09Port getLocStart -> getBeginLocStephen Kelly
2018-04-30Fix up after clang r331155.Richard Smith
2018-02-02[clang-tidy] Kill marco. No functionality change.Benjamin Kramer
2017-06-29[clang-tidy] Fix modernize-use-nullptr only warns the first NULL argument.Haojian Wu
2017-06-23[clang-tidy] Fix a false positive in modernize-use-nullptr.Haojian Wu
2017-03-06[clang-tidy] Ignore substituted template types in modernize-use-nullptr check.Haojian Wu
2017-02-28[clang-tidy] Fix a false positive on modernize-use-nullptr check.Haojian Wu
2016-12-14modernize-use-auto NFC fixesPiotr Padlewski
2016-11-08[clang-tools-extra] Format sources with clang-format. NFC.Mandeep Singh Grang
2016-11-07[clang-tidy] Fix a regression issue introduced by r285239.Haojian Wu
2016-05-17[clang-tidy] Lift common matchers to utils namespaceEtienne Bergeron
2016-03-11[clang-tidy] Make 'modernize-use-nullptr' check ignores NULL marcos used in o...Haojian Wu
2016-03-04[clang-tidy] Make 'modernize-use-nullptr' check work on multiple nested impli...Haojian Wu
2016-02-26[clang-tidy] Fix an assertion failure in `modernize-use-nullptr` check.Haojian Wu
2015-11-02Remove unreachable that was reached in modernize-use-nullptr.Angel Garcia Gomez
2015-10-05Fix bug in modernize-use-nullptr.Angel Garcia Gomez
2015-08-28Reapplying r246209, which exposed language options to the checkers. This time...Aaron Ballman
2015-08-27Reverting r246209 while I investigate a build bot failure: http://lab.llvm.or...Aaron Ballman
2015-08-27Expose language options to the checkers; disable UseNullptrCheck when not com...Aaron Ballman
2015-08-21Test commit!Angel Garcia Gomez
2015-08-20[clang-tidy] Fold the meat of the UseNullPtrCheck into an anonymous namespace.Benjamin Kramer
2015-08-20[clang-tidy] Add back a test with a custom NULL macro. Remove redundant default.Alexander Kornienko
2015-08-19[clang-tidy] Fix use-after-free in UseNullptrCheck.Alexander Kornienko
2015-08-19[clang-tidy] Work around failure in Darwin.Alexander Kornienko
2015-08-19[clang-tidy] Add modernize-use-nullptr check, attempt 2.Alexander Kornienko
2015-08-19Revert "[clang-tidy] Add use-nullptr check to clang-tidy."Justin Bogner
2015-08-19[clang-tidy] Fix a bug in UseNullptrCheck.Alexander Kornienko
2015-08-19[clang-tidy] Add use-nullptr check to clang-tidy.Alexander Kornienko