[all-commits] [llvm/llvm-project] bb33f9: [lldb/Test] Add missing stdio.h includes
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Tue Aug 4 13:08:34 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: bb33f925a673f3bb9793d2157c9d3d46d9ad7f25
https://github.com/llvm/llvm-project/commit/bb33f925a673f3bb9793d2157c9d3d46d9ad7f25
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2020-08-04 (Tue, 04 Aug 2020)
Changed paths:
M lldb/test/API/commands/target/basic/a.c
M lldb/test/API/lang/c/global_variables/main.c
Log Message:
-----------
[lldb/Test] Add missing stdio.h includes
Fixes error: implicit declaration of function 'printf' is invalid in C99
[-Werror,-Wimplicit-function-declaration]
More information about the All-commits
mailing list