Skip to content
  • Mehdi Amini's avatar
    Turn some C-style vararg into variadic templates · 579540a8
    Mehdi Amini authored
    Module::getOrInsertFunction is using C-style vararg instead of
    variadic templates.
    
    From a user prospective, it forces the use of an annoying nullptr
    to mark the end of the vararg, and there's not type checking on the
    arguments. The variadic template is an obvious solution to both
    issues.
    
    Patch by: Serge Guelton <serge.guelton@telecom-bretagne.eu>
    
    Differential Revision: https://reviews.llvm.org/D31070
    
    llvm-svn: 299699
    579540a8
Loading