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
bear -- $(MAKE) clean all $(BUILD_DIR)/$(TEST_BIN)||true
133
133
@# Strip .o linker inputs that Bear captures (clang-tidy only compiles)
134
134
@python3 -c "import json;cc=json.load(open('compile_commands.json'));[e.__setitem__('arguments',[a for a in e['arguments'] if not a.endswith('.o')]) for e in cc];json.dump(cc,open('compile_commands.json','w'),indent=2)"
135
135
136
-
# Run clang-tidy (auto-generates compile_commands.json if missing)
136
+
# Run clang-tidy (requires compile_commands.json from bear)
0 commit comments