summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/test/clang-tidy/llvm-include-order.cpp
diff options
context:
space:
mode:
authorAlexander Kornienko <alexfh@google.com>2014-09-26 12:44:30 +0000
committerAlexander Kornienko <alexfh@google.com>2014-09-26 12:44:30 +0000
commit761c25bc15b10bb6444fb83a86d20fa63c21962a (patch)
treed81678a4b25620cc2fcd02349e19b9430b03d368 /clang-tools-extra/test/clang-tidy/llvm-include-order.cpp
parent82d5c5139f32bb2e5c5bd4723bdf08169606d9b6 (diff)
downloadbcm5719-llvm-761c25bc15b10bb6444fb83a86d20fa63c21962a.tar.gz
bcm5719-llvm-761c25bc15b10bb6444fb83a86d20fa63c21962a.zip
[clang-tidy] Test username substitution in TODO() check.
Summary: This patch depends on D5501. Check user name substitution more specifically by specifying it via the new -config= option. This also lets clang-tidy tests specify clang-tidy options before the '--' when using check_clang_tidy_fix.sh. Reviewers: klimek Reviewed By: klimek Subscribers: curdeius, cfe-commits Differential Revision: http://reviews.llvm.org/D5502 llvm-svn: 218515
Diffstat (limited to 'clang-tools-extra/test/clang-tidy/llvm-include-order.cpp')
-rw-r--r--clang-tools-extra/test/clang-tidy/llvm-include-order.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang-tools-extra/test/clang-tidy/llvm-include-order.cpp b/clang-tools-extra/test/clang-tidy/llvm-include-order.cpp
index ea1f8d76487..4568cb72c4c 100644
--- a/clang-tools-extra/test/clang-tidy/llvm-include-order.cpp
+++ b/clang-tools-extra/test/clang-tidy/llvm-include-order.cpp
@@ -1,4 +1,4 @@
-// RUN: $(dirname %s)/check_clang_tidy_fix.sh %s llvm-include-order %t -isystem %S/Inputs/Headers
+// RUN: $(dirname %s)/check_clang_tidy_fix.sh %s llvm-include-order %t -- -isystem %S/Inputs/Headers
// REQUIRES: shell
// FIXME: Investigating.
OpenPOWER on IntegriCloud