Changes in directory llvm/tools/opt:
GraphPrinters.cpp updated: 1.13 -> 1.14
---
Log message:
Need iostream to be included for the time being.
---
Diffs of the changes: (+1 -0)
GraphPrinters.cpp |1 +
1 files changed, 1 insertion(+)
Index: llvm/tools/opt/GraphPrinters.cpp
diff -u llv
Changes in directory llvm/tools/opt:
GraphPrinters.cpp updated: 1.12 -> 1.13
---
Log message:
For PR387: http://llvm.org/PR387 :
Close out this long standing bug by removing the remaining overloaded
virtual functions in LLVM. The -Woverloaded-virtual option is now turned on.
---
Diffs of the