<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm-project.git/clang/test/CoverageMapping/trymacro.cpp, branch main</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/'/>
<entry>
<title>[Coverage] Add empty line regions to SkippedRegions</title>
<updated>2020-09-21T19:42:53+00:00</updated>
<author>
<name>Zequan Wu</name>
<email>zequanwu@google.com</email>
</author>
<published>2020-09-02T21:50:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=9caa3fbe03f43e3eec30262fbba87c1ee15c05a3'/>
<id>9caa3fbe03f43e3eec30262fbba87c1ee15c05a3</id>
<content type='text'>
Differential Revision: https://reviews.llvm.org/D84988
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Differential Revision: https://reviews.llvm.org/D84988
</pre>
</div>
</content>
</entry>
<entry>
<title>[Coverage] Push a new region when handling CXXTryStmts</title>
<updated>2016-06-22T19:57:58+00:00</updated>
<author>
<name>Vedant Kumar</name>
<email>vsk@apple.com</email>
</author>
<published>2016-06-22T19:57:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=049908b2969f56aba6daf6fb4eb98a4a518ef13a'/>
<id>049908b2969f56aba6daf6fb4eb98a4a518ef13a</id>
<content type='text'>
Push a new region for the try block and propagate execution counts
through it. This ensures that catch statements get a region counter
distinct from the try block's counter.

llvm-svn: 273463
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Push a new region for the try block and propagate execution counts
through it. This ensures that catch statements get a region counter
distinct from the try block's counter.

llvm-svn: 273463
</pre>
</div>
</content>
</entry>
<entry>
<title>[PGO] cc1 option name change for profile instrumentation</title>
<updated>2016-02-04T18:39:09+00:00</updated>
<author>
<name>Rong Xu</name>
<email>xur@google.com</email>
</author>
<published>2016-02-04T18:39:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=9837ef56b45486930a50f4c0b31c37d4f71be957'/>
<id>9837ef56b45486930a50f4c0b31c37d4f71be957</id>
<content type='text'>
This patch changes cc1 option -fprofile-instr-generate to an enum option
-fprofile-instrument={clang|none}. It also changes cc1 options
-fprofile-instr-generate= to -fprofile-instrument-path=.
The driver level option -fprofile-instr-generate and -fprofile-instr-generate=
remain intact. This change will pave the way to integrate new PGO
instrumentation in IR level.

Review: http://reviews.llvm.org/D16730
llvm-svn: 259811
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch changes cc1 option -fprofile-instr-generate to an enum option
-fprofile-instrument={clang|none}. It also changes cc1 options
-fprofile-instr-generate= to -fprofile-instrument-path=.
The driver level option -fprofile-instr-generate and -fprofile-instr-generate=
remain intact. This change will pave the way to integrate new PGO
instrumentation in IR level.

Review: http://reviews.llvm.org/D16730
llvm-svn: 259811
</pre>
</div>
</content>
</entry>
<entry>
<title>InstrProf: Fix a typo in the test for r243066</title>
<updated>2015-07-23T23:34:26+00:00</updated>
<author>
<name>Justin Bogner</name>
<email>mail@justinbogner.com</email>
</author>
<published>2015-07-23T23:34:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=3cfb62da14a9967aa0b4e8b17df33a0b2f43413e'/>
<id>3cfb62da14a9967aa0b4e8b17df33a0b2f43413e</id>
<content type='text'>
llvm-svn: 243068
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
llvm-svn: 243068
</pre>
</div>
</content>
</entry>
<entry>
<title>InstrProf: Don't extend coverage regions into the catch keyword</title>
<updated>2015-07-23T23:24:21+00:00</updated>
<author>
<name>Justin Bogner</name>
<email>mail@justinbogner.com</email>
</author>
<published>2015-07-23T23:24:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=61bf8cb9af472e3c2a7726990c1d8aa764f1a0dd'/>
<id>61bf8cb9af472e3c2a7726990c1d8aa764f1a0dd</id>
<content type='text'>
The catch keyword isn't really part of a region, so it's fairly
meaningless to extend into it. This was usually harmless, but it could
crash when catch blocks involved macros in strange ways.

llvm-svn: 243066
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The catch keyword isn't really part of a region, so it's fairly
meaningless to extend into it. This was usually harmless, but it could
crash when catch blocks involved macros in strange ways.

llvm-svn: 243066
</pre>
</div>
</content>
</entry>
</feed>
