This revision was not accepted when it landed; it landed in state "Needs
Review".
This revision was automatically updated to reflect the committed changes.
Closed by commit rG86565c130942: Avoid SourceManager.h include in
RawCommentList.h, add missing incs (authored by rnk).
Repository:
rG LLV
aaron.ballman accepted this revision.
aaron.ballman added a comment.
LGTM!
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D75279/new/
https://reviews.llvm.org/D75279
___
cfe-commits mailing list
cfe-comm
hans accepted this revision.
hans added a comment.
Nice, lgtm!
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D75279/new/
https://reviews.llvm.org/D75279
___
cfe-commits mailing list
cfe-commits@lists.ll
rnk created this revision.
rnk added reviewers: aaron.ballman, hans.
Herald added a reviewer: teemperor.
Herald added subscribers: lldb-commits, arphaman.
Herald added projects: clang, LLDB.
SourceManager.h includes FileManager.h, which is expensive due to
dependencies on LLVM FS headers.
Remove