Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix mac build | Vitaly Buka | 2019-09-11 | 1 | -4/+4 |
| | | | | llvm-svn: 371680 | ||||
* | Update compiler-rt cpplint.py | Vitaly Buka | 2019-09-11 | 1 | -8/+9 |
| | | | | | | https://github.com/cpplint/cpplint/commit/adb3500107f409ac5491188ae652ac3f4d03d9d3 llvm-svn: 371675 | ||||
* | compiler-rt: Rename .cc file in lib/sanitizer_common to .cpp | Nico Weber | 2019-07-31 | 1 | -0/+378 |
See https://reviews.llvm.org/D58620 for discussion, and for the commands I ran. In addition I also ran for f in $(svn diff | diffstat | grep .cc | cut -f 2 -d ' '); do rg $f . ; done and manually updated (many) references to renamed files found by that. llvm-svn: 367463 |