Skip to content
  • Chandler Carruth's avatar
    Add a generic collection of class templates to ADT for building · 1d47523a
    Chandler Carruth authored
    variadic-like functions in C++98. See the comments in the header file
    for a more detailed description of how these work. We plan to use these
    extensively in the AST matching library. This code and idea were
    originally authored by Zhanyong Wan. I've condensed it using macros
    to reduce repeatition and adjusted it to fit better with LLVM's ADT.
    
    Thanks to both David Blaikie and Doug Gregor for the review!
    
    llvm-svn: 146729
    1d47523a
Loading