llvm-6502/lib/Bitcode/Writer
Sanjay Patel ddcfe81459 correct const-ness with auto and dyn_cast
1. Use const with autos.
2. Don't bother with explicit const in cast ops because they do it automagically.

Thanks, David B. / Aaron B. / Reid K.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@219817 91177308-0d34-0410-b5e6-96231b3b80d8
2014-10-15 17:45:13 +00:00
..
BitcodeWriter.cpp correct const-ness with auto and dyn_cast 2014-10-15 17:45:13 +00:00
BitcodeWriterPass.cpp [C++11] Add 'override' keyword to virtual methods that override their base class. 2014-03-05 07:52:44 +00:00
BitWriter.cpp Introduce LLVMWriteBitcodeToMemoryBuffer C API function. 2014-10-14 00:30:59 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile
ValueEnumerator.cpp UseListOrder: Handle self-users 2014-07-31 18:33:12 +00:00
ValueEnumerator.h Canonicalize header guards into a common format. 2014-08-13 16:26:38 +00:00