[PATCH] D105493: [clang] Change set type used for SourceLocation.

Mikhail Maltsev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jul 14 09:33:40 PDT 2021


miyuki added inline comments.


================
Comment at: clang/include/clang/Basic/SourceLocation.h:19
 #include "llvm/ADT/StringRef.h"
 #include "llvm/Support/PointerLikeTypeTraits.h"
 #include <cassert>
----------------
Can this `#include` be removed?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D105493



More information about the cfe-commits mailing list