diff options
| author | jsmall-nvidia <jsmall@nvidia.com> | 2019-05-31 17:20:37 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-05-31 17:20:37 -0400 |
| commit | 6cbc3929a54d37bd23cb5efa8e3320ba02f78b2f (patch) | |
| tree | 5a23cb47782e9e2a77762c90dd35da1005eba8d0 /source/slang/syntax-visitors.h | |
| parent | b81ff3ef968d1cc4e954b31a1812b3c391d17b02 (diff) | |
Use slang- prefix on slang compiler and core source (#973)
* Prefixing source files in source/slang with slang-
* Prefix source in source/slang with slang- prefix.
* Rename core source files with slang- prefix.
* Update project files.
* Fix problems from automatic merge.
Diffstat (limited to 'source/slang/syntax-visitors.h')
| -rw-r--r-- | source/slang/syntax-visitors.h | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/source/slang/syntax-visitors.h b/source/slang/syntax-visitors.h deleted file mode 100644 index 3fca323e8..000000000 --- a/source/slang/syntax-visitors.h +++ /dev/null @@ -1,36 +0,0 @@ -#ifndef RASTER_RENDERER_SYNTAX_PRINTER_H -#define RASTER_RENDERER_SYNTAX_PRINTER_H - -#include "diagnostics.h" -#include "syntax.h" - -namespace Slang -{ - class DiagnosticSink; - class EntryPoint; - class Linkage; - class Module; - class ShaderCompiler; - class ShaderLinkInfo; - class ShaderSymbol; - - class TranslationUnitRequest; - - void checkTranslationUnit( - TranslationUnitRequest* translationUnit); - - // Look for a module that matches the given name: - // either one we've loaded already, or one we - // can find vai the search paths available to us. - // - // Needed by import declaration checking. - // - // TODO: need a better location to declare this. - RefPtr<Module> findOrImportModule( - Linkage* linkage, - Name* name, - SourceLoc const& loc, - DiagnosticSink* sink); -} - -#endif
\ No newline at end of file |
