index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
llvm
/
ADT
/
OwningPtr.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Mark unimplemented copy constructors and copy assignment operators as LLVM_DE...
Craig Topper
2012-09-17
1
-4
/
+5
*
revert r148688 too, this isn't safe for DenseMap use. When DenseMap resizes,...
Chris Lattner
2012-01-23
1
-5
/
+2
*
allow OwningPtr to be copy constructed if null, which is required to
Chris Lattner
2012-01-23
1
-2
/
+5
*
Remove MaybeOwningPtr. We're going to use reference-counting instead.
Douglas Gregor
2010-04-05
1
-93
/
+0
*
Introduce MaybeOwningPtr, a smart pointer that may (or may not) have
Douglas Gregor
2010-04-05
1
-0
/
+92
*
Fixed lint errors:
Misha Brukman
2009-02-20
1
-1
/
+1
*
Removed trailing whitespace.
Misha Brukman
2009-01-09
1
-9
/
+9
*
Use 'delete []' instead of 'delete' in OwningArray::reset().
Ted Kremenek
2008-12-08
1
-1
/
+1
*
Add missing include (for ptrdiff_t).
Eli Friedman
2008-02-25
1
-0
/
+1
*
Don't attribute in file headers anymore. See llvmdev for the
Chris Lattner
2007-12-29
1
-2
/
+2
*
Added OwningArrayPtr smart pointer class to provide an analogous class to
Ted Kremenek
2007-12-20
1
-0
/
+54
*
add new smart pointer for clang.
Chris Lattner
2007-12-20
1
-0
/
+79