LLVM Project
Build Code
-
Configure
-
Build code
Issue
Work Flow
| Status | Icons | Admonition |
|---|---|---|
| Track | quote |
|
| In Progress | tip |
|
| Done | success |
clang:frontend
Warnings
Pull #180481: [llvm/CAS] Handle switch default to fix missing return warning
/home/zjackhua/open-source/llvm-project/llvm/lib/CAS/OnDiskGraphDB.cpp: In member function ‘llvm::cas::ondisk::OnDiskGraphDB::FileBackedData {anonymous}::StandaloneDataInMemory::getInternalFileBackedObjectData(llvm::StringRef) const’:
/home/zjackhua/open-source/llvm-project/llvm/lib/CAS/OnDiskGraphDB.cpp:1441:1: warning: control reaches end of non-void function [-Wreturn-type]
1441 | }
| ^