llvm-mirror/lib/Bitcode
Benjamin Kramer 6d9ad0a6e9 Remove some 'const' specifiers that do nothing but prevent moving the argument.
Found by clang-tidy's misc-move-const-arg. While there drop some
obsolete c_str() calls.

llvm-svn: 271181
2016-05-29 10:46:35 +00:00
..
Reader Remove some 'const' specifiers that do nothing but prevent moving the argument. 2016-05-29 10:46:35 +00:00
Writer Avoid temporary vector for sorting in BitcodeWriter 2016-05-16 22:47:15 +00:00
CMakeLists.txt
LLVMBuild.txt