Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removing on-the-fly CTU functionality as it is not supported by clang #1552

Merged
merged 1 commit into from
May 8, 2018

Conversation

dkrupp
Copy link
Member

@dkrupp dkrupp commented May 8, 2018

No description provided.

@dkrupp dkrupp requested review from bruntib, csordasmarton and gyorb May 8, 2018 12:59
'--analyzers', 'clangsa', '--ctu-all']
if reparse:
cmd.append('--ctu-on-the-fly')
'--analyzers', 'clangsa', '--ctu-all','--verbose','debug']
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Space is required after ,. Please fix other Codacy warnings too.

'--analyzers', 'clangsa', '--ctu-analyze']
if reparse:
cmd.append('--ctu-on-the-fly')
'--analyzers', 'clangsa', '--ctu-analyze','--verbose','debug']
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Space is required after ,

@@ -20,8 +20,7 @@ class ClangSAConfigHandler(config_handler.AnalyzerConfigHandler):
def __init__(self):
super(ClangSAConfigHandler, self).__init__()
self.__checker_configs = []
self.__ctu_dir = ''
self.__ctu_in_memory = False
self.__ctu_dir = ''
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove trailing white spaces.

@dkrupp dkrupp force-pushed the remove_ctu_on_the_fly branch from 21cad06 to 1c38743 Compare May 8, 2018 14:18
@dkrupp dkrupp requested a review from csordasmarton May 8, 2018 14:30
@gyorb gyorb added this to the release 6.7 milestone May 8, 2018
@gyorb
Copy link
Contributor

gyorb commented May 8, 2018

clang6 does not support this feature yet, if it will be introduced in clang6 or later we should review if we want to re implement is as it was.

@gyorb gyorb merged commit 2196f1d into Ericsson:master May 8, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants