We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
enum CExprKind
1 parent 6669e05 commit 868d133Copy full SHA for 868d133
c2rust-transpile/src/c_ast/mod.rs
@@ -1186,6 +1186,9 @@ pub enum OffsetOfKind {
1186
1187
/// Represents an expression in C (6.5 Expressions)
1188
///
1189
+/// This is modeled on Clang's APIs, so where documentation
1190
+/// is lacking here, look at Clang.
1191
+///
1192
/// We've kept a qualified type on every node since Clang has this information available, and since
1193
/// the semantics of translations of certain constructs often depend on the type of the things they
1194
/// are given.
0 commit comments