]> granicus.if.org Git - clang/commit
Change Sema's UnusedStaticFuncs to UnusedFileScopedDecls to allow also keeping track...
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Fri, 13 Aug 2010 18:42:17 +0000 (18:42 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Fri, 13 Aug 2010 18:42:17 +0000 (18:42 +0000)
commit49b96d1a382ae9f31456166f1a734d3f7f30b992
treebb2d3d611d5aeb0efc82ca470524fe844aa497d6
parentf759b4dc74fe8b0cc6e1350b860676ac9b853371
Change Sema's UnusedStaticFuncs to UnusedFileScopedDecls to allow also keeping track of unused file scoped variables.

    This is only preparation, currently only static function definitions are tracked, as before.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@111025 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Frontend/PCHBitCodes.h
include/clang/Frontend/PCHReader.h
include/clang/Sema/Sema.h
lib/Frontend/PCHReader.cpp
lib/Frontend/PCHWriter.cpp
lib/Sema/Sema.cpp
lib/Sema/SemaDecl.cpp