[all-commits] [llvm/llvm-project] ec501f: [clang][CodeGen] Remove the signed version of crea...
Shao-Ce SUN via All-commits
all-commits at lists.llvm.org
Sun Dec 26 22:16:22 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ec501f15a8b8ace2b283732740d6d65d40d82e09
https://github.com/llvm/llvm-project/commit/ec501f15a8b8ace2b283732740d6d65d40d82e09
Author: Shao-Ce SUN <shaoce at nj.iscas.ac.cn>
Date: 2021-12-27 (Mon, 27 Dec 2021)
Changed paths:
M clang/lib/CodeGen/CGDebugInfo.cpp
M clang/lib/CodeGen/CGDebugInfo.h
M llvm/bindings/ocaml/debuginfo/debuginfo_ocaml.c
M llvm/include/llvm-c/DebugInfo.h
M llvm/include/llvm/IR/DIBuilder.h
M llvm/lib/IR/DIBuilder.cpp
M llvm/lib/IR/DebugInfo.cpp
Log Message:
-----------
[clang][CodeGen] Remove the signed version of createExpression
Fix a TODO. Remove the callers of this signed version and delete.
Reviewed By: CodaFi
Differential Revision: https://reviews.llvm.org/D116014
More information about the All-commits
mailing list