[Lldb-commits] [PATCH] D72684: [lldb][NFC] Rename ClangASTContext to ClangTypeSystem
Raphael Isemann via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue Jan 14 00:55:01 PST 2020
teemperor added a comment.
We are currently after a fresh rebranch downstream so now is a good time to rename this without causing merge-conflict hell later on. It would be useful if could get consensus if and to what we should rename this class soon-ish so that I can make this move as painless as possible.
Obviously the contents of this patch are just dummy contents until we agree on a final name. The `ClangTypeSystem` just seems obvious (and it has the same amount of characters as `ClangASTContext` so it won't cause any formatting changes when I rename it).
Repository:
rLLDB LLDB
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D72684/new/
https://reviews.llvm.org/D72684
More information about the lldb-commits
mailing list