summaryrefslogtreecommitdiff
path: root/source/slang/preprocessor.cpp
AgeCommit message (Expand)Author
2018-01-29Remove #import directive (#389)Tim Foley
2017-10-09Preprocessor: fix `undef` and redefinition (#204)Tim Foley
2017-08-14Add an explicit `Name` typeTim Foley
2017-08-14Rename `Name` fields to `name`Tim Foley
2017-08-10Make source location lightweightTim Foley
2017-08-09Major naming overhaul:Tim Foley
2017-07-19Try to improve handling of failures during compilationTim Foley
2017-07-11Initial work on handling resources in structs during cross-compilationTim Foley
2017-07-06Fix many warnings-as-errors issues.Tim Foley
2017-06-28Rename literal tokens.Tim Foley
2017-06-26Check for re-import at translation-unit levelTim Foley
2017-06-26Make `#import` work with preprocessor macrosTim Foley
2017-06-26Replace "auto-import" with `#import`Tim Foley
2017-06-19Fixes for preprocessor conditionals that use macrosTim Foley
2017-06-19Allow for automatic importing of Slang codeTim Foley
2017-06-15Rename `CoreLib::*` to `Slang`Tim Foley
2017-06-15Rename `Slang::Compiler` -> `Slang`Tim Foley
2017-06-12Preprocessor: fix bug with multi-argument macros.Tim Foley
2017-06-09Initial import of code.Tim Foley