teemperor created this revision.
teemperor added reviewers: LLDB, aprantl, shafik, clayborg.
Herald added subscribers: lldb-commits, JDevlieghere, abidh.
Herald added a project: LLDB.

This commit renames ClangASTContext to ClangTypeSystem to better reflect what 
this class is actually supposed to do
(implement the TypeSystem interface for Clang). It also gets rid of the very 
confusing situation that we have both a
`clang::ASTContext` and a `ClangASTContext` in clang (which sometimes causes 
Clang people to think I'm fiddling
with Clang's ASTContext when I'm actually just doing LLDB work).

I also have plans to potentially have multiple clang::ASTContext instances 
associated with one ClangASTContext so
the ASTContext naming will then become even more confusing to people.


Repository:
  rLLDB LLDB

https://reviews.llvm.org/D72684

Files:
  lldb/source/Symbol/ClangASTContext.cpp
  lldb/source/Symbol/ClangTypeSystem.cpp




_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to