[all-commits] [llvm/llvm-project] 626849: [clang-tidy][test] Add trailing -- to suppress com...
Fangrui Song via All-commits
all-commits at lists.llvm.org
Sun May 14 14:12:29 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 626849c71e85d546a004cc91866beab610222194
https://github.com/llvm/llvm-project/commit/626849c71e85d546a004cc91866beab610222194
Author: Fangrui Song <i at maskray.me>
Date: 2023-05-14 (Sun, 14 May 2023)
Changed paths:
M clang-tools-extra/test/clang-tidy/checkers/performance/trivially-destructible.cpp
Log Message:
-----------
[clang-tidy][test] Add trailing -- to suppress compile_commands.json read
This fixes some build bots if we reland D150505: specifically when using GCC to
build LLVM and then `-fno-lifetime-dse` ends up passed to compile_commands.json
and causing clang-tidy to pick up the Clang unknown option.
More information about the All-commits
mailing list