1. b6aa69a Ignore parentheses when check the type of the expr. by Zhongxing Xu · 16 years ago
  2. 37e9c47 SizeofPointerChecker: Many false positives have the form 'sizeof *p'. by Zhongxing Xu · 16 years ago
  3. cbe091f Now we can safely use the argument expression's source range. by Zhongxing Xu · 16 years ago
  4. 52cb277 SizeofPointerChecker: If an explicit type specifier is used, do not issue warnings. by Zhongxing Xu · 16 years ago
  5. 572ea26 Use the source range of the whole sizeof expression, otherwise it crashes when by Zhongxing Xu · 16 years ago
  6. dfed7a1 Put all long strings in 80-col. by Zhongxing Xu · 16 years ago
  7. c24e9f3 Add a test case for CWE-467, and simplify the wording of the warning. by Zhongxing Xu · 16 years ago
  8. 28a109f Add a checker for CWE-467: Use of sizeof() on a Pointer Type. by Zhongxing Xu · 16 years ago