[all-commits] [llvm/llvm-project] 85f612: DebugInfo: Use sugared function type when emitting...
David Blaikie via All-commits
all-commits at lists.llvm.org
Tue Sep 28 10:45:15 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 85f612efeb352e759f120ee183bf31b1fd7e801a
https://github.com/llvm/llvm-project/commit/85f612efeb352e759f120ee183bf31b1fd7e801a
Author: David Blaikie <dblaikie at gmail.com>
Date: 2021-09-28 (Tue, 28 Sep 2021)
Changed paths:
M clang/lib/CodeGen/CGDebugInfo.cpp
M clang/lib/CodeGen/CGDebugInfo.h
M clang/lib/CodeGen/CGExpr.cpp
M clang/lib/CodeGen/CodeGenFunction.cpp
M clang/test/CodeGen/debug-info-extern-call.c
Log Message:
-----------
DebugInfo: Use sugared function type when emitting function declarations for call sites
Otherwise we're losing type information for these functions.
More information about the All-commits
mailing list