1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-09 03:56:01 +01:00
nix/src/libexpr
Sergei Zimmerman 95d9c13716
Apply clang-format universally.
* It is tough to contribute to a project that doesn't use a formatter,
* It is extra hard to contribute to a project which has configured the formatter, but ignores it for some files
* Code formatting makes it harder to hide obscure / weird bugs by accident or on purpose,

Let's rip the bandaid off?

Note that PRs currently in flight should be able to be merged relatively easily by applying `clang-format` to their tip prior to merge.

Co-authored-by: Graham Christensen <graham@grahamc.com>
2025-07-18 22:26:03 +03:00
..
include/nix/expr Apply clang-format universally. 2025-07-18 22:26:03 +03:00
primops Apply clang-format universally. 2025-07-18 22:26:03 +03:00
value Apply clang-format universally. 2025-07-18 22:26:03 +03:00
.version Meson build for libexpr and libflake 2024-07-02 09:23:24 -04:00
attr-path.cc Apply clang-format universally. 2025-07-18 22:26:03 +03:00
attr-set.cc Apply clang-format universally. 2025-07-18 22:26:03 +03:00
eval-cache.cc Apply clang-format universally. 2025-07-18 22:26:03 +03:00
eval-error.cc Apply clang-format universally. 2025-07-18 22:26:03 +03:00
eval-gc.cc libexpr: Reduce the size of Value down to 16 bytes 2025-07-02 22:27:37 +03:00
eval-profiler-settings.cc Apply clang-format universally. 2025-07-18 22:26:03 +03:00
eval-profiler.cc Apply clang-format universally. 2025-07-18 22:26:03 +03:00
eval-settings.cc Apply clang-format universally. 2025-07-18 22:26:03 +03:00
eval.cc Apply clang-format universally. 2025-07-18 22:26:03 +03:00
fetchurl.nix Format .nix files 2025-01-24 17:04:02 +01:00
function-trace.cc Apply clang-format universally. 2025-07-18 22:26:03 +03:00
get-drvs.cc Apply clang-format universally. 2025-07-18 22:26:03 +03:00
imported-drv-to-derivation.nix Format .nix files 2025-01-24 17:04:02 +01:00
json-to-value.cc Apply clang-format universally. 2025-07-18 22:26:03 +03:00
lexer-helpers.cc Make lexer-helpers.hh internal to fix a clang-tidy error 2025-04-07 18:21:08 +02:00
lexer-helpers.hh Apply clang-format universally. 2025-07-18 22:26:03 +03:00
lexer.l libexpr: Improve lexer performance by using full scanner tables (-Cf) 2025-05-01 23:10:04 +00:00
meson.build libexpr: Add SampleStack stack-sampling profiler 2025-05-21 20:15:19 +00:00
meson.options Meson build for libexpr and libflake 2024-07-02 09:23:24 -04:00
nix-meson-build-support rename: build-utils-meson -> nix-meson-build-support 2024-12-09 16:54:42 +01:00
nixexpr.cc Apply clang-format universally. 2025-07-18 22:26:03 +03:00
package.nix Expose the nix component in header include paths 2025-04-01 11:40:42 -04:00
parser.y Expose the nix component in header include paths 2025-04-01 11:40:42 -04:00
paths.cc Apply clang-format universally. 2025-07-18 22:26:03 +03:00
primops.cc Apply clang-format universally. 2025-07-18 22:26:03 +03:00
print-ambiguous.cc Apply clang-format universally. 2025-07-18 22:26:03 +03:00
print.cc Apply clang-format universally. 2025-07-18 22:26:03 +03:00
search-path.cc Apply clang-format universally. 2025-07-18 22:26:03 +03:00
value-to-json.cc Apply clang-format universally. 2025-07-18 22:26:03 +03:00
value-to-xml.cc Apply clang-format universally. 2025-07-18 22:26:03 +03:00