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:
e388725
)
Fix GCC -Wreturn-type warnings. NFC.
author
Michael Liao
<michael.hliao@gmail.com>
Wed, 2 Oct 2019 04:13:17 +0000
(
04:13
+0000)
committer
Michael Liao
<michael.hliao@gmail.com>
Wed, 2 Oct 2019 04:13:17 +0000
(
04:13
+0000)
llvm-svn: 373422
llvm/include/llvm/BinaryFormat/Dwarf.h
patch
|
blob
|
history
diff --git
a/llvm/include/llvm/BinaryFormat/Dwarf.h
b/llvm/include/llvm/BinaryFormat/Dwarf.h
index
21962bf
..
21cdc6a
100644
(file)
--- a/
llvm/include/llvm/BinaryFormat/Dwarf.h
+++ b/
llvm/include/llvm/BinaryFormat/Dwarf.h
@@
-230,6
+230,7
@@
inline bool isCPlusPlus(SourceLanguage S) {
case DW_LANG_hi_user:
return false;
}
+ llvm_unreachable("Invalid source language");
}
enum CaseSensitivity {