[cfe-commits] r169144 - in /cfe/trunk: include/clang/Driver/Options.td include/clang/Frontend/CodeGenOptions.h lib/CodeGen/BackendUtil.cpp lib/Driver/SanitizerArgs.h lib/Driver/Tools.cpp lib/Frontend/CompilerInvocation.cpp test/Driver/fsanitize-blacklist.c

Alexey Samsonov samsonov at google.com
Fri Jul 19 05:41:03 PDT 2013


Hi Sean!

Sorry for the late reply...

What is the best place for describing the file format? The general format
is shared among all sanitizer tools, but there can be sanitizer-specific
entries as well.
E.g. we can describe -fsanitize-blacklist/-fno-sanitize-blacklist flags in
UsersManual and give a link to new SanitizerSpecialCaseList.rst file, that
would describe the format and common
functionality. Then, in each of the AddressSanitizer, ThreadSanitizer and
MemorySanitizer pages we may also give a link to SanitizerSpecialCaseList
and describe tool-specific additions (if any).
Does it make sense?



On Sat, Jul 13, 2013 at 7:19 AM, Sean Silva <silvas at purdue.edu> wrote:

> Hi Alexey, please add documentation for this flag to <
> http://clang.llvm.org/docs/UsersManual.html> (docs/UsersManual.rst).
> Especially make sure to document the format and semantics of this blacklist
> file.
>
> Sorry for the late review.
>
> -- Sean Silva
>



-- 
Alexey Samsonov, MSK
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20130719/73aebef6/attachment.html>


More information about the cfe-commits mailing list