]> granicus.if.org Git - clang/commit
Fix undefined behavior: member function calls where 'this' is a null pointer.
authorRichard Smith <richard-llvm@metafoo.co.uk>
Thu, 23 Aug 2012 06:16:52 +0000 (06:16 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Thu, 23 Aug 2012 06:16:52 +0000 (06:16 +0000)
commita8eaf008e92759142982f7b40720b2b2674bd663
treefdbc6414d49262a6e3dbf2ecd383c3e1b311f9dc
parent925d58c20aba52ef3901db7402a2067266ed12ea
Fix undefined behavior: member function calls where 'this' is a null pointer.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@162430 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Rewrite/RewriteRope.h
lib/ARCMigrate/Transforms.cpp
lib/Sema/SemaDeclCXX.cpp
lib/Sema/SemaExprObjC.cpp
lib/Sema/SemaObjCProperty.cpp
lib/Sema/SemaTemplate.cpp
lib/Sema/SemaTemplateDeduction.cpp
lib/StaticAnalyzer/Core/SymbolManager.cpp
unittests/Tooling/RewriterTestContext.h