[clang] [clang-format] Option to ignore PP directives (PR #70338)

via cfe-commits cfe-commits at lists.llvm.org
Mon Nov 13 07:46:02 PST 2023


================
@@ -24153,6 +24153,23 @@ TEST_F(FormatTest, WhitespaceSensitiveMacros) {
   verifyNoChange("FOO(String-ized&Messy+But: :Still=Intentional);", Style);
 }
 
+TEST_F(FormatTest, IgnorePPDefinitions) {
----------------
tomekpaszek wrote:

Good idea. Added cases to cover that

https://github.com/llvm/llvm-project/pull/70338


More information about the cfe-commits mailing list