8000 Update 02-Use_the_Tools_Available.md · etem/cppbestpractices@b28ae0e · GitHub
[go: up one dir, main page]

Skip to content

Commit b28ae0e

Browse files
committed
Update 02-Use_the_Tools_Available.md
1 parent bdc0396 commit b28ae0e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

02-Use_the_Tools_Available.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,10 @@ Can be enabled with the `/analyze` [command line option](http://msdn.microsoft.c
142142

143143
Both of these tools from [JetBrains](https://www.jetbrains.com/cpp/) offer some level of static analysis and automated fixes for common things that can be done better. They have options available for free licenses for open source project leaders.
144144

145+
### Cevelop
146+
147+
The [cevelop](https://www.cevelop.com/) IDE has various static analysis and refactoring / code fix tools available.
148+
145149
### Qt Creator
146150

147151
Qt Creator can plug into the clang static analyzer, but *only* on the *commercial* version of Qt Creator.

0 commit comments

Comments
 (0)
0