This website requires JavaScript.
Explore
Help
Sign In
averello
/
swift-mirror
Watch
1
Star
0
Fork
0
You've already forked swift-mirror
mirror of
https://github.com/apple/swift.git
synced
2025-12-21 12:14:44 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
fb487bf0efcdfb20512aedf4ee252f4e8a42e66a
swift-mirror
/
stdlib
/
include
/
llvm
/
ADT
History
Rose
8d06ca7f4e
Prefer std::copy_n over std::copy where appropriate.
...
std::copy_n saves us from having to do the addition manually.
2023-03-16 16:25:51 -04:00
..
ArrayRef.h
replace
LLVM_NODISCARD
->
[[nodiscard]]
2022-11-04 20:44:18 +01:00
DenseMap.h
Merge remote-tracking branch 'origin/main' into rebranch
2022-11-14 23:34:22 -08:00
DenseMapInfo.h
…
DenseSet.h
…
Hashing.h
…
iterator_range.h
…
iterator.h
…
None.h
…
Optional.h
rebranch: change some uses of
Optional
to the new API
2022-11-15 17:23:07 +01:00
PointerIntPair.h
…
PointerUnion.h
…
ScopeExit.h
replace
LLVM_NODISCARD
->
[[nodiscard]]
2022-11-04 20:44:18 +01:00
SmallPtrSet.h
replace
LLVM_NODISCARD
->
[[nodiscard]]
2022-11-04 20:44:18 +01:00
SmallString.h
…
SmallVector.h
Prefer std::copy_n over std::copy where appropriate.
2023-03-16 16:25:51 -04:00
STLExtras.h
…
StringExtras.h
…
StringRef.h
replace
LLVM_NODISCARD
->
[[nodiscard]]
2022-11-04 20:44:18 +01:00
StringSwitch.h
replace
LLVM_NODISCARD
->
[[nodiscard]]
2022-11-04 20:44:18 +01:00
Twine.h
…