]> granicus.if.org Git - clang/commit
Move identification of memory setting and copying functions (memset,
authorAnna Zaks <ganna@apple.com>
Fri, 13 Jan 2012 21:52:01 +0000 (21:52 +0000)
committerAnna Zaks <ganna@apple.com>
Fri, 13 Jan 2012 21:52:01 +0000 (21:52 +0000)
commitd9b859a74ecaede23a78d37f364498102ef418c9
tree4f63875d9e85449142ebc39904f06dd567ae2e15
parent31cbe684302a5ccb001fa2131c0e4aeaa372f5c0
Move identification of memory setting and copying functions (memset,
memcmp, strncmp,..) out of Sema and into FunctionDecl so that the logic
could be reused in the analyzer.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@148142 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/Decl.h
include/clang/Sema/Sema.h
lib/AST/Decl.cpp
lib/Sema/SemaChecking.cpp