llvm-project/clang-tools-extra/clang-include-fixer
Sinan Lin 73593145cb [cmake] do not set execution permission to regular files.
some regular files(e.g. files have no shebang and no execute
bit in source dir) are wrongly assigned an execution permission,
such as scanview.css and ear.c from libscanbuild, which is
unnecessary and introduces warnings in some envs.

Reviewed By: MaskRay, phosek

Differential Revision: https://reviews.llvm.org/D133308
2022-09-07 11:04:12 +08:00
..
find-all-symbols [clang] Implement ElaboratedType sugaring for types written bare 2022-07-27 11:10:54 +02:00
plugin [openmp] Add missing dependencies for OMP.h.inc after d90443b 2020-06-23 11:48:04 -04:00
tool [cmake] do not set execution permission to regular files. 2022-09-07 11:04:12 +08:00
CMakeLists.txt [openmp] Add missing dependencies for OMP.h.inc after d90443b 2020-06-23 11:48:04 -04:00
FuzzySymbolIndex.cpp LLVM_FALLTHROUGH => [[fallthrough]]. NFC 2022-08-09 04:06:52 +00:00
FuzzySymbolIndex.h
InMemorySymbolIndex.cpp
InMemorySymbolIndex.h
IncludeFixer.cpp [NFC] Make MultiplexExternalSemaSource own sources 2022-09-02 13:57:39 -05:00
IncludeFixer.h
IncludeFixerContext.cpp Use llvm::sort instead of std::sort where possible 2022-07-23 15:19:05 +02:00
IncludeFixerContext.h
SymbolIndex.h
SymbolIndexManager.cpp Use the range-based overload of llvm::sort where possible 2022-07-23 15:13:25 +02:00
SymbolIndexManager.h
YamlSymbolIndex.cpp [clang-tools-extra] Remove unused using (NFC) 2021-12-31 10:51:10 -08:00
YamlSymbolIndex.h