We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f620d0 commit 541ea23Copy full SHA for 541ea23
llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/misc/BUILD.gn
@@ -1,7 +1,7 @@
1
import("//llvm/utils/gn/build/compiled_action.gni")
2
3
compiled_action("Confusables.inc") {
4
- tool = "ConfusableTable:make-confusable-table"
+ tool = "ConfusableTable:clang-tidy-confusable-chars-gen"
5
inputs = [ "ConfusableTable/confusables.txt" ]
6
outputs = [ "$target_gen_dir/$target_name" ]
7
args = [
0 commit comments