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
1aabf982bc5ff2dbdf3906267ef680a530fd3d35
clang-p2996
/
llvm
/
lib
/
Bitcode
/
Reader
History
Rafael Espindola
1aabf982bc
Use std::unique_ptr to manage the DataStreamer in bitcode parsing.
...
We were already deleting it, this just makes it explicit. llvm-svn: 239867
2015-06-16 23:29:49 +00:00
..
BitcodeReader.cpp
Use std::unique_ptr to manage the DataStreamer in bitcode parsing.
2015-06-16 23:29:49 +00:00
BitReader.cpp
Return a unique_ptr from getLazyBitcodeModule and parseBitcodeFile. NFC.
2015-06-16 22:27:55 +00:00
BitstreamReader.cpp
[BitstreamReader] Make sure the Array operand type is an encoding
2015-05-27 00:48:43 +00:00
CMakeLists.txt
Use ADDITIONAL_HEADER_DIRS in all LLVM CMake projects.
2015-02-11 03:28:02 +00:00
LLVMBuild.txt
…
Makefile
…