MyDeveloperDay added a comment.

I'm not seeing this

  // clang-format off
  #include "d.h"
  #include "b.h"
  // clang-format on
  
  #include "a.h"
  #include "c.h"
  #include "e.h"

$ unix2dos test1.cpp
unix2dos: converting file test1.cpp to DOS format...

$ clang-format test1.cpp
// clang-format off
#include "d.h"
#include "b.h"
// clang-format on

#include "a.h"
#include "c.h"
#include "e.h"

  


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D94206/new/

https://reviews.llvm.org/D94206

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to