aboutsummaryrefslogtreecommitdiff
path: root/clang-tools-extra/clang-tidy/android/CloexecSocketCheck.cpp
AgeCommit message (Expand)AuthorFilesLines
2025-06-08[clang-tidy][NFC] run clang-format over 'android', 'boost' and 'bugprone' che...Baranov Victor1-6/+5
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
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-02-02[clang-tidy] Kill marco. No functionality change.Benjamin Kramer1-1/+1
2017-08-16[clang-tidy] Remove unused static variable.Chih-Hung Hsieh1-2/+0
2017-08-16[clang-tidy] Use CloexecCheck as base class.Chih-Hung Hsieh1-27/+7
2017-07-12[clang-tidy] Add a new Android check "android-cloexec-socket"Yan Wang1-0/+57