Displaying 2 results from an estimated 2 matches for "spacement".
Did you mean:
placement
2010 Dec 13
0
[LLVMdev] tblgen internals
...lso, if you have the later, you don't need the former version of this. Also, please put a space before the & instead of after it, giving:
+ RecordKeeper &getRecords() const {
+ return Records;
+ }
+ /// Tracked Records
+ RecordKeeper& Records;
Same thing with &/space spacement.
Otherwise the patch looks great, thanks for working on this Garrison!
-Chris
2010 Dec 12
2
[LLVMdev] tblgen internals
Hey Chris,
The following patch removes all global references to a RecordKeeper instance for the tblgen
utility. This effort was motivated by the FIXME remark, in TableGen.cpp. Although a few files
were touched, the main change was to Record.h.
The patch takes the simple approach of adding a RecordKeeper reference to TGParser, and
any needed emitter helper classes. In addition, since some of