Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
include/clang/Basic/BuiltinsX86.def | ||
---|---|---|
1946 ↗ | (On Diff #55717) | ULLi -> LLi (remove the unsigned) |
1948 ↗ | (On Diff #55717) | ULLi -> LLi (remove the unsigned) |
1950 ↗ | (On Diff #55717) | the second operand is unsigned int, i->Ui |
1951 ↗ | (On Diff #55717) | the second operand of the builtin is ULLi (for unsinged long long) |
1952 ↗ | (On Diff #55717) | the second operand is unsigned int, i->Ui |
1953 ↗ | (On Diff #55717) | same, d-> ULLi |