aboutsummaryrefslogtreecommitdiff
path: root/clang-tools-extra/clang-tidy/google/GlobalVariableDeclarationCheck.cpp
AgeCommit message (Expand)AuthorFilesLines
2025-06-08[clang-tidy][NFC] run clang-format over 'cert', 'cppcore', 'fuchsia',… (#14...Baranov Victor1-1/+1
2025-05-25[clang-tidy] Remove unused includes (NFC) (#141420)Kazu Hirata1-1/+0
2023-08-27[clang-tidy][NFC] Fix modernize-return-braced-init-list findingsPiotr Zegar1-3/+3
2023-01-14[clang-tidy][NFC] Use C++17 nested namespaces in the clang-tidy folderCarlos Galvez1-8/+2
2021-01-04Revert "[NFC, Refactor] Modernize StorageClass from Specifiers.h to a scoped ...Thorsten Schütt1-1/+1
2021-01-04[NFC, Refactor] Modernize StorageClass from Specifiers.h to a scoped enum (II)Thorsten Schütt1-1/+1
2020-03-03[clang-tidy] Change checks to use new isLanguageVersionSupported restrictionNathan James1-4/+0
2019-05-31Revise the google-objc-global-variable-declaration check to match the style g...Stephane Moore1-8/+14
2019-05-29Rollback "Revise the google-objc-global-variable-declaration check to match t...Stephane Moore1-14/+8
2019-05-29Revise the google-objc-global-variable-declaration check to match the style g...Stephane Moore1-8/+14
2019-03-15Fixed global constant/variable naming check on C++ class for ObjC++ files.Yan Zhang1-0/+4
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-10-30NFC: Remove the ObjC1/ObjC2 distinction from clang (and related projects)Erik Pilkington1-2/+2
2018-02-25[clang-tidy/google] Improve the Objective-C global variable declaration check...Yan Zhang1-2/+2
2018-01-05[clang-tidy] Function-scoped static variables should not trigger google-objc-...Ben Hamilton1-1/+10
2017-11-07Add new check in google module for Objective-C code to ensure global variable...Haojian Wu1-0/+90