llvm-6502/include/llvm/Support
Ted Kremenek 96345186a5 Previously GraphWriter assumed operator*() for node_iterator always
returned a reference type.  This patch allows operator*() to return a
non-reference type while still maintaining the old behavior when it
does return a reference type.

This patch was motivated when I tried to use "df_iterator" (see
llvm/ADT/DepthFirstIterator.h) as a "node_iterator", as df_iterator
does not return a reference type and thus we would get a compilation
error when trying to take the address of a temporary.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42151 91177308-0d34-0410-b5e6-96231b3b80d8
2007-09-19 21:26:49 +00:00
..
AIXDataTypesFix.h
Allocator.h Added Reset() to free all allocated memory regions and reset state to be the same as right after ctor. 2007-09-05 21:41:34 +00:00
Annotation.h
CallSite.h
Casting.h
CFG.h
CommandLine.h
Compiler.h
ConstantRange.h
DataTypes.h.in
Debug.h
DOTGraphTraits.h
Dwarf.h
DynamicLinker.h
ELF.h
FileUtilities.h Add explicit keywords and remove spurious trailing semicolons. 2007-08-27 14:50:10 +00:00
GetElementPtrTypeIterator.h
GraphWriter.h Previously GraphWriter assumed operator*() for node_iterator always 2007-09-19 21:26:49 +00:00
InstIterator.h
InstVisitor.h
LeakDetector.h
LLVMBuilder.h Update GEP constructors to use an iterator interface to fix 2007-09-04 15:46:09 +00:00
ManagedStatic.h
Mangler.h Add support for appending a suffix to the end of a mangled name. 2007-09-17 22:39:32 +00:00
MathExtras.h
MemoryBuffer.h Make it clear that getSTDIN returns null when stdin is empty. 2007-08-08 20:02:20 +00:00
MutexGuard.h
OutputBuffer.h
PassNameParser.h Doxygenize comments. 2007-08-21 14:57:58 +00:00
PatternMatch.h
PluginLoader.h
SlowOperationInformer.h
StableBasicBlockNumbering.h
Streams.h Fix minor doxygen nits. 2007-08-05 20:06:04 +00:00
SystemUtils.h
Timer.h
type_traits.h
TypeInfo.h