Skip to content

Commit cc97fc4

Browse files
1 parent d256d5f commit cc97fc4

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

clion.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@ <h3 id="lint-selected-file-for-google-style-guide">Lint selected file for google
380380
<li><strong>Name:</strong> <code class="language-plaintext highlighter-rouge">Cpplint File</code></li>
381381
<li><strong>Description:</strong> <code class="language-plaintext highlighter-rouge">Apply cpplint to the current file</code></li>
382382
<li><strong>Program:</strong> <code class="language-plaintext highlighter-rouge">bazel</code></li>
383-
<li><strong>Arguments:</strong> <code class="language-plaintext highlighter-rouge">run @styleguide//:cpplint -- --output=eclipse
383+
<li><strong>Arguments:</strong> <code class="language-plaintext highlighter-rouge">run @cpplint_internal//:cpplint -- --output=eclipse
384384
$FilePath$</code></li>
385385
<li><strong>Working directory:</strong> <code class="language-plaintext highlighter-rouge">$Projectpath$</code></li>
386386
<li><strong>Advanced Options:</strong> Confirm <code class="language-plaintext highlighter-rouge">Open console for tool output</code> is checked</li>
@@ -443,7 +443,7 @@ <h3 id="alternative-linting-configuration">Alternative linting configuration</h3
443443

444444
<p>Building the google styleguide lint tool:</p>
445445

446-
<p><code class="language-plaintext highlighter-rouge">bazel build @styleguide//:cpplint</code></p>
446+
<p><code class="language-plaintext highlighter-rouge">bazel build @cpplint_internal//:cpplint</code></p>
447447

448448
<p><strong>Drake style addenda</strong></p>
449449

from_source.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ <h1 id="supported-configurations">Supported Configurations</h1>
203203
<td>Ubuntu 22.04 LTS (Jammy Jellyfish)</td>
204204
<td>x86_64</td>
205205
<td>3.10</td>
206-
<td>8.3</td>
206+
<td>8.4</td>
207207
<td>3.22</td>
208208
<td>GCC 11 (default) or Clang 15</td>
209209
<td>OpenJDK 11</td>
@@ -212,7 +212,7 @@ <h1 id="supported-configurations">Supported Configurations</h1>
212212
<td>Ubuntu 24.04 LTS (Noble Numbat)</td>
213213
<td>x86_64</td>
214214
<td>3.12</td>
215-
<td>8.3</td>
215+
<td>8.4</td>
216216
<td>3.28</td>
217217
<td>GCC 13 (default) or Clang 19</td>
218218
<td>OpenJDK 21</td>
@@ -221,7 +221,7 @@ <h1 id="supported-configurations">Supported Configurations</h1>
221221
<td>macOS Sonoma (14)</td>
222222
<td>arm64</td>
223223
<td>3.13</td>
224-
<td>8.3</td>
224+
<td>8.4</td>
225225
<td>4.1</td>
226226
<td>Apple LLVM 16 (Xcode 16.2)</td>
227227
<td>OpenJDK 23</td>
@@ -230,7 +230,7 @@ <h1 id="supported-configurations">Supported Configurations</h1>
230230
<td>macOS Sequoia (15)</td>
231231
<td>arm64</td>
232232
<td>3.13</td>
233-
<td>8.3</td>
233+
<td>8.4</td>
234234
<td>4.1</td>
235235
<td>Apple LLVM 17 (Xcode 16.4)</td>
236236
<td>OpenJDK 23</td>

0 commit comments

Comments
 (0)