Index: llvm/branches/release_60/docs/ReleaseNotes.rst =================================================================== --- llvm/branches/release_60/docs/ReleaseNotes.rst +++ llvm/branches/release_60/docs/ReleaseNotes.rst @@ -136,6 +136,18 @@ `_ instrumentation and then fuzzed using :doc:`LibFuzzer `. +Zig Programming Language +------------------------ + +`Zig `_ is an open-source programming language designed +for robustness, optimality, and clarity. It is intended to replace C. It +provides high level features such as Generics, +Compile Time Function Execution, and Partial Evaluation, yet exposes low level +LLVM IR features such as Aliases. Zig uses Clang to provide automatic +import of .h symbols - even inline functions and macros. Zig uses LLD combined +with lazily building compiler-rt to provide out-of-the-box cross-compiling for +all supported targets. + Additional Information ======================