[dmd-internals] [D-Programming-Language/dmd] 0adbc5: fix Dsymbol::search_correct
GitHub
noreply at github.com
Sat Feb 18 13:41:36 PST 2012
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: 0adbc5d24c71273db8a6c182390c55014c2a3bb2
https://github.com/D-Programming-Language/dmd/commit/0adbc5d24c71273db8a6c182390c55014c2a3bb2
Author: dawg <dawg at dawgfoto.de>
Date: 2012-02-18 (Sat, 18 Feb 2012)
Changed paths:
M src/dsymbol.c
Log Message:
-----------
fix Dsymbol::search_correct
- Since DsymbolTable no longer uses a StringTable we need to look up
speller proposals in the lexer StringTable to get a unique identifier.
Commit: 5f91dec22cffd7c9dcea253ce84cb65aab483d26
https://github.com/D-Programming-Language/dmd/commit/5f91dec22cffd7c9dcea253ce84cb65aab483d26
Author: Walter Bright <walter at walterbright.com>
Date: 2012-02-18 (Sat, 18 Feb 2012)
Changed paths:
M src/dsymbol.c
Log Message:
-----------
Merge pull request #731 from dawgfoto/fixSpeller
fix Dsymbol::search_correct
Compare: https://github.com/D-Programming-Language/dmd/compare/97cda9f...5f91dec
More information about the dmd-internals
mailing list