[PATCH] D95793: [clang][cli] Generate and round-trip language options
Jan Svoboda via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Feb 1 09:09:44 PST 2021
jansvoboda11 created this revision.
jansvoboda11 added reviewers: dexonsmith, Bigcheese.
Herald added subscribers: dang, mgorny.
jansvoboda11 requested review of this revision.
Herald added a reviewer: jdoerfert.
Herald added subscribers: cfe-commits, sstefan1.
Herald added a project: clang.
This patch implements generation of remaining language options and tests it by performing parse-generate-parse round trip (on by default for assert builds, off otherwise).
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D95793
Files:
clang/include/clang/Basic/Sanitizers.h
clang/include/clang/Driver/Options.td
clang/include/clang/Frontend/CompilerInvocation.h
clang/lib/Basic/Sanitizers.cpp
clang/lib/Frontend/CompilerInvocation.cpp
clang/unittests/Basic/CMakeLists.txt
clang/unittests/Basic/SanitizersTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D95793.320496.patch
Type: text/x-patch
Size: 22776 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20210201/717250cf/attachment-0001.bin>
More information about the cfe-commits
mailing list