Skip to content

Commit

Permalink
Adjust regexp to clang version #2
Browse files Browse the repository at this point in the history
Complete previous change for clang++ as well as clang
TN: TC21-031

Change-Id: Ia8c23ccd47a2bbe61160bb0e98fcd4ab764f7fcb
  • Loading branch information
ArnaudCharlet committed Jan 21, 2021
1 parent 7f920eb commit 87b9e19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions db/compilers.xml
Original file line number Diff line number Diff line change
Expand Up @@ -271,8 +271,8 @@
<version>
<external>clang++ --version</external>

<!-- 'clang version 6.0.0 ...' -->
<grep regexp="^clang version (\S+) " group="1"></grep>
<!-- '...clang version 6.0.0...' -->
<grep regexp="clang version (\S+)" group="1"></grep>
</version>
<languages>C++</languages>
<target>llvm</target>
Expand Down

0 comments on commit 87b9e19

Please sign in to comment.