Chris Pick
8cc154bc48
Fix non-zero arity functions followed by other functions
...
Temporarily skip any queued function code characters when reading
the current function's arguments.
Fixes #2357 .
2015-09-03 15:15:46 -04:00
ridiculousfish
e2f16ec20e
Define a constant for function-not-found in input.cpp
...
Avoids differences in widths of wchar_t, hopefully addressing
issue #2284
2015-08-16 18:45:42 -07:00
ridiculousfish
3a2ba60b70
Use ++iter, not iter++ in input.cpp
2015-08-10 22:01:33 -07:00
David Adam
3929e9de0e
Merge branch 'master' into iwyu
2015-07-26 10:20:13 +08:00
ridiculousfish
b4f53143b0
Migrate source files into src/ directory
...
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
2015-07-24 00:59:27 -07:00