Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [compiler-rt] Remove some cpplint filters | Vitaly Buka | 2019-09-12 | 1 | -4/+4 |
| | | | | llvm-svn: 371704 | ||||
* | compiler-rt: Rename .cc files in lib/interception to .cpp. | Nico Weber | 2019-07-31 | 1 | -0/+1022 |
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 references to renamed files found by that. llvm-svn: 367456 |