Changes in directory llvm/include/llvm/System:
MappedFile.h updated: 1.13 -> 1.14
Path.h updated: 1.49 -> 1.50
---
Log message:
For PR1291: http://llvm.org/PR1291 :
Implement the PathWithStatus class and its use throughout lib/System.
---
Diffs of the changes: (+89 -26)
MappedFile.h |2
Changes in directory llvm/include/llvm/System:
MappedFile.h updated: 1.12 -> 1.13
---
Log message:
make optional pointer really optional
---
Diffs of the changes: (+1 -1)
MappedFile.h |2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/include/llvm/System/MappedFile.h
d
Changes in directory llvm/include/llvm/System:
MappedFile.h updated: 1.11 -> 1.12
Signals.h updated: 1.17 -> 1.18
---
Log message:
For PR797: http://llvm.org/PR797 :
Make the Win32 code exception free (untested/uncompiled) which forced some
interface changes which had ripple effect. This should
Changes in directory llvm/include/llvm/System:
MappedFile.h updated: 1.10 -> 1.11
---
Log message:
For PR797: http://llvm.org/PR797 :
Make MappedFile not throw any exceptions.
---
Diffs of the changes: (+24 -7)
MappedFile.h | 31 ---
1 files changed, 24 insert
Changes in directory llvm/include/llvm/System:
MappedFile.h updated: 1.8 -> 1.9
Path.h updated: 1.27 -> 1.28
TimeValue.h updated: 1.13 -> 1.14
---
Log message:
Make the LLVM headers "-ansi -pedantic -Wno-long-long" clean.
Patch by Martin Partel!
---
Diffs of the changes: (+3 -3)
MappedFi