File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 3232#include < limits>
3333
3434extern " C" bool
35- swift_ASTGen_lexRegexLiteral (const char *_Nonnull *_Nonnull curPtrPtr,
36- const char *_Nonnull bufferEndPtr,
37- bool mustBeRegex, void *_Nullable diagEngine);
35+ swift_ASTGen_lexRegexLiteral (const char ** curPtrPtr, const char * bufferEndPtr,
36+ bool mustBeRegex, void * diagEngine);
3837
3938using namespace swift ;
4039
Original file line number Diff line number Diff line change 1919#include " swift/Parse/Parser.h"
2020
2121extern " C" bool swift_ASTGen_parseRegexLiteral (
22- BridgedString input, size_t *_Nonnull versionOut,
23- void *_Nonnull UnsafeMutableRawPointer, size_t captureStructureSize,
24- BridgedSourceLoc diagLoc, void *_Nonnull diagEngine);
22+ BridgedString input, size_t * versionOut,
23+ void * UnsafeMutableRawPointer, size_t captureStructureSize,
24+ BridgedSourceLoc diagLoc, void * diagEngine);
2525
2626using namespace swift ;
2727
You can’t perform that action at this time.
0 commit comments