InferiorCallPOSIX directly grabs a ClangASTContext from the Target it
has and does no error checking. I don't think these functions have a
reason to know about clang specifically. Additionally, using
GetScratchTypeSystemForLanguage forces us to do error checking since
it returns an Expected.
Details
Details
- Reviewers
JDevlieghere compnerd davide clayborg - Commits
- rG1b385a180250: [Plugins/Process] Remove direct use of ClangASTContext from InferiorCallPOSIX
rLLDB371654: [Plugins/Process] Remove direct use of ClangASTContext from InferiorCallPOSIX
rL371654: [Plugins/Process] Remove direct use of ClangASTContext from InferiorCallPOSIX
Diff Detail
Diff Detail
- Repository
- rL LLVM