aboutsummaryrefslogtreecommitdiff
path: root/clang-tools-extra/clang-tidy/cppcoreguidelines/AvoidGotoCheck.cpp
AgeCommit message (Expand)AuthorFilesLines
2025-06-23[clang-tidy] add 'IgnoreMarcos' option to 'avoid-goto' check (#143554)Baranov Victor1-1/+16
2025-05-25[clang-tidy] Remove unused includes (NFC) (#141420)Kazu Hirata1-1/+0
2023-01-14[clang-tidy][NFC] Use C++17 nested namespaces in the clang-tidy folderCarlos Galvez1-6/+2
2021-02-03[clang-tidy] Use new mapping matchersStephen Kelly1-4/+2
2020-03-03[clang-tidy] Change checks to use new isLanguageVersionSupported restrictionNathan James1-3/+0
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-08-09Port getLocStart -> getBeginLocStephen Kelly1-2/+2
2018-02-18[tidy] Move private ast matchers into anonymous namespaces to avoid ODR confl...Benjamin Kramer1-0/+2
2018-01-17[clang-tidy] implement check for gotoJonas Toth1-0/+55