Fix bug (and add tests) for a function-like macro defined as itself.
[mesa.git] / tests /
2010-05-19 Carl WorthFix bug (and add tests) for a function-like macro defin...
2010-05-19 Carl WorthAdd several tests where the defined value of a macro...
2010-05-17 Carl WorthFix (and add test for) function-like macro invocation...
2010-05-17 Carl WorthFix bug (and add test) for a function-like-macro appear...
2010-05-17 Carl WorthAdd test and fix bug leading to infinite recursion.
2010-05-15 Carl WorthDon't return SPACE tokens unless strictly needed.
2010-05-15 Carl WorthAdd test with extra whitespace in macro defintions...
2010-05-14 Carl WorthAdd test invoking a macro with an argument containing...
2010-05-14 Carl WorthAdd test for composed invocation of function-like macros.
2010-05-14 Carl WorthAdd test for function-like macro invocations with multi...
2010-05-14 Carl WorthAdd test where a macro formal parameter is the same...
2010-05-14 Carl WorthAdd tests exercising substitution of arguments in funct...
2010-05-14 Carl WorthAdd some whitespace variations to test 15.
2010-05-14 Carl WorthAdd test for an object-like macro with a definition...
2010-05-13 Carl WorthAdd tests for the structure of function-like macros.
2010-05-12 Carl WorthAdd test case to define, undef, and then again define...
2010-05-12 Carl WorthAdd test for #undef.
2010-05-12 Carl WorthAdd test for an empty definition.
2010-05-11 Carl WorthAdd tests defining a macro to be a literal and another...
2010-05-11 Carl WorthAdd a couple more tests for chained #define directives.
2010-05-11 Carl WorthAdd test for chained #define directives.
2010-05-10 Carl WorthAdd a very simple test for the pre-processor.