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
b5ca00a58de52d33c1935f49ce104f9d90cda67c
clang-p2996
/
llvm
/
tools
/
llvm-diff
History
Richard Trieu
7a08381403
Remove uses of builtin comma operator.
...
Cleanup for upcoming Clang warning -Wcomma. No functionality change intended. llvm-svn: 261270
2016-02-18 22:09:30 +00:00
..
CMakeLists.txt
…
DiffConsumer.cpp
Move all of the header files which are involved in modelling the LLVM IR
2013-01-02 11:36:10 +00:00
DiffConsumer.h
Make more headers self-contained.
2016-01-27 18:03:37 +00:00
DifferenceEngine.cpp
Remove uses of builtin comma operator.
2016-02-18 22:09:30 +00:00
DifferenceEngine.h
Canonicalize header guards into a common format.
2014-08-13 16:26:38 +00:00
DiffLog.cpp
-Wdeprecated clean by making LogBuilder move constructible so it can be returned by value (in DifferenceEngine::logf)
2015-08-05 21:06:50 +00:00
DiffLog.h
-Wdeprecated clean by making LogBuilder move constructible so it can be returned by value (in DifferenceEngine::logf)
2015-08-05 21:06:50 +00:00
llvm-diff.cpp
Return a std::unique_ptr from the IRReader.h functions. NFC.
2014-08-26 17:29:46 +00:00
LLVMBuild.txt
Split out the IRReader header and the utility functions it provides into
2013-03-26 02:25:37 +00:00