Lines Matching +refs:clang +refs:format +refs:executable
188 - Hermetic clang + libcxx toolchain (both following chromium's revisions)
195 - AOSP's in-tree clang (using in-tree libcxx)
199 - XCode 9 / clang (maintained best-effort).
203 - Windows 10 with either MSVC 2019 or clang-cl (maintained best-effort).
208 need the full IDE, just the build tools) or the LLVM clang-cl compiler.
213 clang-cl support is more stable because that build configuration is actively
233 You need all of these both for MSVC and clang-cl:
247 # This will download also the LLVM clang-cl prebuilt used by chromium.
262 is_clang = true # Will use the hermetic clang-cl toolchain.
335 On Linux, by default it uses the self-hosted clang (see `is_hermetic_clang`).
336 On Android, by default it uses clang from the NDK (in `buildtools/ndk`).
337 On Mac, by default it uses the system version of clang (requires Xcode).
346 If `is_hermetic_clang` is `false`, sets the `-stdlib` flag for clang
382 Enables [Undefined Behavior Sanitizer](https://clang.llvm.org/docs/UndefinedBehaviorSanitizer.html)
414 (e.g. the `traceconv` conversion util) and (ii) executable artifacts that are
476 supports the compilation database format.
482 - [Clang-Format](https://marketplace.visualstudio.com/items?itemName=xaver.clang-format)
496 "C_Cpp.clang_format_path": "${workspaceRoot}/buildtools/mac/clang-format",