[lldb][NFC] Modernize ClangASTContext constructor
authorRaphael Isemann <teemperor@gmail.com>
Tue, 1 Oct 2019 12:28:14 +0000 (12:28 +0000)
committerRaphael Isemann <teemperor@gmail.com>
Tue, 1 Oct 2019 12:28:14 +0000 (12:28 +0000)
commitd01b4a786271c9ce9df43add56ec2e3fb40ce920
treecd22e223e7d99240e5fa86a43b766e5f3fca7474
parent371ea70bb7f9c9e811c36371c647980c90763b37
[lldb][NFC] Modernize ClangASTContext constructor

Now using default initializers and StringRef.

Also formats the member list that we excluded from clang-format
at some point and still hangs around with the old LLDB code style.

llvm-svn: 373329
lldb/include/lldb/Symbol/ClangASTContext.h
lldb/source/Symbol/ClangASTContext.cpp