[analyzer] Add basic format string vulnerability checking.
We already have a more conservative check in the compiler (if the format string is not a literal, we warn). Still adding it here for completeness and since this check is stronger - only triggered if the format string is tainted. llvm-svn: 147714
Loading
Please register or sign in to comment