-
-
Notifications
You must be signed in to change notification settings - Fork 240
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use
TranslationUnitDecl
handler instead of the previous matchers.
This change introduces a `TranslationUnit` handler, replacing the previous matchers. The advantage is that _all_ statements are processed, not only the ones where an exact match exists. The new approach fixes #376, #500, and #588. There is one disadvantage: for primary templates, some code is not reproduced as written. This causes one compile issue.
- Loading branch information
1 parent
249f736
commit 04feff3
Showing
552 changed files
with
1,218 additions
and
3,875 deletions.
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
Oops, something went wrong.