Skip to content

Commit

Permalink
Merge pull request #1919 from gyorb/remove-macro-doc
Browse files Browse the repository at this point in the history
remove macro feature from changelog
  • Loading branch information
csordasmarton authored Feb 8, 2019
2 parents a1d4529 + 469fff6 commit e696ad9
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions www/changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,25 +12,6 @@ <h1>CodeChecker</h1>
<div class="blocks">
<h2>Highlights of <a href="https://github.com/Ericsson/codechecker/releases/tag/v6.9.0" class="link">CodeChecker 6.9.0</a> release</h2>

<div class="items">
<div class="intro-row">
<h3>Show macro definitions and notes</h3>
<div class="content">
<div class="intro-col intro-col-left col-md-2">
If a bug path goes through a macro, it is impossible to understand
the bug path, since macro definitions cannot be resolved. Now we show
macro expansion and notes in the web UI if your Clang version
supports it.
</div>
<div class="intro-col intro-col-right col-md-2">
<a href="/images/macro_expansion.png" data-dojo-type="dojox.image.Lightbox" title="Macro expansion">
<img src="/images/macro_expansion.png" alt="Macro expansion" />
</a>
</div>
</div>
</div>
</div>

<div class="items">
<div class="intro-row">
<h3>New detection status types</h3>
Expand Down

0 comments on commit e696ad9

Please sign in to comment.