[lldb] Remove ClangASTMetrics
authorRaphael Isemann <teemperor@gmail.com>
Thu, 12 Dec 2019 10:45:06 +0000 (11:45 +0100)
committerRaphael Isemann <teemperor@gmail.com>
Thu, 12 Dec 2019 10:46:25 +0000 (11:46 +0100)
commite39cb48cd0bdf9157b57c4616c821488f7b6d7c4
treea13bb6d26423713c0b55db733648f89e4a89fdb0
parentd6d36ae4a052e9fefd2926005a69f6cebfa5832b
[lldb] Remove ClangASTMetrics

Summary: Not once have I looked at these numbers in a log and considered them useful. Also this should not have been implemented via an unguarded list of globals.

Reviewers: martong, shafik

Reviewed By: shafik

Subscribers: rnkovacs, JDevlieghere, lldb-commits

Tags: #lldb

Differential Revision: https://reviews.llvm.org/D71336
lldb/include/lldb/Symbol/ClangASTImporter.h
lldb/source/Plugins/ExpressionParser/Clang/ClangASTSource.cpp
lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionDeclMap.cpp
lldb/source/Symbol/ClangASTImporter.cpp