Skip to content

Commit

Permalink
A bit of wordsmithing (#240)
Browse files Browse the repository at this point in the history
* A bit of wordsmithing

Co-authored-by: Chris B <[email protected]>
  • Loading branch information
bharadwajy and llvm-beanz authored May 21, 2024
1 parent fd35f51 commit bca0454
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions specs/language/basic.tex
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
\Ch{Basic Concepts}{Basic}

\begin{note}
\p HLSL inherits a great deal if its behavior from C and C++. Some of that was
intentional by aligning syntax early in the development of the language, some
of it was a side effect of DXC being implemented on top of Clang.
\p HLSL inherits a significant portion of its language semantics from C and C++.
Some of this is a result of intentional adoption of syntax early in the development
of the language and some a side-effect of the Clang-based implementation of DXC.

\p This chapter includes a lot of definitions that are inherited from C and C++.
Some are identical to C or C++, others are slightly different. HLSL is neither
a subset nor a superset of C or C++, and cannot be simply described in terms
of C or C++. This specification includes all definitions for clarity to the
reader.
of C or C++. This specification includes all necessary definitions for clarity.
\end{note}

\Sec{Preamble}{Basic.preamble}
Expand Down

0 comments on commit bca0454

Please sign in to comment.