We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fae62f commit 6719743Copy full SHA for 6719743
clang/test/Frontend/dump-deserialized-declaration-ranges.cpp renamed to clang/test/Frontend/dump-minimization-hints.cpp
@@ -2,7 +2,7 @@
2
// RUN: mkdir -p %t
3
// RUN: split-file %s %t
4
// RUN: %clang_cc1 -xc++ -fmodules -fmodule-name=foo -fmodule-map-file=%t/foo.cppmap -emit-module %t/foo.cppmap -o %t/foo.pcm
5
-// RUN: %clang_cc1 -xc++ -fmodules -dump-deserialized-declaration-ranges=%t/decls -fmodule-file=%t/foo.pcm %t/foo.cpp -o %t/foo.o
+// RUN: %clang_cc1 -xc++ -fmodules -dump-minimization-hints=%t/decls -fmodule-file=%t/foo.pcm %t/foo.cpp -o %t/foo.o
6
// RUN: cat %t/decls
7
// RUN: cat %t/decls | FileCheck -check-prefix=RANGE %s
8
// RANGE:{
0 commit comments