[PATCH] D64568: [NFC] Update header files to inclue language tags like -*- C++ -*-

Alex Brachet via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 11 08:02:55 PDT 2019


abrachet marked an inline comment as done.
abrachet added inline comments.


================
Comment at: compiler-rt/include/sanitizer/allocator_interface.h:1
-//===-- allocator_interface.h ---------------------------------------------===//
+//===-- allocator_interface.h -----------------------------------*- C++ -*-===//
 //
----------------
I'm not sure what to do about compiler-rt/include/sanitizer/*.h files. They are C files but have `#ifdef __cpluslus extern "C" {` blocks. I'm not sure if it makes more sense to label these as C++ or C files.


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

https://reviews.llvm.org/D64568





More information about the llvm-commits mailing list