Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix warning: format specifies type 'unsigned long' but the argument has type ↵ | Alexandre Ganea | 2019-11-04 | 1 | -0/+4 |
| | | | | 'unsigned long long' [-Wformat] | ||||
* | compiler-rt: Rename .cc file in lib/sanitizer_common/tests to .cpp | Nico Weber | 2019-07-31 | 1 | -0/+177 |
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 $(basename $f) . ; done and manually updated references to renamed files found by that. llvm-svn: 367467 |