Author: Aaron Ballman Date: 2021-08-12T11:56:17-04:00 New Revision: a49ca198bad91b7696b54b3ca65585b92305b386
URL: https://github.com/llvm/llvm-project/commit/a49ca198bad91b7696b54b3ca65585b92305b386 DIFF: https://github.com/llvm/llvm-project/commit/a49ca198bad91b7696b54b3ca65585b92305b386.diff LOG: Speculatively fix the build bots. This is a fix for commit d2c5cbc3a856c2f8bbda05540fa761bb94ba32f6 Added: Modified: clang-tools-extra/test/clang-tidy/checkers/readability-identifier-length.cpp Removed: ################################################################################ diff --git a/clang-tools-extra/test/clang-tidy/checkers/readability-identifier-length.cpp b/clang-tools-extra/test/clang-tidy/checkers/readability-identifier-length.cpp index b9e2e756dd78c..40fd1c5c7a2da 100644 --- a/clang-tools-extra/test/clang-tidy/checkers/readability-identifier-length.cpp +++ b/clang-tools-extra/test/clang-tidy/checkers/readability-identifier-length.cpp @@ -1,7 +1,7 @@ // RUN: %check_clang_tidy %s readability-identifier-length %t \ // RUN: -config='{CheckOptions: \ // RUN: [{key: readability-identifier-length.IgnoredVariableNames, value: "^[xy]$"}]}' \ -// RUN: -- +// RUN: -- -fexceptions struct myexcept { int val; _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits