forked from checkedc/checkedc-clang
-
Notifications
You must be signed in to change notification settings - Fork 5
3C code style pass 2021-02 #462
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -42,22 +42,21 @@ Issues and pull requests related to 3C should be submitted to CCI's | |
repository; see [CONTRIBUTING.md](CONTRIBUTING.md) for more | ||
information. | ||
|
||
As of March 2021, 3C is pre-alpha quality and we are just starting | ||
to establish its public presence and processes. CCI is also working on | ||
a proprietary extension of 3C called 5C ("**C**orrect | ||
**C**omputation's **C**hecked-**C**-**C**onvert"). Our current plan is | ||
that 3C will contain the core inference logic, while 5C will add | ||
features to enhance developer productivity. If you'd like more | ||
information about 5C, please contact us at | ||
[email protected]. | ||
As of March 2021, 3C is pre-alpha quality and we are just starting to | ||
establish its public presence and processes. CCI is also working on a | ||
proprietary extension of 3C called 5C ("**C**orrect **C**omputation's | ||
**C**hecked-**C**-**C**onvert"). Our current plan is that 3C will | ||
contain the core inference logic, while 5C will add features to | ||
enhance developer productivity. If you'd like more information about | ||
5C, please contact us at [email protected]. | ||
|
||
### Which `checkedc-clang` repository to use? | ||
|
||
We typically recommend that serious 3C users use CCI's repository to | ||
get 3C fixes and enhancements sooner, but in some scenarios, you may | ||
be better off with Microsoft's repository. Here, in detail, are the | ||
factors we can think of that might affect your decision (as of | ||
March 2021): | ||
factors we can think of that might affect your decision (as of March | ||
2021): | ||
|
||
- CCI strives to merge changes reasonably quickly from Microsoft's | ||
repository to CCI's, but most 3C-specific changes are made first in | ||
|
@@ -94,10 +93,10 @@ March 2021): | |
- On the other hand, some CCI engineers work on Mac OS X and | ||
frequently run the regression tests and other manual tests on CCI's | ||
copy of 3C on Mac OS X, while we are unaware of any testing of | ||
Microsoft's copy of 3C on Mac OS X. So you may be less | ||
likely to encounter Mac-specific problems with CCI's repository. But | ||
so far, when we've seen Mac-specific problems, we've usually gotten | ||
a fix into Microsoft's repository reasonably quickly. | ||
Microsoft's copy of 3C on Mac OS X. So you may be less likely to | ||
encounter Mac-specific problems with CCI's repository. But so far, | ||
when we've seen Mac-specific problems, we've usually gotten a fix | ||
into Microsoft's repository reasonably quickly. | ||
|
||
As noted in the [setup instructions](INSTALL.md#basics), both 3C and | ||
the Checked C compiler depend on the Checked C system headers, which | ||
|
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.