<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-clang.git/classes/scan-build.bbclass, branch styhead</title>
<subtitle>Mirror of github.com/kraj/meta-clang.git</subtitle>
<id>https://git.enea.com/cgit/linux/meta-clang.git/atom?h=styhead</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-clang.git/atom?h=styhead'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-clang.git/'/>
<updated>2023-08-14T15:33:05+00:00</updated>
<entry>
<title>scan-build: Add --no-browser option to scan-view</title>
<updated>2023-08-14T15:33:05+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2023-08-12T19:54:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-clang.git/commit/?id=6df9ffeac401b4074ce7baa0031bfd8bb4010374'/>
<id>urn:sha1:6df9ffeac401b4074ce7baa0031bfd8bb4010374</id>
<content type='text'>
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>scan-build.bbclass: Use 0.0.0.0 for CLANG_SCAN_SERVER_IP</title>
<updated>2023-08-14T15:33:05+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2023-08-12T19:13:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-clang.git/commit/?id=e42d40a22905f91f37facda4d3146a680e3ad9dc'/>
<id>urn:sha1:e42d40a22905f91f37facda4d3146a680e3ad9dc</id>
<content type='text'>
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>Manually finish conversion</title>
<updated>2021-08-03T17:00:28+00:00</updated>
<author>
<name>Martin Jansa</name>
<email>Martin.Jansa@gmail.com</email>
</author>
<published>2021-07-30T15:01:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-clang.git/commit/?id=953591e89fba92501cf421adf448aa69caa12e14'/>
<id>urn:sha1:953591e89fba92501cf421adf448aa69caa12e14</id>
<content type='text'>
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>meta-clang: Convert to new override syntax</title>
<updated>2021-08-03T17:00:28+00:00</updated>
<author>
<name>Signed-off-by: Martin Jansa</name>
<email>Martin.Jansa@gmail.com</email>
</author>
<published>2021-08-02T16:45:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-clang.git/commit/?id=17737cc4ecd3aea2c978bf83e283bcb08d097487'/>
<id>urn:sha1:17737cc4ecd3aea2c978bf83e283bcb08d097487</id>
<content type='text'>
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>scan-build.bbclass: Fix typo</title>
<updated>2021-06-08T18:37:54+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2021-05-24T02:40:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-clang.git/commit/?id=da92b363e8b57c506250cd677436d1a44b163c98'/>
<id>urn:sha1:da92b363e8b57c506250cd677436d1a44b163c98</id>
<content type='text'>
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>scan-build: Limit scans to target recipes only</title>
<updated>2019-09-17T06:11:52+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2019-09-16T17:22:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-clang.git/commit/?id=ab7260812307bbcd723a34dc98ca11aa5f92c8c0'/>
<id>urn:sha1:ab7260812307bbcd723a34dc98ca11aa5f92c8c0</id>
<content type='text'>
Add a blacklist for scanning, add packages which are not scannable
Add --force-analyze-debug-code and -analyze-headers to default set of
scan options

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>scan-build.bbclass: Rename tasks</title>
<updated>2018-05-18T01:03:59+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2018-05-18T01:03:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-clang.git/commit/?id=6791d4931106e7206bdd09670621f22fea42730f'/>
<id>urn:sha1:6791d4931106e7206bdd09670621f22fea42730f</id>
<content type='text'>
buildscan -&gt; scanbuild
viewscan -&gt; scanview

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>scan-build: Change pwd to B for buildscan task</title>
<updated>2018-05-16T04:09:21+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2018-05-16T04:09:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-clang.git/commit/?id=708c6b548a36ec2bb069f7ed6b353017f83c55cb'/>
<id>urn:sha1:708c6b548a36ec2bb069f7ed6b353017f83c55cb</id>
<content type='text'>
Drop -C &lt;src&gt; from make invocation this helps in
making it more generic

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>scan-build.bbclass: Do not depend on clang-native</title>
<updated>2018-05-16T02:54:03+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2018-05-16T02:54:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-clang.git/commit/?id=8c55c6713395a88aaa4f00ee65e3d0af23bab18c'/>
<id>urn:sha1:8c55c6713395a88aaa4f00ee65e3d0af23bab18c</id>
<content type='text'>
- Dependency on clang-native causes circular dependency
- Use spaces instead of tabs in shell functions
- Convert do_configure_prepend into a prefunc, makes it work
  with non-shell do_configure
- Use TARGET_CC_ARCH instead of HOST_CC_ARCH

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>scan-build: Add mechanism to run static analysis using clang</title>
<updated>2018-05-15T21:19:27+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2018-05-15T21:19:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-clang.git/commit/?id=e92587be210e380bdd93c94689c43e0c5bdbe7de'/>
<id>urn:sha1:e92587be210e380bdd93c94689c43e0c5bdbe7de</id>
<content type='text'>
Implements issues #44

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
</feed>
