aboutsummaryrefslogtreecommitdiff
path: root/clang-tools-extra/clang-tidy/modernize/UseNullptrCheck.cpp
AgeCommit message (Expand)AuthorFilesLines
2025-06-09[clang-tidy][NFC] run clang-format over clang-tidy checks and tool code. (#14...Baranov Victor1-1/+1
2025-03-21Reland: [clang] preserve class type sugar when taking pointer to member (#132...Matheus Izvekov1-2/+1
2025-03-20Revert "Reland: [clang] preserve class type sugar when taking pointer to memb...Matheus Izvekov1-1/+2
2025-03-20Reland: [clang] preserve class type sugar when taking pointer to member (#132...Matheus Izvekov1-2/+1
2025-03-20Revert "[clang] improve class type sugar preservation in pointers to members"...Matheus Izvekov1-1/+2
2025-03-20[clang] improve class type sugar preservation in pointers to members (#130537)Matheus Izvekov1-2/+1
2024-09-25[clang-tidy] modernize-use-nullptr matches "NULL" in templates (#109169)Thomas Köppe1-1/+11
2023-09-10[clang-tidy] Add IgnoreTypes option to modernize-use-nullptrPiotr Zegar1-5/+14
2023-08-27[clang-tidy][NFC] Fix modernize-use-default-member-init findingsPiotr Zegar1-9/+7
2023-08-27[clang-tidy][NFC] Fix readability-redundant-access-specifiers findingsPiotr Zegar1-1/+0
2023-02-15[clang-tidy][NFC] Remove ModernizeTidyModule::getModuleOptionsCarlos Galvez1-1/+1
2023-01-14[clang-tidy][NFC] Use C++17 nested namespaces in the clang-tidy folderCarlos Galvez1-6/+2
2022-11-25[clang-tidy] Ignore cxxRewrittenBinaryOperator in defaulted function decls in...Jens Massberg1-1/+3
2021-02-09[clang-tidy] fix modernize-use-nullptr false positive with spaceship operator...poelmanc1-4/+25
2021-01-29[clang-tidy] Applied clang-tidy fixes. NFCAlexander Kornienko1-2/+2
2020-12-11Remove references to the ast_type_traits namespaceAlexander Kornienko1-9/+7
2020-05-21Set traversal explicitly where needed in clang-tidyStephen Kelly1-4/+6
2020-04-05[clang-tools-extra] NFC: Fix trivial typo in documents and commentsKazuaki Ishizaki1-1/+1
2020-03-03[clang-tidy] Change checks to use new isLanguageVersionSupported restrictionNathan James1-5/+1
2020-01-04NFC: Fix trivial typos in commentsKazuaki Ishizaki1-1/+1
2019-08-22Remove \brief commands from doxygen comments.Dmitri Gribenko1-9/+9
2019-07-13Simplify with llvm::is_contained. NFCFangrui Song1-5/+2
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-08-09Port getLocEnd -> getEndLocStephen Kelly1-1/+1
2018-08-09Port getLocStart -> getBeginLocStephen Kelly1-5/+5
2018-04-30Fix up after clang r331155.Richard Smith1-2/+2
2018-02-02[clang-tidy] Kill marco. No functionality change.Benjamin Kramer1-3/+3
2017-06-29[clang-tidy] Fix modernize-use-nullptr only warns the first NULL argument.Haojian Wu1-1/+1
2017-06-23[clang-tidy] Fix a false positive in modernize-use-nullptr.Haojian Wu1-5/+7
2017-03-06[clang-tidy] Ignore substituted template types in modernize-use-nullptr check.Haojian Wu1-0/+1
2017-02-28[clang-tidy] Fix a false positive on modernize-use-nullptr check.Haojian Wu1-1/+3
2016-12-14modernize-use-auto NFC fixesPiotr Padlewski1-2/+2
2016-11-08[clang-tools-extra] Format sources with clang-format. NFC.Mandeep Singh Grang1-2/+1
2016-11-07[clang-tidy] Fix a regression issue introduced by r285239.Haojian Wu1-0/+8
2016-05-17[clang-tidy] Lift common matchers to utils namespaceEtienne Bergeron1-15/+2
2016-03-11[clang-tidy] Make 'modernize-use-nullptr' check ignores NULL marcos used in o...Haojian Wu1-0/+6
2016-03-04[clang-tidy] Make 'modernize-use-nullptr' check work on multiple nested impli...Haojian Wu1-1/+1
2016-02-26[clang-tidy] Fix an assertion failure in `modernize-use-nullptr` check.Haojian Wu1-1/+1
2015-11-02Remove unreachable that was reached in modernize-use-nullptr.Angel Garcia Gomez1-5/+7
2015-10-05Fix bug in modernize-use-nullptr.Angel Garcia Gomez1-7/+24
2015-08-28Reapplying r246209, which exposed language options to the checkers. This time...Aaron Ballman1-1/+5
2015-08-27Reverting r246209 while I investigate a build bot failure: http://lab.llvm.or...Aaron Ballman1-3/+1
2015-08-27Expose language options to the checkers; disable UseNullptrCheck when not com...Aaron Ballman1-1/+3
2015-08-21Test commit!Angel Garcia Gomez1-0/+1
2015-08-20[clang-tidy] Fold the meat of the UseNullPtrCheck into an anonymous namespace.Benjamin Kramer1-0/+2
2015-08-20[clang-tidy] Add back a test with a custom NULL macro. Remove redundant default.Alexander Kornienko1-1/+1
2015-08-19[clang-tidy] Fix use-after-free in UseNullptrCheck.Alexander Kornienko1-6/+4
2015-08-19[clang-tidy] Work around failure in Darwin.Alexander Kornienko1-1/+1
2015-08-19[clang-tidy] Add modernize-use-nullptr check, attempt 2.Alexander Kornienko1-0/+471
2015-08-19Revert "[clang-tidy] Add use-nullptr check to clang-tidy."Justin Bogner1-472/+0