summaryrefslogtreecommitdiff
path: root/source/slang/check.cpp
AgeCommit message (Expand)Author
2017-07-12Don't report error on assigning to an erroneous expressionTim Foley
2017-07-08Fix constant folding for `ParenExpr`Tim Foley
2017-07-08Add back `UnparsedStmt`Tim Foley
2017-07-08Revise how hidden implicit casts are recognized.Tim Foley
2017-07-08Fully parse function bodies, even in "rewriter" modeTim Foley
2017-07-07Fix up visitor approach.Tim Foley
2017-07-06Fix many warnings-as-errors issues.Tim Foley
2017-07-06Start to support cross-compilation via "lowering" passTim Foley
2017-06-30Add meta-definitions for AST typesTim Foley
2017-06-29Overhaul `RefPtr` and `String`Tim Foley
2017-06-28Store integer literals at high precision in ASTTim Foley
2017-06-28Actually respect suffixes on numeric literals.Tim Foley
2017-06-27Allow for re-export of an `import` declarationTim Foley
2017-06-26Check for re-import at translation-unit levelTim Foley
2017-06-21Support texture `Gather*()` operationsTim Foley
2017-06-20Check `import` decls before all others.Tim Foley
2017-06-20Overhaul handling of entry points and translation units.Tim Foley
2017-06-19Make sure that semantic checks always apply to Slang filesTim Foley
2017-06-16Bug fix: handle unchecked operator application in emit logicTim Foley
2017-06-15Replace `DeclRef` approachTim Foley
2017-06-15Remove more "core" code that isn't used.Tim Foley
2017-06-15Rename `Slang::Compiler` -> `Slang`Tim Foley
2017-06-15Add basic support for `interface` declarationsTim Foley
2017-06-13First pass at support for cross-compilationTim Foley
2017-06-09Initial import of code.Tim Foley