Changes in directory llvm/include/llvm/Support:
GraphWriter.h updated: 1.28 -> 1.29
---
Log message:
For PR797: http://llvm.org/PR797 :
Final removal of exceptions from lib/System and adjustment of users to
accommodate.
---
Diffs of the changes: (+5 -1)
GraphWriter.h |6 +-
1 files
Changes in directory llvm/include/llvm/Support:
GraphWriter.h updated: 1.27 -> 1.28
---
Log message:
Make the sys::Path::GetTemporaryDirectory method not throw exceptions and
adjust users of it to compensate.
---
Diffs of the changes: (+6 -1)
GraphWriter.h |7 ++-
1 files changed,
Changes in directory llvm/include/llvm/Support:
GraphWriter.h updated: 1.26 -> 1.27
---
Log message:
For PR801: http://llvm.org/PR801 :
Refactor the Graph writing code to use a common implementation which is
now in lib/Support/GraphWriter.cpp. This completes the PR.
Patch by Anton Korobeynikov