[PATCH] D117717: [clang] Ignore -fconserve-stack

Balázs Benics via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Jan 21 03:53:16 PST 2022


steakhal added a comment.

I'm not really familiar with `scan-build`, we at CodeChecker, we ignore this gcc specific flag explicitly:
https://github.com/Ericsson/codechecker/blob/85dd52dc8f4d47fcf26419fcb44de1ff2a58924f/analyzer/codechecker_analyzer/buildlog/log_parser.py#L72

So, IMO we should probably have something similar and ignore this in `scan-build`. WDYT @NoQ.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D117717



More information about the cfe-commits mailing list