This revision was automatically updated to reflect the committed changes.
r.stahl marked an inline comment as done.
Closed by commit rGf625a8a250b3: [clang-format][tests] Explicitly specify style
in some tests (authored by r.stahl).
Changed prior to commit:
https://reviews.llvm.org/D61001?vs=19
r.stahl marked 2 inline comments as done.
r.stahl added inline comments.
Comment at: test/Format/language-detection.cpp:2
// RUN: grep -Ev "// *[A-Z0-9_]+:" %s \
-// RUN: | clang-format -style=llvm -assume-filename=foo.js \
// RUN: | FileCheck -strict-whitespace -check-pref
lebedev.ri added inline comments.
Comment at: test/Format/language-detection.cpp:2
// RUN: grep -Ev "// *[A-Z0-9_]+:" %s \
-// RUN: | clang-format -style=llvm -assume-filename=foo.js \
// RUN: | FileCheck -strict-whitespace -check-prefix=CHECK1 %s
What's wr
r.stahl added reviewers: MyDeveloperDay, krasimir.
r.stahl added a comment.
This should be trivial enough to just commit, but I'd just be more comfortable
if someone looked at it before, because this is my first commit in this area of
clang.
Repository:
rC Clang
CHANGES SINCE LAST ACTION
r.stahl created this revision.
r.stahl added reviewers: djasper, klimek.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
This fixes broken tests when doing an out-of-source build that picks up a
random .clang-format on the file system due to the default "file" style.
Repo