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
80bec83d8db7ea6c35f2c2cfdfd619ebd290e4e4
clang-p2996
/
llvm
/
lib
/
ProfileData
History
Aaron Ballman
a7c9ed57d9
Fixing a cast-qual warning. getBufferStart() and getBufferEnd() both return a const char *, so casting to non-const was triggering a warning (even though the assignment and usage was always const anyway).
...
No functional changes intended. llvm-svn: 207774
2014-05-01 17:16:24 +00:00
..
CMakeLists.txt
[CMake] LLVMProfileData: No need to add LINK_LIBS here. LLVMBuild should do.
2014-03-23 01:23:36 +00:00
InstrProf.cpp
[C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final' and leave 'virtual' on some methods that are marked virtual without overriding anything and have no obvious overrides themselves.
2014-04-29 07:58:41 +00:00
InstrProfIndexed.h
raw_ostream: Forward declare OpenFlags and include FileSystem.h only where necessary.
2014-04-29 23:26:49 +00:00
InstrProfReader.cpp
Fixing a cast-qual warning. getBufferStart() and getBufferEnd() both return a const char *, so casting to non-const was triggering a warning (even though the assignment and usage was always const anyway).
2014-05-01 17:16:24 +00:00
InstrProfWriter.cpp
ProfileData: Avoid unnecessary copies of CounterData
2014-04-23 18:50:16 +00:00
LLVMBuild.txt
…
Makefile
…