Skip to content
Snippets Groups Projects
  1. Mar 20, 2017
  2. Mar 14, 2017
  3. Feb 10, 2017
  4. Jan 13, 2017
  5. Jan 12, 2017
  6. Jan 09, 2017
  7. Dec 28, 2016
  8. Nov 12, 2016
  9. Aug 06, 2016
  10. Jul 28, 2016
  11. Jul 18, 2016
  12. Jun 21, 2016
  13. Jun 09, 2016
  14. Jun 06, 2016
  15. May 31, 2016
  16. May 06, 2016
  17. May 05, 2016
  18. Mar 30, 2016
    • Gabor Horvath's avatar
      [ASTMatchers] Existing matcher hasAnyArgument fixed · 222b56d7
      Gabor Horvath authored
      Summary: A checker (will be uploaded after this patch) needs to check implicit casts. The checker needs matcher hasAnyArgument but it ignores implicit casts and parenthesized expressions which disables checking of implicit casts for arguments in the checker. However the documentation of the matcher contains a FIXME that this should be removed once separate matchers for ignoring implicit casts and parenthesized expressions are ready. Since these matchers were already there the fix could be executed. Only one Clang checker was affected which was also fixed (ignoreParenImpCasts added) and is separately uploaded. Third party checkers (not in the Clang repository) may be affected by this fix so the fix must be emphasized in the release notes.
      
      Reviewers: klimek, sbenza, alexfh
      
      Subscribers: alexfh, klimek, xazax.hun, cfe-commits
      
      Differential Revision: http://reviews.llvm.org/D18243
      
      git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@264855 91177308-0d34-0410-b5e6-96231b3b80d8
      222b56d7
  19. Mar 24, 2016
  20. Mar 09, 2016
  21. Jan 16, 2016
  22. Jan 13, 2016
  23. Sep 17, 2015
  24. Sep 01, 2015
  25. Aug 12, 2015
  26. Aug 05, 2015
  27. Jul 15, 2015
  28. May 26, 2015
  29. May 14, 2015
  30. May 04, 2015
Loading