summaryrefslogtreecommitdiffstats
path: root/tools/slang-test/unit-test-command-line-args.cpp
Commit message (Collapse)AuthorAge
* Move existing unit tests to a standalone dll. (#1945)Yong He2021-09-24
|
* Downstream option handling (#1850)jsmall-nvidia2021-05-21
* #include an absolute path didn't work - because paths were taken to always be relative. * Added SourceLoc handling for command line parsing. * Fix typo in debug. * Fix issue around the DiagnosticSink used in options parsing not having a writer available - by having DiagnosticSink parenting. * Small rename for clarity. * WIP extracting command line args for downstream tools. * Unit tests/bug fixes around extracting args. * Use DownstreamArgs in the EndToEndCompileRequest * Passing downstream compiler options downstream. * Fix issue with endToEndReq being nullptr. * Fix issue with diagnostics number change. * Small improvements to how the source line is displayed if it's too long. Default to 120, as suggested in previous review. Co-authored-by: T. Foley <tfoleyNV@users.noreply.github.com>