[PATCH] D116722: [clang] Verify ssp buffer size is a valid integer

Alex Tsao via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Jan 28 23:05:36 PST 2022


alextsao1999 marked 2 inline comments as done.
alextsao1999 added inline comments.


================
Comment at: clang/lib/Driver/ToolChains/Clang.cpp:3209
+        } else
+          D.Diag(clang::diag::err_invalid_ssp_buffer_size);
       }
----------------
compnerd wrote:
> Please consistently use the braces (either applied to both or on neither).
Thanks, fixed. Are there any other issues?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D116722/new/

https://reviews.llvm.org/D116722



More information about the cfe-commits mailing list