summaryrefslogtreecommitdiff
path: root/source/compiler-core/slang-diagnostic-sink.h
AgeCommit message (Expand)Author
2025-07-24Organize code better by splitting some big files (#7890)Theresa Foley
2025-04-24Implemented #pragma warning (#6748)Ronan
2024-11-05Move switch statement bodies to their own lines (#5493)Ellie Hermaszewska
2024-10-29formatEllie Hermaszewska
2024-07-17Move the file public header files to `include` dir (#4636)kaizhangNV
2023-12-12Add check for invalid use of modifiers. (#3402)Yong He
2023-08-16Fix a bug that warning 39001 can't be fully disabled. (#3112)Yong He
2023-08-04Redesign `DeclRef` and systematic `Val` deduplication (#3049)Yong He
2023-07-07Make DeclRefBase a Val, and DeclRef<T> a helper class. (#2967)Yong He
2023-07-06Fix erroneous error claiming variable is being used before its declaration (#...Ellie Hermaszewska
2023-05-03HLSL->Vulkan binding support (#2865)jsmall-nvidia
2022-11-16Clean up type checking of higher order expressions. (#2519)Yong He
2022-09-28Improvements around diagnostic controls (#2414)jsmall-nvidia
2022-06-07Major language server features. (#2264)Yong He
2022-05-17Configuration for warnings (#2241)Alexey Panteleev
2021-11-16Support around JSON-RPC (#2014)jsmall-nvidia
2021-05-21Downstream option handling (#1850)jsmall-nvidia
2021-05-19SourceLoc use in command line processing (#1848)jsmall-nvidia
2021-04-22C++ extractor improvements (#1803)jsmall-nvidia
2021-04-01Added compiler-core project (#1775)jsmall-nvidia