[all-commits] [llvm/llvm-project] ffd78a: [lldb] Replace #pragma once with header guard
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Mon Feb 17 23:39:25 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: ffd78a008ab29c399975485e86bc6bedf91c5277
https://github.com/llvm/llvm-project/commit/ffd78a008ab29c399975485e86bc6bedf91c5277
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2020-02-17 (Mon, 17 Feb 2020)
Changed paths:
M lldb/include/lldb/Host/HostGetOpt.h
M lldb/include/lldb/Host/common/GetOptInc.h
Log Message:
-----------
[lldb] Replace #pragma once with header guard
This got messed up when updating the header guard. Remove the
`pragma once` and use a header guard instead.
More information about the All-commits
mailing list