This website requires JavaScript.
Explore
Help
Register
Sign In
caio
/
clang-p2996
Watch
1
Star
0
Fork
0
You've already forked clang-p2996
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
7cc3494deabb58d810cb1e56636d033572ae4ee4
clang-p2996
/
llvm
/
lib
/
Transforms
/
ObjCARC
History
Benjamin Kramer
dd0ff85701
Remove empty non-virtual destructors or mark them =default when non-public
...
These add no value but can make a class non-trivially copyable. NFC. llvm-svn: 234688
2015-04-11 15:32:26 +00:00
..
ARCInstKind.cpp
[objc-arc] Treat memcpy, memove, memset as just using pointers, not decrementing them.
2015-03-16 07:02:32 +00:00
ARCInstKind.h
…
ARCRuntimeEntryPoints.h
Remove empty non-virtual destructors or mark them =default when non-public
2015-04-11 15:32:26 +00:00
BlotMapVector.h
[objc-arc] Fix indentation of debug logging so it is easy to read the output.
2015-03-16 07:02:39 +00:00
CMakeLists.txt
…
DependencyAnalysis.cpp
[CallSite] Make construction from Value* (or Instruction*) explicit.
2015-04-10 14:50:08 +00:00
DependencyAnalysis.h
…
LLVMBuild.txt
…
Makefile
…
ObjCARC.cpp
…
ObjCARC.h
Add in an unreachable after a covered switch to appease certain bots.
2015-03-16 07:46:34 +00:00
ObjCARCAliasAnalysis.cpp
…
ObjCARCAliasAnalysis.h
…
ObjCARCAPElim.cpp
…
ObjCARCContract.cpp
Re-sort includes with sort-includes.py and insert raw_ostream.h where it's used.
2015-03-23 19:32:43 +00:00
ObjCARCExpand.cpp
…
ObjCARCOpts.cpp
Re-sort includes with sort-includes.py and insert raw_ostream.h where it's used.
2015-03-23 19:32:43 +00:00
ProvenanceAnalysis.cpp
…
ProvenanceAnalysis.h
…
ProvenanceAnalysisEvaluator.cpp
…
PtrState.cpp
Re-sort includes with sort-includes.py and insert raw_ostream.h where it's used.
2015-03-23 19:32:43 +00:00
PtrState.h
…