llvm-project/lldb/source/Plugins/Platform
Raphael Isemann 6e3b0cc2fb [lldb][NFC] Rename ClangASTContext to TypeSystemClang
Summary:
This commit renames ClangASTContext to TypeSystemClang 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.

Reviewers: #lldb, aprantl, shafik, clayborg, labath, JDevlieghere, davide, espindola, jdoerfert, xiaobai

Reviewed By: clayborg, labath, xiaobai

Subscribers: wuzish, emaste, nemanjai, mgorny, kbarton, MaskRay, arphaman, jfb, usaxena95, jingham, xiaobai, abidh, JDevlieghere, lldb-commits

Tags: #lldb

Differential Revision: https://reviews.llvm.org/D72684
2020-01-23 10:09:14 +01:00
..
Android [NFC] Fixes -Wrange-loop-analysis warnings 2020-01-01 20:01:37 +01:00
FreeBSD [lldb/Host] Use cmakedefine01 for LLDB_ENABLE_POSIX 2019-12-13 10:00:59 -08:00
Linux [lldb/Host] Use cmakedefine01 for LLDB_ENABLE_POSIX 2019-12-13 10:00:59 -08:00
MacOSX [lldb/Platform] Re-add ifdef's to guard macOS-only code. 2020-01-21 12:26:52 -08:00
NetBSD [lldb/Host] Use cmakedefine01 for LLDB_ENABLE_POSIX 2019-12-13 10:00:59 -08:00
OpenBSD [lldb/Host] Use cmakedefine01 for LLDB_ENABLE_POSIX 2019-12-13 10:00:59 -08:00
POSIX [lldb][NFC] Rename ClangASTContext to TypeSystemClang 2020-01-23 10:09:14 +01:00
Windows [NFC] Remove ASCII lines from comments 2019-04-10 20:48:55 +00:00
gdb-server uint32_t options -> File::OpenOptions options 2019-10-14 20:15:34 +00:00
CMakeLists.txt [Platform] Remove Kalimba Platform 2019-03-27 16:23:50 +00:00