snix/third_party/nix/src/libexpr
Vincent Ambo 15afa8472e fix(3p/nix): Fix all remaining compiler warnings
This compiles under `-Wall -Werror`.

The largest chunk of this change is `final` qualifiers for the various
Nix CLI command structs, which inherit from a Command class that has
more virtual functions than are implemented by each command.

Change-Id: I0925e6e1a39013f026773db5816e4a77d50f3b4a
Reviewed-on: https://cl.tvl.fyi/c/depot/+/1294
Tested-by: BuildkiteCI
Reviewed-by: isomer <isomer@tvl.fyi>
Reviewed-by: kanepyork <rikingcoding@gmail.com>
2020-07-19 22:00:59 +00:00
..
primops refactor(3p/nix/libexpr): Back Nix lists with std::vector 2020-07-18 18:08:42 +00:00
attr-path.cc refactor(3p/nix/libexpr): Back Nix lists with std::vector 2020-07-18 18:08:42 +00:00
attr-path.hh refactor(3p/nix): Anchor local includes at src/ 2020-05-27 21:56:34 +01:00
attr-set.cc refactor(3p/nix): Rename & undeprecate Bindings::lexicographicOrder 2020-07-19 19:02:06 +00:00
attr-set.hh refactor(3p/nix): Rename & undeprecate Bindings::lexicographicOrder 2020-07-19 19:02:06 +00:00
CMakeLists.txt refactor(3p/nix/libexpr): Extract static helpers out of parser.y 2020-07-16 19:53:51 +00:00
common-eval-args.cc feat(3p/nix): Statically pass bindings capacity where possible 2020-07-13 23:50:24 +00:00
common-eval-args.hh refactor(3p/nix): Anchor local includes at src/ 2020-05-27 21:56:34 +01:00
eval-inline.hh refactor(3p/nix): Anchor local includes at src/ 2020-05-27 21:56:34 +01:00
eval.cc fix(3p/nix): Fix all remaining compiler warnings 2020-07-19 22:00:59 +00:00
eval.hh fix(3p/nix/libexpr): Make EvalState internals visible to GC 2020-07-19 00:49:29 +00:00
function-trace.cc refactor(3p/nix): Anchor local includes at src/ 2020-05-27 21:56:34 +01:00
function-trace.hh refactor(3p/nix): Anchor local includes at src/ 2020-05-27 21:56:34 +01:00
get-drvs.cc refactor(3p/nix): Rename & undeprecate Bindings::lexicographicOrder 2020-07-19 19:02:06 +00:00
get-drvs.hh fix(3p/nix): convert all holders of EvalState into gc 2020-07-19 06:40:35 +00:00
json-to-value.cc refactor(3p/nix/libexpr): Back Nix lists with std::vector 2020-07-18 18:08:42 +00:00
json-to-value.hh refactor(3p/nix): Anchor local includes at src/ 2020-05-27 21:56:34 +01:00
lexer.l refactor(3p/nix/libexpr): Move some code out of lexer.l 2020-07-19 02:59:41 +00:00
names.cc refactor(3p/nix): Anchor local includes at src/ 2020-05-27 21:56:34 +01:00
names.hh refactor(3p/nix): Anchor local includes at src/ 2020-05-27 21:56:34 +01:00
nix-expr.pc.in feat(3p/nix): install pkgconfig files for libexpr, libmain and libstore 2020-06-21 20:42:28 +00:00
nixexpr.cc refactor(3p/nix/libexpr): Remove the nix::Symbol default constructor 2020-07-13 21:06:43 +00:00
nixexpr.hh feat(3p/nix): Add function to allocate a Value in traceable memory 2020-07-17 20:04:14 +00:00
parser.cc refactor(3p/nix/libexpr): Move EvalState:* implementations out of parser.y 2020-07-16 19:53:51 +00:00
parser.hh fix(3p/nix): Fix all remaining compiler warnings 2020-07-19 22:00:59 +00:00
parser.y fix(3p/nix): Fix all remaining compiler warnings 2020-07-19 22:00:59 +00:00
primops.cc fix(3p/nix): Fix all remaining compiler warnings 2020-07-19 22:00:59 +00:00
primops.hh chore(3p/nix): Remove builtins.exec 2020-07-17 19:03:59 +00:00
symbol-table.cc refactor(3p/nix): Anchor local includes at src/ 2020-05-27 21:56:34 +01:00
symbol-table.hh refactor(3p/nix/libexpr): Use Abseil collection types for parser state 2020-07-16 21:03:52 +00:00
value-to-json.cc refactor(3p/nix/libexpr): Back Nix lists with std::vector 2020-07-18 18:08:42 +00:00
value-to-json.hh refactor(3p/nix): Anchor local includes at src/ 2020-05-27 21:56:34 +01:00
value-to-xml.cc refactor(3p/nix/libexpr): Back Nix lists with std::vector 2020-07-18 18:08:42 +00:00
value-to-xml.hh refactor(3p/nix): Anchor local includes at src/ 2020-05-27 21:56:34 +01:00
value.hh refactor(3p/nix/libexpr): Back Nix lists with std::vector 2020-07-18 18:08:42 +00:00