[cfe-users] Clang (with Visual Studio) wrongly complains about missing variables
John Emmas via cfe-users
cfe-users at lists.llvm.org
Wed Sep 22 04:21:36 PDT 2021
On 21/09/2021 14:24, John Emmas via cfe-users wrote:
>
> clang-cl /? reveals that it'll handle the Microsoft variant of /Ob0
>
> [...]
>
> So do you happen to know if clang-cl produces some kinda log file
> (i.e. that'd let me see which commands it actually received?)
>
All the signs here are that Clang is still trying to inline stuff - even
when it's been told not to... so is there some way I could check if it
responds correctly to "/Ob0"? Maybe ask a question on cfe-dev ?
John
More information about the cfe-users
mailing list