[llvm-commits] [bug_122] CVS: llvm/include/llvm/SymbolTable.h

LLVM llvm at cs.uiuc.edu
Sun May 16 18:27:01 PDT 2004


Changes in directory llvm/include/llvm:

SymbolTable.h updated: 1.30.6.2 -> 1.30.6.3

---
Log message:

Redact an untrue statement in the class comments.


---
Diffs of the changes:  (+0 -5)

Index: llvm/include/llvm/SymbolTable.h
diff -u llvm/include/llvm/SymbolTable.h:1.30.6.2 llvm/include/llvm/SymbolTable.h:1.30.6.3
--- llvm/include/llvm/SymbolTable.h:1.30.6.2	Sun May 16 18:24:36 2004
+++ llvm/include/llvm/SymbolTable.h	Sun May 16 18:27:41 2004
@@ -26,11 +26,6 @@
 /// map of name/type pairs. This allows types to be named. Types are treated 
 /// distinctly from Values since Types are not Values.
 /// 
-/// Note that the value map implements a chained symbol table. If a name
-/// being looked up (with lookup()) isn't found in the current symbol
-/// table, then the parent symbol table is searched. This chaining behavior
-/// does NOT affect the iterators though: only the lookup method.
-///
 /// The SymbolTable provides several utility functions for answering common
 /// questions about its contents as well as an iterator interface for
 /// directly iterating over the contents.





More information about the llvm-commits mailing list