Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Fix a subtle problem that caused lots of unnecessary memory allocation | ridiculousfish | 2016-02-27 |
| | |||
* | Fix a dereference-past-the-end bug in read_redirection_or_fd_pipe | ridiculousfish | 2015-10-07 |
| | | | | Fixes #2464. Credit to zanchey for reporting it and ASAN for finding it! | ||
* | Correct the caret position for unbalanced square brackets | ridiculousfish | 2015-08-10 |
| | |||
* | Correct the positioning of the error caret | ridiculousfish | 2015-08-10 |
| | | | | | | When an error occurs midway through a token, like abc(def, make the caret point at the location of the error (i.e. the paren) instead of at the beginning of the token. | ||
* | Merge branch 'iwyu' | David Adam | 2015-07-29 |
|\ | | | | | | | http://include-what-you-use.org/ | ||
* | | Continue to refine tokenizer interface | ridiculousfish | 2015-07-26 |
| | | | | | | | | Migrate some functions into tokenizer instance methods | ||
* | | Continue migration to the new tokenizer interface | ridiculousfish | 2015-07-26 |
| | | |||
* | | Early reworking of tokenizer interface | ridiculousfish | 2015-07-25 |
| | | |||
* | | Remove some dead code | ridiculousfish | 2015-07-25 |
| | | |||
| * | Merge branch 'master' into iwyu | David Adam | 2015-07-26 |
|/ | |||
* | Migrate source files into src/ directory | ridiculousfish | 2015-07-24 |
This change moves source files into a src/ directory, and puts object files into an obj/ directory. The Makefile and xcode project are updated accordingly. Fixes #1866 |