| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
| |
Applies the changes in #2065, and temprarily disables the hook since it's too slow to run on a change this large. We should re-enable it in a later commit.
|
|
|
| |
Mass change to apply clang-format to everything. We are applying this in a PR by me so the (git) blame is all mine ;) but @aheejin did all the work to get clang-format set up and all the manual work to tidy up some things to make the output nicer in #2048
|
|
|
|
| |
undefined behavior. (#769)
|
|
|
|
| |
initialized to null which caused dereferencing a garbage pointer. (#770)
|
|
|
|
| |
trouble with some new C++11 constructs. (#581)
|
| |
|
| |
|
|
Add a class to parse archive files.
Support linking archive files, with archive semantics (i.e. an archive
member is linked in if it satisfies an undefined reference).
Archive files must be gnu-format archives containing .s files.
Add tests for linking semantics.
|