[PATCH] D78903: [Driver] Add option -fproc-stat-report
Thorsten via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sat May 2 02:37:01 PDT 2020
tschuett added inline comments.
================
Comment at: clang/lib/Driver/Driver.cpp:83
#include "llvm/Support/raw_ostream.h"
+#include <iostream>
#include <map>
----------------
https://llvm.org/docs/CodingStandards.html#include-iostream-is-forbidden
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D78903/new/
https://reviews.llvm.org/D78903
More information about the cfe-commits
mailing list