Skip to content

Commit f537d5c

Browse files
committed
README
1 parent 905f79c commit f537d5c

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,11 @@
11
# preprocessor
2-
C++ preprocessor
2+
3+
C/C++ preprocessor
4+
5+
It is written primarily for Cppcheck. But hopefully it will be reused in other projects also. This is a simple preprocessor that is easy to use. It has no Cppcheck-dependencies.
6+
7+
Preprocessing usually hides details so that static analysis can't be done properly. This preprocessor tries to achieve high fidelity:
8+
* Preprocessor directives are saved.
9+
* Comments are saved.
10+
* Source code
11+

0 commit comments

Comments
 (0)