[all-commits] [llvm/llvm-project] 6991d5: [lldb][NFC] Make integer types functions in ClangA...
Raphael Isemann via All-commits
all-commits at lists.llvm.org
Sun Dec 29 12:54:35 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 6991d5728f12594cabfd8d8d570361efb07f1d5a
https://github.com/llvm/llvm-project/commit/6991d5728f12594cabfd8d8d570361efb07f1d5a
Author: Raphael Isemann <teemperor at gmail.com>
Date: 2019-12-29 (Sun, 29 Dec 2019)
Changed paths:
M lldb/include/lldb/Symbol/ClangASTContext.h
M lldb/source/Symbol/ClangASTContext.cpp
Log Message:
-----------
[lldb][NFC] Make integer types functions in ClangASTContext not static
These functions need a ClangASTContext instance that we would otherwise
recalculate by calling GetASTContext (which is no longer necessary with
this patch).
More information about the All-commits
mailing list