[PATCH] D85789: [Parser] Suppress -Wempty-translation-unit if this is a header file

2020-08-13 Thread Sam McCall via Phabricator via cfe-commits
This revision was landed with ongoing or failed builds. This revision was automatically updated to reflect the committed changes. Closed by commit rGc286d6fdeeb2: [Parser] Suppress -Wempty-translation-unit if this is a header file (authored by sammccall). Repository: rG LLVM Github Monorepo

[PATCH] D85789: [Parser] Suppress -Wempty-translation-unit if this is a header file

2020-08-11 Thread Sam McCall via Phabricator via cfe-commits
sammccall created this revision. sammccall added a reviewer: kadircet. Herald added subscribers: cfe-commits, usaxena95. Herald added a project: clang. sammccall requested review of this revision. Herald added a subscriber: ilya-biryukov. This is motivated by tooling (clangd, libclang etc) -