summaryrefslogtreecommitdiff
path: root/docs/analyzer
diff options
context:
space:
mode:
authorGabor Marton <gabor.marton@ericsson.com>2019-08-12 12:46:28 +0000
committerGabor Marton <gabor.marton@ericsson.com>2019-08-12 12:46:28 +0000
commita0d54c712660f723022fdccb43b9c5b8e33655c6 (patch)
treeab3e9ef9c601b49ce876f37c66247d1f06b34245 /docs/analyzer
parent1171bdc8cfdaace08bbf3208613eb869e76934af (diff)
downloadclang-a0d54c712660f723022fdccb43b9c5b8e33655c6.tar.gz
[CrossTU] User docs: remove temporary limiation with macro expansion
D65064, D64635, D64638 pathces solve the issue with macor expansion. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@368562 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/analyzer')
-rw-r--r--docs/analyzer/user-docs/CrossTranslationUnit.rst9
1 files changed, 0 insertions, 9 deletions
diff --git a/docs/analyzer/user-docs/CrossTranslationUnit.rst b/docs/analyzer/user-docs/CrossTranslationUnit.rst
index 0bbb9ac818..86f972b63e 100644
--- a/docs/analyzer/user-docs/CrossTranslationUnit.rst
+++ b/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.