[PATCH] D105498: [clang] Remove assumption about SourceLocation alignment.
Simon Tatham via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Jul 20 06:23:54 PDT 2021
simon_tatham added inline comments.
================
Comment at: clang/lib/AST/DeclObjC.cpp:31
#include "llvm/Support/ErrorHandling.h"
+#include "llvm/Support/MathExtras.h"
#include "llvm/Support/raw_ostream.h"
----------------
Oops, before anyone else points it out, this `#include` is also now unnecessary.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D105498/new/
https://reviews.llvm.org/D105498
More information about the cfe-commits
mailing list