Skip to content
Snippets Groups Projects
  1. Aug 18, 2015
  2. Aug 14, 2015
  3. Aug 11, 2015
  4. Aug 05, 2015
  5. Jul 24, 2015
  6. Jul 23, 2015
  7. Jul 22, 2015
  8. Jul 15, 2015
  9. Jul 02, 2015
  10. Feb 10, 2015
  11. Nov 25, 2014
    • Manuel Klimek's avatar
      Re-apply r222646 (was reverted in r222667). Adding 4 ASTMatchers: typedefDecl,... · b3cf7e2f
      Manuel Klimek authored
      Re-apply r222646 (was reverted in r222667). Adding 4 ASTMatchers: typedefDecl, isInMainFile, isInSystemFile, isInFileMatchingName
      
      Change to original: ifndef out tests in Windows due to /-separated
      paths.
      
      Summary:
      Often one is only interested in matches within the main-file or matches
      that are not within a system-header, for which this patch adds
      isInMainFile and isInSystemFile. They take no arguments and narrow down
      the matches.
      
      The isInFileMatchingName is mainly thought for interactive
      clang-query-sessions, to make a matcher more specific without restarting
      the session with the files you are interested in for that moment. It
      takes a string that will be used as regular-expression to match the
      filename of where the matched node is expanded.
      
      Patch by Hendrik von Prince.
      
      git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@222765 91177308-0d34-0410-b5e6-96231b3b80d8
      b3cf7e2f
  12. Nov 24, 2014
  13. Oct 09, 2014
  14. Sep 04, 2014
  15. Aug 25, 2014
  16. Aug 15, 2014
  17. Aug 05, 2014
  18. Jun 05, 2014
  19. May 27, 2014
  20. Mar 10, 2014
  21. Feb 24, 2014
  22. Nov 18, 2013
  23. Sep 09, 2013
  24. Aug 27, 2013
  25. Aug 16, 2013
  26. Jul 25, 2013
  27. Jul 24, 2013
  28. Jul 15, 2013
  29. Jun 21, 2013
  30. Jun 20, 2013
  31. Jun 10, 2013
Loading