Skip to content
Snippets Groups Projects
  • Nuno Lopes's avatar
    50cd0d9d
    remove a bunch of unused private methods · 50cd0d9d
    Nuno Lopes authored
    found with a smarter version of -Wunused-member-function that I'm playwing with.
    Appologies in advance if I removed someone's WIP code.
    
     ARCMigrate/TransProperties.cpp                  |    8 -----
     AST/MicrosoftMangle.cpp                         |    1 
     Analysis/AnalysisDeclContext.cpp                |    5 ---
     Analysis/LiveVariables.cpp                      |   14 ----------
     Index/USRGeneration.cpp                         |   10 -------
     Sema/Sema.cpp                                   |   33 +++++++++++++++++++++---
     Sema/SemaChecking.cpp                           |    3 --
     Sema/SemaDecl.cpp                               |   20 ++------------
     StaticAnalyzer/Checkers/GenericTaintChecker.cpp |    1 
     9 files changed, 34 insertions(+), 61 deletions(-)
    
    
    git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@204561 91177308-0d34-0410-b5e6-96231b3b80d8
    50cd0d9d
    History
    remove a bunch of unused private methods
    Nuno Lopes authored
    found with a smarter version of -Wunused-member-function that I'm playwing with.
    Appologies in advance if I removed someone's WIP code.
    
     ARCMigrate/TransProperties.cpp                  |    8 -----
     AST/MicrosoftMangle.cpp                         |    1 
     Analysis/AnalysisDeclContext.cpp                |    5 ---
     Analysis/LiveVariables.cpp                      |   14 ----------
     Index/USRGeneration.cpp                         |   10 -------
     Sema/Sema.cpp                                   |   33 +++++++++++++++++++++---
     Sema/SemaChecking.cpp                           |    3 --
     Sema/SemaDecl.cpp                               |   20 ++------------
     StaticAnalyzer/Checkers/GenericTaintChecker.cpp |    1 
     9 files changed, 34 insertions(+), 61 deletions(-)
    
    
    git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@204561 91177308-0d34-0410-b5e6-96231b3b80d8
Code owners
Assign users and groups as approvers for specific file changes. Learn more.