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.
1 parent 936e782 commit c6c86c2Copy full SHA for c6c86c2
include/swift/Subsystems.h
@@ -60,12 +60,6 @@ namespace swift {
60
class LangOptions;
61
class SILOptions;
62
class ModuleDecl;
63
- /// A opaque syntax node created by a \c SyntaxParseAction, whose contents
64
- /// must be interpreted by the \c SyntaxParseAction which created it.
65
- /// Requires the two low bits to be 0, so that it can be stored in an
66
- /// \c llvm::PointerIntPair. This is in particular guaranteed for pointers
67
- /// to C/C++ objects and for pointers that were generated by Swift and passed
68
- /// to the compiler via a C API (in particular \c CLibParseActions ).
69
class Parser;
70
class SerializationOptions;
71
0 commit comments