summaryrefslogtreecommitdiffstats
path: root/build-gluster-org/scripts/clang.sh
Commit message (Collapse)AuthorAgeFilesLines
* Revert "clang: add '-analyze-header' option"Amar Tumballi2019-06-111-1/+1
| | | | | | | | | By adding header files, the bug count went upto 482 from 66, and the same false positive I wished to go away increased. This reverts commit cdac43d2eaf40f686a6f2519f4183a6ededbd087. Change-Id: I651c5610cb3d19e13d0b3fad498b909346f941bf
* clang: add '-analyze-header' optionAmar Tumballi2019-06-101-1/+1
| | | | | | | | | | Some of the recent analysis of the clang scan report shows that some macros were not considered while analyzing. Specially the LIST_INIT(), causing at least 30+ false positives. This is an effort to see if this option has anything to do with that. Change-Id: I589050eea6088bfe7adffdc7c23a2228f8c71631 Signed-off-by: Amar Tumballi <amarts@redhat.com>
* scripts: remove deprecated bd-xlator optionAmar Tumballi2019-04-301-1/+1
| | | | | Change-Id: Ic7756d3b03539a9e36c8995c00705d635618c87d Signed-off-by: Amar Tumballi <amarts@redhat.com>
* Use fedora builder and fedora29 mock config for clang jobDeepshikha khandelwal2019-03-221-1/+1
| | | | | Change-Id: Ie9068af3fcbf1f55d7fa3cbe9efb4cd0ea3fae85 Signed-off-by: Deepshikha khandelwal <dkhandel@redhat.com>
* More refactoring, as suggested by DeepshikaMichael Scherer2019-03-221-1/+0
| | | | Change-Id: Ia96e4f220b8a9f67d4aa09a2213a7d31ddcab141
* Refactor the scriptMichael Scherer2019-03-221-8/+11
| | | | | | ease the change of chroot and options Change-Id: I1f7c442d383208507620d79fbb491b097f490938
* clang: fix the string for disabling the bd xlator properlyAmar Tumballi2018-08-271-1/+1
| | | | | Change-Id: I57f1561b59f0e6ff09076965564170ec34b41992 Signed-off-by: Amar Tumballi <amarts@redhat.com>
* clang: remove block-device from the buildAmar Tumballi2018-08-251-1/+1
| | | | | Change-Id: If6a16648d832443f428ee5d1d656febae16656e0 Signed-off-by: Amar Tumballi <amarts@redhat.com>
* Update clang job to not check for Dead StoresNigel Babu2018-08-101-1/+1
| | | | Change-Id: Idf4d769a5edb3caadaf1b29b9b666287c3304620
* Fix mock for clangNigel Babu2018-03-191-8/+8
| | | | | | Upgrade the mock environment to F27 while in there Change-Id: I7df07881ee21bc532bd25f6e1b64a8b9215d1ac4
* Run clang in a fedora chrootNigel Babu2017-08-141-3/+10
| | | | | | | This job builds a chroot, installs clang, copies the code inside, does a clang analyze inside the chroot and then copies the results out. Change-Id: I3899cf0a41c3ff5c772cb6d98b15ff1634f8cdb8
* Added a clang scan-build job to gluster pipelinedeepshikhaaa2017-07-201-0/+3
Change-Id: Ie265380582b1423630f49d8c504b6ac6155a002c Signed-off-by: deepshikhaaa <deepshikhakhandelwal8@gmail.com>