[PATCH] D19278: [scan-build] fix logic error warnings emitted on clang code base
Mandeep Singh Grang via cfe-commits
cfe-commits at lists.llvm.org
Tue Apr 19 12:43:17 PDT 2016
mgrang added a subscriber: mgrang.
================
Comment at: lib/Sema/SemaDeclCXX.cpp:438
@@ +437,3 @@
+ assert(New && "New function decalration is NULL, aborting merge.");
+ assert(Old && "Old function decalration is NULL, aborting merge.");
+
----------------
typo: decalration ==> declaration
http://reviews.llvm.org/D19278
More information about the cfe-commits
mailing list