[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git] / clang-tools-extra / test / pp-trace / pp-trace-ident.cpp
blobcdd9fd38230fd3c02a184f76bf92151227c5749f
1 // RUN: pp-trace -callbacks '*,-FileChanged,-MacroDefined' %s -- -undef -target x86_64 -std=c++11 | FileCheck --strict-whitespace %s
3 #ident "$Id$"
5 // CHECK: ---
6 // CHECK-NEXT: - Callback: Ident
7 // CHECK-NEXT: Loc: "{{.*}}{{[/\\]}}pp-trace-ident.cpp:3:2"
8 // CHECK-NEXT: Str: "$Id$"
9 // CHECK-NEXT: - Callback: EndOfMainFile
10 // CHECK-NEXT: ...