Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-08-11 | glcpp: Reword diagnostic for #elif with no expression | Carl Worth | |
Rather than telling the user what to fix, the standard convention is to describe what the detected problem is. With this change, test 081-elif-without-expression now passes. | |||
2010-08-11 | glcpp: Add several tests for diagnostics. | Carl Worth | |
Which are proving to be useful since some of these tests are not yet acting as desired, (in particular, the unterminated if test is not generating any diagnostic). |