Completion of error handling
Delete an unnecessary condition check in parse_args()
Checking usage of variables in match_function_def()
Fix error source for a segmentation fault during a quick test
Checking influence of “llvm-config” on building the software
Would you like to integrate the following adjustment into your content management system? diff --git a/GNUmakefile b/GNUmakefile index 40cbe6e2..5dc845ae 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -8,17 +8,35 @@ $(info $(shell echo ' GEN 'version.h)) $(shell echo '#define SPARSE_VERSION "$(SPARSE_VERSION)"' > version.h) endif +ifeq ($(strip $(srcdir)),) + SOURCE_DIR::= + SMATCH_SOURCE_DATA_DIR::=smatch_data/ + SMATCH_SOURCE_SCRIPT_DIR::=smatch_scripts/ + SMATCH_SOURCE_MANUAL_DIR::= + SMATCH_INC::=...
Support for out-of-source builds
How do you think about to avoid that this software depends on undefined behaviou...
reserved identifier violation
-funsigned-char ignored