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
/
PointerUnion.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed few warnings.
Galina Kistanova
2012-07-13
1
-2
/
+2
*
Add a few missing 'template' keywords
Douglas Gregor
2012-03-11
1
-2
/
+2
*
PointerUnion::getAddrOf() does not need to be template since we can only
Argyrios Kyrtzidis
2012-03-06
1
-7
/
+10
*
Fix an obscure bug in PointerUnion that would bite PointerUnion3/4. Basically,
Chris Lattner
2011-08-12
1
-1
/
+5
*
Try fixing mingw build.
Argyrios Kyrtzidis
2011-03-07
1
-27
/
+15
*
Do a compiler check that we use one of the types from PointerUnion[N], instea...
Argyrios Kyrtzidis
2011-03-07
1
-32
/
+106
*
Allow getting the address of the value in a PointerUnion or PointerIntPair if...
Argyrios Kyrtzidis
2011-02-19
1
-0
/
+12
*
Change PointerUnionX::getFromOpaqueValue() to be declared 'static inline' ins...
Ted Kremenek
2010-03-30
1
-3
/
+3
*
Add a bunch of missing "template" keywords to disambiguate dependent template...
Douglas Gregor
2009-11-06
1
-8
/
+11
*
Fix a typo, and all of its copies
Douglas Gregor
2009-07-29
1
-3
/
+3
*
Implement PointerUnion4.
Douglas Gregor
2009-07-29
1
-0
/
+109
*
Fix three MSVC 2008 warnings that completely clutter the build output.
Sebastian Redl
2009-06-29
1
-1
/
+1
*
Allow the use of pointers to const within PointerUnion.
Douglas Gregor
2009-03-31
1
-4
/
+8
*
Stop guessing, start thinking, and make PointerUnion3::is actually be correct.
Douglas Gregor
2009-03-31
1
-3
/
+1
*
Really, really fix PointerUnion3::is
Douglas Gregor
2009-03-31
1
-1
/
+1
*
Make PointerUnion3::get work properly
Douglas Gregor
2009-03-30
1
-3
/
+5
*
update comment.
Chris Lattner
2009-03-30
1
-1
/
+1
*
add a PointerUnion3 class and generalize PointerUnion to work with
Chris Lattner
2009-03-30
1
-15
/
+120
*
add some comments, add a dyn_cast method.
Chris Lattner
2009-03-29
1
-0
/
+16
*
add helper method.
Chris Lattner
2009-03-29
1
-0
/
+2
*
Add a simple type-safe bit-mangling pointer union class. This allows
Chris Lattner
2009-03-29
1
-0
/
+132