aboutsummaryrefslogtreecommitdiff
path: root/test/Serialization/stmt_exprs.c
AgeCommit message (Expand)Author
2009-03-18remove two xfailed tests. These aren't doing any good for us until serializa...Chris Lattner
2009-02-03true is pass, false is success.Chris Lattner
2009-02-03make this fail faster.Chris Lattner
2009-01-20Fix: <rdar://problem/6510344> [pth] PTH slows down regular lexer considerably...Ted Kremenek
2009-01-20Remove the TopLevelDecls from TranslationUnit, since all of those decls are o...Douglas Gregor
2009-01-20Remove ScopedDecl, collapsing all of its functionality into Decl, soDouglas Gregor
2007-11-28Inlined test case to make it independent of the stmt_exprs test case in test/...Ted Kremenek
2007-11-28Added initial test case for testing serialization of ASTs. This testTed Kremenek