================ @@ -0,0 +1,16 @@ +// RUN: %clang_cc1 -dump-tokens %s 2>&1 | FileCheck %s ---------------- AaronBallman wrote:
```suggestion // RUN: %clang_cc1 -dump-tokens %s 2>&1 | FileCheck %s --strict-whitespace ``` This way we can test that the whitespace is actually honored (https://llvm.org/docs/CommandGuide/FileCheck.html#cmdoption-FileCheck-strict-whitespace). https://github.com/llvm/llvm-project/pull/164894 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
