[PATCH] D124487: [HLSL] Adjust access specifier behavior

Chris Bieneman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Apr 28 08:09:08 PDT 2022


beanz added inline comments.


================
Comment at: clang-tools-extra/test/clang-apply-replacements/Inputs/crlf/crlf.cpp:1
-
-// This file intentionally uses a CRLF newlines!
-
-void foo() {
-  int *x = 0;
-}
+
+// This file intentionally uses a CRLF newlines!
----------------
aaron.ballman wrote:
> It looks like these are unintentional whitespace changes? (Same below)
Ha! I didn't notice this came along for the ride. This is from me trying to get the git file attributes setup correctly. This file should be crlf in the index (hence the title and comment) but is lf.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D124487



More information about the cfe-commits mailing list