-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix the chicken-and-egg problem where you use type hashes generated from
types in the same library: 1) clscan parses your C++ file. 2) Your C++ file includes clcppcodegen.h. 3) OOPS! That file is generated by step 5 and doesn't exist yet. 4) clmerge parses the output from clscan. 5) clmerge generates clcppcodegen.h.
- Loading branch information
1 parent
b689a5c
commit 7e4800e
Showing
2 changed files
with
28 additions
and
2 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