[PATCH] D99825: [cmake] Enable -Werror=return-type for clang
    David Blaikie via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Tue Apr  6 10:47:06 PDT 2021
    
    
  
dblaikie requested changes to this revision.
dblaikie added a comment.
This revision now requires changes to proceed.
I don't think this is appropriate/the right direction - we have a general mechanism for turning on warnings-as-errors for a build that I'd expect people to use if they want that behavior. I don't think we want to start opting in specific warnings to warnings-as-error status overriding the users request via the general flag.
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D99825/new/
https://reviews.llvm.org/D99825
    
    
More information about the llvm-commits
mailing list