[PATCH] D55085: Avoid emitting redundant or unusable directories in DIFile metadata entries

Adrian Prantl via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Nov 30 10:16:36 PST 2018


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


================
Comment at: lib/IR/DiagnosticInfo.cpp:39
 #include "llvm/Support/ScopedPrinter.h"
+#include "llvm/Support/raw_ostream.h"
 #include <atomic>
----------------
probinson wrote:
> Do we use a case-sensitive sort of include files?  I thought it was insensitive.  Of course the coding standard doesn't say. :-P
I just ran clang-format without thinking about this...


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

https://reviews.llvm.org/D55085





More information about the cfe-commits mailing list