serenity/Userland/Shell
Lenny Maiorani dd05934539 Shell: Use default constructors/destructors
https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines#cother-other-default-operation-rules

"The compiler is more likely to get the default semantics right and
you cannot implement these functions better than the compiler."
2022-03-24 20:09:26 -07:00
..
Tests Shell: Remove sigpipe.sh.out artefact after failure 2021-12-13 16:20:29 +03:30
AST.cpp Shell: Use default constructors/destructors 2022-03-24 20:09:26 -07:00
AST.h Shell: Use default constructors/destructors 2022-03-24 20:09:26 -07:00
Builtin.cpp Shell: Start history counter from 1 2022-02-22 21:26:25 +03:30
CMakeLists.txt Shell: Port to LibMain 2022-01-09 03:22:10 +03:30
Execution.h Shell: Use default constructors/destructors 2022-03-24 20:09:26 -07:00
Formatter.cpp
Formatter.h Everywhere: Pass AK::StringView by value 2021-11-11 01:27:46 +01:00
Forward.h
ImmediateFunctions.cpp Shell: Allow completing StringLiterals as paths 2022-03-06 13:20:41 +01:00
Job.cpp
Job.h
main.cpp Shell: Stop parsing options after the script name 2022-03-11 08:41:21 +03:30
NodeVisitor.cpp
NodeVisitor.h
Parser.cpp Shell: Allow completing StringLiterals as paths 2022-03-06 13:20:41 +01:00
Parser.h Everywhere: Pass AK::StringView by value 2021-11-11 01:27:46 +01:00
Shell.cpp Shell: Be more smart with pasted stuff 2022-03-06 13:20:41 +01:00
Shell.h Shell: Be more smart with pasted stuff 2022-03-06 13:20:41 +01:00
SyntaxHighlighter.cpp Shell: Use default constructors/destructors 2022-03-24 20:09:26 -07:00
SyntaxHighlighter.h Shell: Use default constructors/destructors 2022-03-24 20:09:26 -07:00