You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 02-Use_the_Tools_Available.md
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -142,6 +142,10 @@ Can be enabled with the `/analyze` [command line option](http://msdn.microsoft.c
142
142
143
143
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.
144
144
145
+
### Cevelop
146
+
147
+
The [cevelop](https://www.cevelop.com/) IDE has various static analysis and refactoring / code fix tools available.
148
+
145
149
### Qt Creator
146
150
147
151
Qt Creator can plug into the clang static analyzer, but *only* on the *commercial* version of Qt Creator.
0 commit comments