[PATCH] D55085: Avoid emitting redundant or unusable directories in DIFile metadata entries
Paul Robinson via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Nov 30 10:58:54 PST 2018
probinson added inline comments.
================
Comment at: lib/IR/DiagnosticInfo.cpp:39
#include "llvm/Support/ScopedPrinter.h"
+#include "llvm/Support/raw_ostream.h"
#include <atomic>
----------------
aprantl wrote:
> 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...
"Don't argue with clang-format." Okay.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D55085/new/
https://reviews.llvm.org/D55085
More information about the cfe-commits
mailing list