Import LLVM StringMap et al.

Change-Id: Ic48c722c2856c7aa36001935adbcf31b986ac1f3
This commit is contained in:
Peter Johnson
2015-06-21 23:42:29 -07:00
parent 62ef9e1c6b
commit a896a3ade5
11 changed files with 1898 additions and 13 deletions

View File

@@ -78,18 +78,6 @@ struct NT_Value {
} data;
};
/** A NetworkTables Entry */
struct NT_Entry {
/** Entry name */
struct NT_String name;
/** Entry value */
struct NT_Value value;
/** Entry flags */
unsigned int flags;
};
/** NetworkTables Entry Information */
struct NT_EntryInfo {
/** Entry name */