Details
Diff Detail
Event Timeline
| clang/tools/clang-scan-deps/ClangScanDeps.cpp | ||
|---|---|---|
| 71 | https://llvm.org/docs/CodingStandards.html#anonymous-namespaces We use static for variables and functions. | |
| clang/tools/clang-scan-deps/Opts.td | ||
|---|---|---|
| 8 | Yeah unfortunately, most of the tests use -, so I assume users do as well | |
curl -L 'https://reviews.llvm.org/D139949?download=1' | patch -p0 cd utils/bazel bazel-5.0.0 build --config=generic_clang @llvm-project//clang
works. The Bazel change LGTM.
| utils/bazel/llvm-project-overlay/clang/BUILD.bazel | ||
|---|---|---|
| 2207 | Move this before :driver | |
| utils/bazel/llvm-project-overlay/clang/BUILD.bazel | ||
|---|---|---|
| 2207 | Buildifier sorts these. Why does it need to be before driver? If it's really required, add a comment to prevent buildifier from sorting: http://go/buildifier#do-not-sort | |
https://llvm.org/docs/CodingStandards.html#anonymous-namespaces
We use static for variables and functions.