summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/ExpressionParser/Clang/ModuleDependencyCollector.h
diff options
context:
space:
mode:
authorJonas Devlieghere <jonas@devlieghere.com>2019-07-25 00:17:39 +0000
committerJonas Devlieghere <jonas@devlieghere.com>2019-07-25 00:17:39 +0000
commiteb1b4c5d4c95e73bdf141d2bbc5d7afd1a7e0372 (patch)
tree6e7a724a4755835e94d67589f2b3fd1b06ad6efe /lldb/source/Plugins/ExpressionParser/Clang/ModuleDependencyCollector.h
parentab56cf89142d84add96236dc71a405f1b95b9e1e (diff)
downloadbcm5719-llvm-eb1b4c5d4c95e73bdf141d2bbc5d7afd1a7e0372.tar.gz
bcm5719-llvm-eb1b4c5d4c95e73bdf141d2bbc5d7afd1a7e0372.zip
[FileCollector] Change coding style from LLDB to LLVM (NFC)
This patch changes the coding style of the FileCollector from the LLDB to the LLVM coding style. Alex recently lifted it into LLVM and I volunteered to do the conversion. llvm-svn: 366966
Diffstat (limited to 'lldb/source/Plugins/ExpressionParser/Clang/ModuleDependencyCollector.h')
-rw-r--r--lldb/source/Plugins/ExpressionParser/Clang/ModuleDependencyCollector.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Plugins/ExpressionParser/Clang/ModuleDependencyCollector.h b/lldb/source/Plugins/ExpressionParser/Clang/ModuleDependencyCollector.h
index 0e959f86fd2..ad4c4690afb 100644
--- a/lldb/source/Plugins/ExpressionParser/Clang/ModuleDependencyCollector.h
+++ b/lldb/source/Plugins/ExpressionParser/Clang/ModuleDependencyCollector.h
@@ -23,7 +23,7 @@ public:
void addFile(llvm::StringRef Filename,
llvm::StringRef FileDst = {}) override {
- m_file_collector.AddFile(Filename);
+ m_file_collector.addFile(Filename);
}
bool insertSeen(llvm::StringRef Filename) override { return false; }
OpenPOWER on IntegriCloud