-
Notifications
You must be signed in to change notification settings - Fork 269
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Handle length modifiers in IsClassOrFunction
This expands the handling introduced in commit 31e46a65f6 to include the length modifiers 'short' and 'long' as mentioned back then. It still doesn't handle the cases of multiple modifiers such as "unsigned long long int" and "long int unsigned long" (being the same type). Fixes root-project/root#13288
- Loading branch information
Showing
2 changed files
with
46 additions
and
1 deletion.
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