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",
9 "//clang-tools-extra/clangd/support",
11 "//clang/lib/Tooling/Core",
14 include_dirs = [ "../.." ]
17 "AnnotateHighlightings.cpp",
23 "ExtractFunction.cpp",
24 "ExtractVariable.cpp",
25 "ObjCLocalizeStringLiteral.cpp",
27 "RawStringLiteral.cpp",
28 "RemoveUsingNamespace.cpp",