tvl-depot/third_party/nix/src/libexpr
Vincent Ambo b490742a51 style(3p/nix): Enforce braces around loops and conditionals
This change was generated with:

  fd -e cc -e hh | xargs -I{} clang-tidy {} -p ~/projects/nix-build/ \
    --checks='-*,readability-braces-around-statements' --fix \
    -fix-errors

Some manual fixes were applied because some convoluted unbraced
statements couldn't be untangled by clang-tidy.

This commit still includes invalid files, but I decided to clean them
up in a subsequent commit so that it becomes more obvious where
clang-tidy failed. Maybe this will allow for a bug-report to
clang-tidy.
2020-05-19 17:38:04 +01:00
..
primops style(3p/nix): Enforce braces around loops and conditionals 2020-05-19 17:38:04 +01:00
attr-path.cc style(3p/nix): Reformat all includes to match new style 2020-05-19 15:55:11 +01:00
attr-path.hh style(3p/nix): Reformat all includes to match new style 2020-05-19 15:55:11 +01:00
attr-set.cc style(3p/nix): Reformat all includes to match new style 2020-05-19 15:55:11 +01:00
attr-set.hh style(3p/nix): Reformat all includes to match new style 2020-05-19 15:55:11 +01:00
common-eval-args.cc style(3p/nix): Reformat all includes to match new style 2020-05-19 15:55:11 +01:00
common-eval-args.hh style(3p/nix): Reformat project in Google C++ style 2020-05-17 16:31:57 +01:00
eval-inline.hh style(3p/nix): Enforce braces around loops and conditionals 2020-05-19 17:38:04 +01:00
eval.cc style(3p/nix): Enforce braces around loops and conditionals 2020-05-19 17:38:04 +01:00
eval.hh style(3p/nix): Reformat all includes to match new style 2020-05-19 15:55:11 +01:00
function-trace.cc style(3p/nix): Reformat all includes to match new style 2020-05-19 15:55:11 +01:00
function-trace.hh style(3p/nix): Reformat all includes to match new style 2020-05-19 15:55:11 +01:00
get-drvs.cc style(3p/nix): Enforce braces around loops and conditionals 2020-05-19 17:38:04 +01:00
get-drvs.hh style(3p/nix): Reformat all includes to match new style 2020-05-19 15:55:11 +01:00
json-to-value.cc style(3p/nix): Enforce braces around loops and conditionals 2020-05-19 17:38:04 +01:00
json-to-value.hh style(3p/nix): Reformat all includes to match new style 2020-05-19 15:55:11 +01:00
lexer.l Add 'third_party/nix/' from commit 'be66c7a6b24e3c3c6157fd37b86c7203d14acf10' 2020-05-17 15:52:38 +01:00
meson.build refactor(3p/nix/libexpr): Replace logging.h with glog 2020-05-19 01:24:50 +01:00
names.cc style(3p/nix): Enforce braces around loops and conditionals 2020-05-19 17:38:04 +01:00
names.hh style(3p/nix): Reformat all includes to match new style 2020-05-19 15:55:11 +01:00
nix-expr.pc.in Add 'third_party/nix/' from commit 'be66c7a6b24e3c3c6157fd37b86c7203d14acf10' 2020-05-17 15:52:38 +01:00
nixexpr.cc style(3p/nix): Enforce braces around loops and conditionals 2020-05-19 17:38:04 +01:00
nixexpr.hh style(3p/nix): Enforce braces around loops and conditionals 2020-05-19 17:38:04 +01:00
parser.y refactor(3p/nix/libexpr): Replace logging.h with glog 2020-05-19 01:24:50 +01:00
primops.cc style(3p/nix): Enforce braces around loops and conditionals 2020-05-19 17:38:04 +01:00
primops.hh style(3p/nix): Reformat all includes to match new style 2020-05-19 15:55:11 +01:00
symbol-table.hh style(3p/nix): Reformat all includes to match new style 2020-05-19 15:55:11 +01:00
value-to-json.cc style(3p/nix): Enforce braces around loops and conditionals 2020-05-19 17:38:04 +01:00
value-to-json.hh style(3p/nix): Reformat all includes to match new style 2020-05-19 15:55:11 +01:00
value-to-xml.cc style(3p/nix): Enforce braces around loops and conditionals 2020-05-19 17:38:04 +01:00
value-to-xml.hh style(3p/nix): Reformat all includes to match new style 2020-05-19 15:55:11 +01:00
value.hh style(3p/nix): Reformat project in Google C++ style 2020-05-17 16:31:57 +01:00