Author: martong
Date: Mon Aug 12 05:46:28 2019
New Revision: 368562

URL: http://llvm.org/viewvc/llvm-project?rev=368562&view=rev
Log:
[CrossTU] User docs: remove temporary limiation with macro expansion

D65064, D64635, D64638 pathces solve the issue with macor expansion.

Modified:
    cfe/trunk/docs/analyzer/user-docs/CrossTranslationUnit.rst

Modified: cfe/trunk/docs/analyzer/user-docs/CrossTranslationUnit.rst
URL: 
http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/analyzer/user-docs/CrossTranslationUnit.rst?rev=368562&r1=368561&r2=368562&view=diff
==============================================================================
--- cfe/trunk/docs/analyzer/user-docs/CrossTranslationUnit.rst (original)
+++ cfe/trunk/docs/analyzer/user-docs/CrossTranslationUnit.rst Mon Aug 12 
05:46:28 2019
@@ -173,15 +173,6 @@ Or we can use `CodeChecker parse -e html
   $ 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.


_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to