Custom Rules Check - Struct
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
Chris
am 23 Jan. 2014
Beantwortet: Christian Bard
am 3 Feb. 2014
I'm using Polyspace Bug Finder and I am trying to set a custom rule check using the "Check custom rules" interface under "Coding Rules."
Under "Structs->All struct tags must follow the specified pattern" I need to provide a regular expression that ensures that the struct tag contains the text "STRUCT" in uppercase. For example: typedef struct SS_DATA_STRUCT { blah blah blah }
I've tried quite a few regex, unsuccessfully. Any suggestions?
Thank you. Chris
0 Kommentare
Akzeptierte Antwort
Christian Bard
am 3 Feb. 2014
Would you please try with a regexp like the following: .*STRUCT.*
0 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Run Settings finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!