]> granicus.if.org Git - clang/commit
Remove the assertion as it was useless and broken.
authorSylvestre Ledru <sylvestre@debian.org>
Fri, 17 Apr 2015 13:21:39 +0000 (13:21 +0000)
committerSylvestre Ledru <sylvestre@debian.org>
Fri, 17 Apr 2015 13:21:39 +0000 (13:21 +0000)
commitf28eaebc06e9f6e4c2ef62c8b524a3691ec9c508
tree50d9c85e8ff056a0075c729cb2ebdb13ac8c122f
parentf20f630c77b900d4a5f065d9adf3d0ae654a2ca0
Remove the assertion as it was useless and broken.

Enforcing the assert caused the following tests to fail:
Clang :: Analysis__bstring.c
Clang :: Analysis__comparison-implicit-casts.cpp
Clang :: Analysis__malloc-interprocedural.c
Clang :: Analysis__malloc.c
Clang :: Analysis__redefined_system.c
Clang :: Analysis__string.c
Clang :: Analysis__weak-functions.c

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@235190 91177308-0d34-0410-b5e6-96231b3b80d8
lib/StaticAnalyzer/Checkers/CStringChecker.cpp