Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
8261073: Remove @C annotations from jextracted code
Reviewed-by: mcimadamore
- Loading branch information
Showing
with
60 additions
and 388 deletions.
- +0 −102 src/jdk.incubator.jextract/share/classes/jdk/internal/jextract/impl/AnnotationWriter.java
- +2 −5 src/jdk.incubator.jextract/share/classes/jdk/internal/jextract/impl/FunctionalInterfaceBuilder.java
- +6 −10 src/jdk.incubator.jextract/share/classes/jdk/internal/jextract/impl/HeaderFileBuilder.java
- +15 −20 src/jdk.incubator.jextract/share/classes/jdk/internal/jextract/impl/JavaSourceBuilder.java
- +1 −1 src/jdk.incubator.jextract/share/classes/jdk/internal/jextract/impl/NestedClassBuilder.java
- +10 −24 src/jdk.incubator.jextract/share/classes/jdk/internal/jextract/impl/OutputFactory.java
- +1 −1 src/jdk.incubator.jextract/share/classes/jdk/internal/jextract/impl/SourceConstantHelper.java
- +18 −24 src/jdk.incubator.jextract/share/classes/jdk/internal/jextract/impl/StructBuilder.java
- +3 −3 src/jdk.incubator.jextract/share/classes/jdk/internal/jextract/impl/ToplevelBuilder.java
- +2 −3 src/jdk.incubator.jextract/share/classes/jdk/internal/jextract/impl/TypedefBuilder.java
- +0 −148 test/jdk/tools/jextract/Test8252634.java
- +0 −43 test/jdk/tools/jextract/test8252634.h
- +2 −4 test/jdk/tools/jextract/testGlobalRedefinition/TestGlobalRedefinition.java
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.