]> granicus.if.org Git - clang/commit
remove a bunch of unused private methods
authorNuno Lopes <nunoplopes@sapo.pt>
Sun, 23 Mar 2014 17:12:37 +0000 (17:12 +0000)
committerNuno Lopes <nunoplopes@sapo.pt>
Sun, 23 Mar 2014 17:12:37 +0000 (17:12 +0000)
commit50cd0d9d2cac0b77f5a56595403adad66cf09705
tree5f12da83ef1d5a883cb6aa1281951d32466a6abc
parentf5c211a55a2cd7fec4f45668e8e39c0d59c5aba5
remove a bunch of unused private methods
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
lib/ARCMigrate/TransProperties.cpp
lib/AST/MicrosoftMangle.cpp
lib/Analysis/AnalysisDeclContext.cpp
lib/Analysis/LiveVariables.cpp
lib/Index/USRGeneration.cpp
lib/Sema/SemaChecking.cpp
lib/StaticAnalyzer/Checkers/GenericTaintChecker.cpp