Skip to content

Commit

Permalink
Merge pull request #1918 from Ericsson/revert-1885-add_macro_exapansions
Browse files Browse the repository at this point in the history
Revert "Enabling expand-macros feature of clang"
  • Loading branch information
csordasmarton authored Feb 8, 2019
2 parents e696ad9 + 89a81af commit 03351d2
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions libcodechecker/analyze/analyzers/analyzer_clangsa.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,12 +159,6 @@ def construct_analyzer_cmd(self, result_handler):
'-analyzer-output=' + analyzer_mode,
'-o', analyzer_output_file])

# Expand macros in plist output on the bug path.
analyzer_cmd.extend(['-Xclang',
'-analyzer-config',
'-Xclang',
'expand-macros=true'])

# Checker configuration arguments needs to be set before
# the checkers.
if self.__checker_configs:
Expand Down

0 comments on commit 03351d2

Please sign in to comment.