jasonliu added inline comments.
================
Comment at: clang/lib/CodeGen/CGDeclCXX.cpp:835
+
+ llvm::CallInst *CI = nullptr;
+ if (Arg == nullptr) {
----------------
nit: trailing whitespace
================
Comment at: clang/test/CodeGen/static-init.cpp:31
+namespace test4 {
+ struct Test4 {
+ Test4();
----------------
nit: trailing whitespace in this line.
struct Test4 {
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D74166/new/
https://reviews.llvm.org/D74166
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits