Lines Matching +refs:clang +refs:format +refs:executable
25 `git cl format`, `git cl lint`, and `git cl upload.`
63 - Code formatter: `clang-format`
65 - Compiler/Linker: `clang` (installed by default) or `gcc` (installed by you)
73 `clang-format` is used for maintaining consistent coding style, but it is not a
78 ## Linux clang
83 Ensure that libstdc++ 8 is installed, as clang depends on the system
107 ## Mac clang
109 On Mac OS X, the build will use the clang provided by
149 ninja -C out/debug osp_demo # Builds the executable with ninja
150 ./out/debug/osp_demo # Runs the executable
178 `gn ls --type=executable out/debug` will list all of the executable targets
212 git cl format
216 The first command will will auto-format the code changes. Then, the second