1 # A target containing all code tweaks (i.e. mini-refactorings) provided by
3 # Built as a source_set to make sure the linker does not remove global
4 # constructors that register individual tweaks in a global registry.
6 configs += [ "//llvm/utils/gn/build:clang_code" ]
8 "//clang-tools-extra/clangd",
10 "//clang/lib/Tooling/Core",
13 include_dirs = [ "../.." ]
15 "AnnotateHighlightings.cpp",
19 "ExtractFunction.cpp",
20 "ExtractVariable.cpp",
21 "RawStringLiteral.cpp",
22 "RemoveUsingNamespace.cpp",