Skip to content

Commit

Permalink
updated NOTES.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
silverqx committed May 3, 2024
1 parent 580df9c commit 84880af
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion NOTES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -953,7 +953,9 @@ select -ExpandProperty FullName > b.txt

cat .\compile_commands.json | sls '"file":' > a.txt

And use regex-es from analyzers-qt5/6.yml
And use regex-es from analyzers-qt5/6.yml, eg.:

Get-Content .\a.txt | sls -Pattern '[\\\/]+(?:drivers|examples|orm|src|tests|tom)[\\\/]+.+?[\\\/]+(?!mocs_)[\w\d_\-\+]+\.cpp' | measure


Clazy in QtCreator:
Expand Down

0 comments on commit 84880af

Please sign in to comment.