[PATCH] D77576: [globalisel] Add lost debug locations verifier

Adrian Prantl via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 13 12:26:46 PDT 2020


aprantl added inline comments.


================
Comment at: llvm/lib/CodeGen/GlobalISel/LostDebugLocObserver.cpp:1
+//===----- llvm/CodeGen/GlobalISel/LostDebugLocObserver.cpp -----*- C++ -*-===//
+//
----------------
Please don't put `-*- C++ -*-` markers into .cpp files, that's redundant. They are only needed for `.h` files, where it is ambiguous whether it's C or C++.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D77576





More information about the llvm-commits mailing list