Changes in directory llvm/include/llvm/ADT:
CStringMap.h updated: 1.3 -> 1.4
---
Log message:
Allow cstringmap to contain strings with nul characters in them.
---
Diffs of the changes: (+57 -28)
CStringMap.h | 85 +++
1 files change
Changes in directory llvm/include/llvm/ADT:
CStringMap.h updated: 1.2 -> 1.3
---
Log message:
add a method
---
Diffs of the changes: (+8 -0)
CStringMap.h |8
1 files changed, 8 insertions(+)
Index: llvm/include/llvm/ADT/CStringMap.h
diff -u llvm/include/llvm/ADT/CStringMap.h
Changes in directory llvm/include/llvm/ADT:
CStringMap.h updated: 1.1 -> 1.2
---
Log message:
add newline at end of file
---
Diffs of the changes: (+2 -1)
CStringMap.h |3 ++-
1 files changed, 2 insertions(+), 1 deletion(-)
Index: llvm/include/llvm/ADT/CStringMap.h
diff -u llvm/inclu
Changes in directory llvm/include/llvm/ADT:
CStringMap.h added (r1.1)
---
Log message:
add a highly efficient hash table that is specialized for mapping C strings
to some other type.
---
Diffs of the changes: (+144 -0)
CStringMap.h | 144 +++