[PATCH] D70421: Initialize global vectors with invalid members to catch uninitialization errors
    George Rimar via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Tue Nov 19 03:06:40 PST 2019
    
    
  
grimar added a comment.
Does it make sense to accumulate all global variables in the one place? Like place them to a separate file with `initGlobals` method?
I think one of their problems is that they spreaded everywhere and initialized from many places.
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D70421/new/
https://reviews.llvm.org/D70421
    
    
More information about the llvm-commits
mailing list