We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e35d9ed commit bdcdbb9Copy full SHA for bdcdbb9
arduino/builder/preprocessor/ctags/ctags_has_issues.go renamed to arduino/builder/preprocessor/internal/ctags/ctags_has_issues.go
arduino/builder/preprocessor/ctags/ctags_parser.go renamed to arduino/builder/preprocessor/internal/ctags/ctags_parser.go
arduino/builder/preprocessor/ctags/ctags_parser_test.go renamed to arduino/builder/preprocessor/internal/ctags/ctags_parser_test.go
arduino/builder/preprocessor/ctags/ctags_to_prototypes.go renamed to arduino/builder/preprocessor/internal/ctags/ctags_to_prototypes.go
arduino/builder/preprocessor/ctags/ctags_to_prototypes_test.go renamed to arduino/builder/preprocessor/internal/ctags/ctags_to_prototypes_test.go
arduino/builder/preprocessor/ctags/testdata/TestCTagsParserClassMembersAreFilteredOut.txt renamed to arduino/builder/preprocessor/internal/ctags/testdata/TestCTagsParserClassMembersAreFilteredOut.txt
arduino/builder/preprocessor/ctags/testdata/TestCTagsParserDefaultArguments.txt renamed to arduino/builder/preprocessor/internal/ctags/testdata/TestCTagsParserDefaultArguments.txt
arduino/builder/preprocessor/ctags/testdata/TestCTagsParserFunctionPointer.txt renamed to arduino/builder/preprocessor/internal/ctags/testdata/TestCTagsParserFunctionPointer.txt
arduino/builder/preprocessor/ctags/testdata/TestCTagsParserFunctionPointers.txt renamed to arduino/builder/preprocessor/internal/ctags/testdata/TestCTagsParserFunctionPointers.txt
arduino/builder/preprocessor/ctags/testdata/TestCTagsParserFunctionPointersNoIndirect.txt renamed to arduino/builder/preprocessor/internal/ctags/testdata/TestCTagsParserFunctionPointersNoIndirect.txt
arduino/builder/preprocessor/ctags/testdata/TestCTagsParserNamespace.txt renamed to arduino/builder/preprocessor/internal/ctags/testdata/TestCTagsParserNamespace.txt
arduino/builder/preprocessor/ctags/testdata/TestCTagsParserShouldDealFunctionWithDifferentSignatures.txt renamed to arduino/builder/preprocessor/internal/ctags/testdata/TestCTagsParserShouldDealFunctionWithDifferentSignatures.txt
arduino/builder/preprocessor/ctags/testdata/TestCTagsParserShouldDealWithClasses.txt renamed to arduino/builder/preprocessor/internal/ctags/testdata/TestCTagsParserShouldDealWithClasses.txt
arduino/builder/preprocessor/ctags/testdata/TestCTagsParserShouldDealWithMacros.txt renamed to arduino/builder/preprocessor/internal/ctags/testdata/TestCTagsParserShouldDealWithMacros.txt
arduino/builder/preprocessor/ctags/testdata/TestCTagsParserShouldDealWithStructs.txt renamed to arduino/builder/preprocessor/internal/ctags/testdata/TestCTagsParserShouldDealWithStructs.txt
arduino/builder/preprocessor/ctags/testdata/TestCTagsParserShouldListPrototypes.txt renamed to arduino/builder/preprocessor/internal/ctags/testdata/TestCTagsParserShouldListPrototypes.txt
arduino/builder/preprocessor/ctags/testdata/TestCTagsParserShouldListTemplates.txt renamed to arduino/builder/preprocessor/internal/ctags/testdata/TestCTagsParserShouldListTemplates.txt
arduino/builder/preprocessor/ctags/testdata/TestCTagsParserShouldListTemplates2.txt renamed to arduino/builder/preprocessor/internal/ctags/testdata/TestCTagsParserShouldListTemplates2.txt
arduino/builder/preprocessor/ctags/testdata/TestCTagsParserStatic.txt renamed to arduino/builder/preprocessor/internal/ctags/testdata/TestCTagsParserStatic.txt
arduino/builder/preprocessor/ctags/testdata/TestCTagsParserStructWithFunctions.txt renamed to arduino/builder/preprocessor/internal/ctags/testdata/TestCTagsParserStructWithFunctions.txt
arduino/builder/preprocessor/ctags/testdata/TestCTagsRunnerSketchWithClassFunction.txt renamed to arduino/builder/preprocessor/internal/ctags/testdata/TestCTagsRunnerSketchWithClassFunction.txt
arduino/builder/preprocessor/ctags/testdata/TestCTagsRunnerSketchWithMultifile.txt renamed to arduino/builder/preprocessor/internal/ctags/testdata/TestCTagsRunnerSketchWithMultifile.txt
0 commit comments