diff options
Diffstat (limited to 'clang/lib/CodeGen/CodeGenAction.cpp')
-rw-r--r-- | clang/lib/CodeGen/CodeGenAction.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/CodeGenAction.cpp b/clang/lib/CodeGen/CodeGenAction.cpp index 8c12a67..5297101 100644 --- a/clang/lib/CodeGen/CodeGenAction.cpp +++ b/clang/lib/CodeGen/CodeGenAction.cpp @@ -698,7 +698,7 @@ BackendConsumer::getFunctionSourceLocation(const Function &F) const { if (Pair.first == Hash) return Pair.second; } - return Optional<FullSourceLoc>(); + return None; } void BackendConsumer::UnsupportedDiagHandler( |