From 217e3f2ea1e8983328364607f244daceeafca167 Mon Sep 17 00:00:00 2001 From: Luboš Luňák Date: Thu, 3 Jan 2013 20:15:21 +0100 Subject: better handling of which files are processed by clang plugins Check that only LO's files are processed, as there's no point otherwise. Also warn about files in workdir/solver/builddir, as those are either generated or copies. Try to automatically match include files from solver to srcdir though, as that's where include files are usually included from :(. Change-Id: Ie8389e903f623a9d0e75015091acc0da78e76c3a --- config/config_clang.h.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config') diff --git a/config/config_clang.h.in b/config/config_clang.h.in index 60ff5bf5914d..9d87e7a80b26 100644 --- a/config/config_clang.h.in +++ b/config/config_clang.h.in @@ -7,6 +7,9 @@ Settings related to Clang compiler plugins. #ifndef CONFIG_CLANG_H #define CONFIG_CLANG_H +#undef BUILDDIR +#undef OUTDIR #undef SRCDIR +#undef WORKDIR #endif -- cgit