Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix -Wunneeded-internal-declaration by removing constant arrays only used in ↵ | David Blaikie | 2017-05-20 | 1 | -6/+4 |
| | | | | | | sizeof expressions, in favor of constants containing the size directly llvm-svn: 303483 | ||||
* | Add functionality to cvtres to parse all entries in res file. | Eric Beckmann | 2017-05-20 | 1 | -0/+92 |
Summary: Added the new modules in the Object/ folder. Updated the llvm-cvtres interface as well, and added additional tests. Subscribers: llvm-commits, mgorny Differential Revision: https://reviews.llvm.org/D33180 llvm-svn: 303480 |