Skip to content
  • Douglas Gregor's avatar
    Keep track of when declarations are "used" according to C and · c9c02ed8
    Douglas Gregor authored
    C++. This logic is required to trigger implicit instantiation of
    function templates and member functions of class templates, which will
    be implemented separately.
    
    This commit includes support for -Wunused-parameter, printing warnings
    for named parameters that are not used within a function/Objective-C
    method/block. Fixes <rdar://problem/6505209>.
    
    llvm-svn: 73797
    c9c02ed8
Loading