projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
085b9ff
)
Remove Target::GetBasicType()
author
Enrico Granata
<egranata@apple.com>
Wed, 9 Sep 2015 22:00:18 +0000
(22:00 +0000)
committer
Enrico Granata
<egranata@apple.com>
Wed, 9 Sep 2015 22:00:18 +0000
(22:00 +0000)
I was experimenting with it briefly, and then settled on Target::GetTypeSystem + TypeSystem::GetBasicType, so this API is not necessary to have
Thanks to Ryan Brown for bringing it to my attention
llvm-svn: 247195
lldb/include/lldb/Target/Target.h
patch
|
blob
|
history
diff --git
a/lldb/include/lldb/Target/Target.h
b/lldb/include/lldb/Target/Target.h
index
14e9a76
..
824d51c
100644
(file)
--- a/
lldb/include/lldb/Target/Target.h
+++ b/
lldb/include/lldb/Target/Target.h
@@
-1233,11
+1233,6
@@
public:
TypeSystem*
GetTypeSystemForLanguage (lldb::LanguageType language);
- CompilerType
- GetBasicType (lldb::LanguageType language,
- lldb::BasicType basic_type,
- size_t size = 0);
-
ClangASTImporter *
GetClangASTImporter();