Files
clang-p2996/clang/test/Preprocessor/undef-error.c
Chris Lattner 27055194b7 Fix CheckEndOfDirective to diagnose lines that contain macros that expand to
zero tokens.  This fixes PR2045, thanks to Neil for finding another 
incredibly subtle corner case :)

llvm-svn: 47203
2008-02-16 01:20:36 +00:00

6 lines
73 B
C

// RUN: not clang %s -pedantic-errors -E
// PR2045
#define b
#undef a b