[cfe-dev] little file location inconsistency in build
mobi phil
mobi at mobiphil.com
Fri Dec 19 19:48:14 PST 2014
observed that
StaticAnalyzer/Checkers/Checkers.inc
is build in
$BUILD_ROOT/llvm/tools/clang/lib
instead of
$BUILD_ROOT/llvm/tools/clang/include/clang
as other "inc" files
also as "coding best practice" shouldn't includes like
lib/StaticAnalyzer/Checkers/ClangSACheckers.h
contain
#include "clang/StaticAnalyzer/Checkers/Checkers.inc"
instead of
#include "Checkers.inc"
would help a lot for people using "custom" build system
rgrds,
mobi phil
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20141220/291073c0/attachment.html>
More information about the cfe-dev
mailing list