[PATCH] D64932: [Parser] Emit descriptive diagnostic for misplaced pragma
Serge Pavlov via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Aug 2 05:46:52 PDT 2019
sepavloff marked 2 inline comments as done.
sepavloff added inline comments.
================
Comment at: clang/lib/Basic/TokenKinds.cpp:15
#include "llvm/Support/ErrorHandling.h"
+#include <cstring>
using namespace clang;
----------------
rjmccall wrote:
> This is no longer necessary, right?
Sure, removed it.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D64932/new/
https://reviews.llvm.org/D64932
More information about the cfe-commits
mailing list