diff options
author | Gabor Marton <gabor.marton@ericsson.com> | 2019-08-12 12:46:28 +0000 |
---|---|---|
committer | Gabor Marton <gabor.marton@ericsson.com> | 2019-08-12 12:46:28 +0000 |
commit | 7b4b3305fff358e54a8ed927fd3711a2e1786608 (patch) | |
tree | efab28eda25ca0c6e84d5544029e6220e43daefb /clang/docs/analyzer | |
parent | 06385d013d08b47008983567bf52bdb909801b4f (diff) | |
download | bcm5719-llvm-7b4b3305fff358e54a8ed927fd3711a2e1786608.tar.gz bcm5719-llvm-7b4b3305fff358e54a8ed927fd3711a2e1786608.zip |
[CrossTU] User docs: remove temporary limiation with macro expansion
D65064, D64635, D64638 pathces solve the issue with macor expansion.
llvm-svn: 368562
Diffstat (limited to 'clang/docs/analyzer')
-rw-r--r-- | clang/docs/analyzer/user-docs/CrossTranslationUnit.rst | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/clang/docs/analyzer/user-docs/CrossTranslationUnit.rst b/clang/docs/analyzer/user-docs/CrossTranslationUnit.rst index 0bbb9ac8186..86f972b63e3 100644 --- a/clang/docs/analyzer/user-docs/CrossTranslationUnit.rst +++ b/clang/docs/analyzer/user-docs/CrossTranslationUnit.rst @@ -173,15 +173,6 @@ Or we can use `CodeChecker parse -e html` to export the results into HTML format $ CodeChecker parse -e html -o html_out reports $ firefox html_out/index.html -If you experience that Clang crashes during the visitation of the BugPath then please disable macro expansion when CTU is used: - -.. code-block:: bash - - $ echo "-Xclang -analyzer-stats -Xclang -analyzer-config -Xclang expand-macros=false" >./saargs_file - $ CodeChecker analyze --ctu --saargs ./saargs_file compile_commands.json -o reports - -We have a patch which will solve this issue soon. - Automated CTU Analysis with scan-build-py (don't do it) ------------------------------------------------------- We actively develop CTU with CodeChecker as a "runner" script, `scan-build-py` is not actively developed for CTU. |