Fixed clang-format target
This commit is contained in:
1
Makefile
1
Makefile
@@ -47,3 +47,4 @@ test: debug
|
|||||||
.PHONY: clang-format
|
.PHONY: clang-format
|
||||||
clang-format:
|
clang-format:
|
||||||
docker run --rm -v $(CURDIR):/root/sources bkryza/clang-format-check:1.2
|
docker run --rm -v $(CURDIR):/root/sources bkryza/clang-format-check:1.2
|
||||||
|
sudo chown -R $(shell id -u):$(shell id -g) src/*
|
||||||
|
|||||||
@@ -4632,10 +4632,12 @@ auto makeMatchExpr(ArgT const &arg, MatcherT const &matcher,
|
|||||||
do { \
|
do { \
|
||||||
Catch::AssertionHandler catchAssertionHandler(macroName##_catch_sr, \
|
Catch::AssertionHandler catchAssertionHandler(macroName##_catch_sr, \
|
||||||
CATCH_INTERNAL_LINEINFO, \
|
CATCH_INTERNAL_LINEINFO, \
|
||||||
CATCH_INTERNAL_STRINGIFY(__VA_ARGS__) "," \
|
CATCH_INTERNAL_STRINGIFY( \
|
||||||
|
__VA_ARGS__) "," \
|
||||||
" " CATCH_INTERNAL_STRINGIFY( \
|
" " CATCH_INTERNAL_STRINGIFY( \
|
||||||
exceptionType) "," \
|
exceptionType) "," \
|
||||||
" " CATCH_INTERNAL_STRINGIFY(matcher), \
|
" " CATCH_INTERNAL_STRINGIFY( \
|
||||||
|
matcher), \
|
||||||
resultDisposition); \
|
resultDisposition); \
|
||||||
if (catchAssertionHandler.allowThrows()) \
|
if (catchAssertionHandler.allowThrows()) \
|
||||||
try { \
|
try { \
|
||||||
|
|||||||
Reference in New Issue
Block a user