[PATCH] D125771: [clang-tidy] Add a useful note about -std=c++11-or-later
Gabor Marton via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue May 17 06:32:16 PDT 2022
martong added inline comments.
================
Comment at: clang-tools-extra/test/clang-tidy/check_clang_tidy.py:31
+ -std=c++11-or-later:
+ This flag will cause multiple runs withing the same check_clang_tidy
+ execution. Make sure you don't have shared state across these runs.
----------------
typo
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D125771/new/
https://reviews.llvm.org/D125771
More information about the cfe-commits
mailing list