Notgnoshi / includegraph

Generate preprocessor #include dependency graphs from a Clang compilation database

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Always allow #pragma once

Notgnoshi opened this issue · comments

foo.h:1:9: error: #pragma once in main file [-Werror]
 #pragma once
         ^
cc1plus: all warnings being treated as errors

Additionally, is it possible to detect circular includes when using #pragma once?