projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3a4ae32
)
Depricate PathV1::isAbsolute.
author
Michael J. Spencer
<bigcheesegs@gmail.com>
Thu, 24 Feb 2011 01:02:32 +0000
(
01:02
+0000)
committer
Michael J. Spencer
<bigcheesegs@gmail.com>
Thu, 24 Feb 2011 01:02:32 +0000
(
01:02
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@126348
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/Support/PathV1.h
patch
|
blob
|
history
diff --git
a/include/llvm/Support/PathV1.h
b/include/llvm/Support/PathV1.h
index a1c3f6a49a19096808aa5a4db3358c3487e8bc83..d7753a3e71e79db426c3d40b72801fba8035cbb5 100644
(file)
--- a/
include/llvm/Support/PathV1.h
+++ b/
include/llvm/Support/PathV1.h
@@
-312,9
+312,9
@@
namespace sys {
/// This function determines if the path name is absolute, as opposed to
/// relative.
/// @brief Determine if the path is absolute.
-
//FIXME:
LLVM_ATTRIBUTE_DEPRECATED(
- bool isAbsolute() const;
-
//FIXME: LLVMV
_PATH_DEPRECATED_MSG(path::is_absolute));
+ LLVM_ATTRIBUTE_DEPRECATED(
+ bool isAbsolute() const,
+
LLVM
_PATH_DEPRECATED_MSG(path::is_absolute));
/// This function determines if the path name is absolute, as opposed to
/// relative.