forked from SonarOpenCommunity/sonar-cxx
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add path/flow support for Clang Static Analyzer *.plist reports
Closes SonarOpenCommunity#1707.
- Loading branch information
Adam Romanek
committed
Apr 23, 2019
1 parent
d822d94
commit b7e16aa
Showing
6 changed files
with
237 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -194,6 +194,16 @@ | |
</developer> | ||
</developers> | ||
|
||
<contributors> | ||
<contributor> | ||
<name>Adam Romanek</name> | ||
<email>[email protected]</email> | ||
<organization>Liberty Global B.V.</organization> | ||
<organizationUrl>https://www.libertyglobal.com</organizationUrl> | ||
<timezone>Europe/Warsaw</timezone> | ||
</contributor> | ||
</contributors> | ||
|
||
<modules> | ||
<module>cxx-squid</module> | ||
<module>cxx-checks</module> | ||
|