Skip to content

Commit bdcdbb9

Browse files
committed
Moved ctags parser shenanings into internal package
1 parent e35d9ed commit bdcdbb9

22 files changed

+0
-0
lines changed

arduino/builder/preprocessor/ctags/ctags_has_issues.go renamed to arduino/builder/preprocessor/internal/ctags/ctags_has_issues.go

File renamed without changes.

arduino/builder/preprocessor/ctags/ctags_parser.go renamed to arduino/builder/preprocessor/internal/ctags/ctags_parser.go

File renamed without changes.

arduino/builder/preprocessor/ctags/ctags_parser_test.go renamed to arduino/builder/preprocessor/internal/ctags/ctags_parser_test.go

File renamed without changes.

arduino/builder/preprocessor/ctags/ctags_to_prototypes.go renamed to arduino/builder/preprocessor/internal/ctags/ctags_to_prototypes.go

File renamed without changes.

arduino/builder/preprocessor/ctags/ctags_to_prototypes_test.go renamed to arduino/builder/preprocessor/internal/ctags/ctags_to_prototypes_test.go

File renamed without changes.

arduino/builder/preprocessor/ctags/testdata/TestCTagsParserClassMembersAreFilteredOut.txt renamed to arduino/builder/preprocessor/internal/ctags/testdata/TestCTagsParserClassMembersAreFilteredOut.txt

File renamed without changes.

arduino/builder/preprocessor/ctags/testdata/TestCTagsParserDefaultArguments.txt renamed to arduino/builder/preprocessor/internal/ctags/testdata/TestCTagsParserDefaultArguments.txt

File renamed without changes.

arduino/builder/preprocessor/ctags/testdata/TestCTagsParserFunctionPointer.txt renamed to arduino/builder/preprocessor/internal/ctags/testdata/TestCTagsParserFunctionPointer.txt

File renamed without changes.

arduino/builder/preprocessor/ctags/testdata/TestCTagsParserFunctionPointers.txt renamed to arduino/builder/preprocessor/internal/ctags/testdata/TestCTagsParserFunctionPointers.txt

File renamed without changes.

arduino/builder/preprocessor/ctags/testdata/TestCTagsParserFunctionPointersNoIndirect.txt renamed to arduino/builder/preprocessor/internal/ctags/testdata/TestCTagsParserFunctionPointersNoIndirect.txt

File renamed without changes.

0 commit comments

Comments
 (0)