[all-commits] [llvm/llvm-project] e39cb4: [lldb] Remove ClangASTMetrics
Raphael Isemann via All-commits
all-commits at lists.llvm.org
Thu Dec 12 02:47:25 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: e39cb48cd0bdf9157b57c4616c821488f7b6d7c4
https://github.com/llvm/llvm-project/commit/e39cb48cd0bdf9157b57c4616c821488f7b6d7c4
Author: Raphael Isemann <teemperor at gmail.com>
Date: 2019-12-12 (Thu, 12 Dec 2019)
Changed paths:
M lldb/include/lldb/Symbol/ClangASTImporter.h
M lldb/source/Plugins/ExpressionParser/Clang/ClangASTSource.cpp
M lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionDeclMap.cpp
M lldb/source/Symbol/ClangASTImporter.cpp
Log Message:
-----------
[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
More information about the All-commits
mailing list