Details
Details
- Reviewers
Bigcheese dexonsmith arphaman
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
I'm not sure D104465 (the motivation for this patch) is the right approach, but we can have that discussion over there.
clang/unittests/Lex/DependencyDirectivesSourceMinimizerTest.cpp | ||
---|---|---|
24 | Why turn this on all the time? That adds a lot of noise below. Can you instead just turn it on for specific targeted tests? Also, maybe I just missed it, but I don't see any tests that check the behaviour of this flag. | |
113–115 | I'm uncomfortable dropping the check that #define MACRO\n\n\n turns into precisely #define MACRO\n. |
Comment Actions
I agree with Duncan, it would be good to avoid modifying the existing test cases if possible
Why turn this on all the time? That adds a lot of noise below. Can you instead just turn it on for specific targeted tests?
Also, maybe I just missed it, but I don't see any tests that check the behaviour of this flag.