Skip to content

Commit 7ab85d5

Browse files
committed
Fix #13398 (Clang import: use json output instead of debug output)
1 parent a214e76 commit 7ab85d5

22 files changed

Lines changed: 2303 additions & 2587 deletions

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -558,7 +558,7 @@ $(libcppdir)/checkunusedvar.o: lib/checkunusedvar.cpp lib/addoninfo.h lib/astuti
558558
$(libcppdir)/checkvaarg.o: lib/checkvaarg.cpp lib/addoninfo.h lib/astutils.h lib/check.h lib/checkers.h lib/checkvaarg.h lib/config.h lib/errortypes.h lib/library.h lib/mathlib.h lib/platform.h lib/settings.h lib/smallvector.h lib/sourcelocation.h lib/standards.h lib/symboldatabase.h lib/templatesimplifier.h lib/token.h lib/tokenize.h lib/tokenlist.h lib/utils.h lib/vfvalue.h
559559
$(CXX) ${INCLUDE_FOR_LIB} $(CPPFLAGS) $(CXXFLAGS) -c -o $@ $(libcppdir)/checkvaarg.cpp
560560

561-
$(libcppdir)/clangimport.o: lib/clangimport.cpp lib/addoninfo.h lib/checkers.h lib/clangimport.h lib/config.h lib/errortypes.h lib/library.h lib/mathlib.h lib/platform.h lib/settings.h lib/sourcelocation.h lib/standards.h lib/symboldatabase.h lib/templatesimplifier.h lib/token.h lib/tokenize.h lib/tokenlist.h lib/utils.h lib/vfvalue.h
561+
$(libcppdir)/clangimport.o: lib/clangimport.cpp externals/picojson/picojson.h externals/simplecpp/simplecpp.h lib/addoninfo.h lib/checkers.h lib/clangimport.h lib/config.h lib/errortypes.h lib/json.h lib/library.h lib/mathlib.h lib/platform.h lib/settings.h lib/sourcelocation.h lib/standards.h lib/symboldatabase.h lib/templatesimplifier.h lib/token.h lib/tokenize.h lib/tokenlist.h lib/utils.h lib/vfvalue.h
562562
$(CXX) ${INCLUDE_FOR_LIB} $(CPPFLAGS) $(CXXFLAGS) -c -o $@ $(libcppdir)/clangimport.cpp
563563

564564
$(libcppdir)/color.o: lib/color.cpp lib/color.h lib/config.h

gui/cppcheck_de.ts

Lines changed: 97 additions & 97 deletions
Large diffs are not rendered by default.

gui/cppcheck_es.ts

Lines changed: 97 additions & 97 deletions
Large diffs are not rendered by default.

gui/cppcheck_fi.ts

Lines changed: 97 additions & 97 deletions
Large diffs are not rendered by default.

gui/cppcheck_fr.ts

Lines changed: 97 additions & 97 deletions
Large diffs are not rendered by default.

gui/cppcheck_it.ts

Lines changed: 97 additions & 97 deletions
Large diffs are not rendered by default.

gui/cppcheck_ja.ts

Lines changed: 97 additions & 97 deletions
Large diffs are not rendered by default.

gui/cppcheck_ka.ts

Lines changed: 97 additions & 97 deletions
Large diffs are not rendered by default.

gui/cppcheck_ko.ts

Lines changed: 97 additions & 97 deletions
Large diffs are not rendered by default.

gui/cppcheck_nl.ts

Lines changed: 97 additions & 97 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)