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

Kim Gräsman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sat Nov 16 02:54:59 PST 2019


kimgr added a comment.

I wonder if it would be better to look at the compile-command than the source file?

It's not unthinkable that someone would use another extension for an rc file, or use a .rc extension for a C or C++ source file. But if the compiler is rc.exe, the source file must be in rc format and should be ignored, right?


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