[PATCH] D70196: [clang-include-fixer] Skip .rc files when finding symbols

Sam McCall via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Nov 13 12:38:58 PST 2019


sammccall accepted this revision.
sammccall added a comment.
This revision is now accepted and ready to land.

This seems fine as a workaround, but will obviously only affect include-fixer. I'm wary of embedding it deeper without understanding the problem though.

Can you paste the *.rc entry from compile_commands.json?
I'm curious how CMake wants to send it to clang, and why it works with clang but not other tools.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D70196/new/

https://reviews.llvm.org/D70196





More information about the cfe-commits mailing list