File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11Simple C/C++ preprocessor
22
3- This is a simple and easy to use preprocessor.
3+ This is a simple C/C++ preprocessor.
44
5- Written primarily for Cppcheck. But hopefully it will be reused in other projects also. There are no Cppcheck dependencies .
5+ To see how you can use simplecpp in your project, you can look at the file main.cpp .
66
7- The intention is that this preprocessor will have good fidelity .
8- * Preprocessor directives will be saved .
9- * Comments will be saved .
10- * Tracking which macro is expanded
7+ Simplecpp has better fidelity than normal C/C++ preprocessors .
8+ * Preprocessor directives are available .
9+ * Comments are available .
10+ * Tracking macro usage.
1111This information is normally lost during preprocessing but it can be necessary for proper static analysis.
12+
You can’t perform that action at this time.
0 commit comments