[PATCH] D53979: [analyzer][CTU] Correctly signal in the function index generation tool if there was an error

Gábor Horváth via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Nov 1 08:35:53 PDT 2018


xazax.hun created this revision.
xazax.hun added reviewers: NoQ, george.karpenkov, Szelethus, martong.
Herald added subscribers: dkrupp, donat.nagy, arphaman, mikhail.ramalho, a.sidorin, rnkovacs, szepet, baloghadamsoftware, whisperity, mgorny.

Do not always return 0 to the OS. This will make it easier for orchestration tools like CodeChecker to detect errors.
Also small NFC cleanups along the way.


Repository:
  rC Clang

https://reviews.llvm.org/D53979

Files:
  tools/clang-func-mapping/CMakeLists.txt
  tools/clang-func-mapping/ClangFnMapGen.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D53979.172131.patch
Type: text/x-patch
Size: 3593 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20181101/93c22033/attachment.bin>


More information about the cfe-commits mailing list