aboutsummaryrefslogtreecommitdiff
path: root/test/Sema/ast-print.c
AgeCommit message (Expand)Author
2012-11-12Correct printing of nested anonymous type member accesses.David Blaikie
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-03-24Rename clang to clang-cc.Daniel Dunbar
2007-12-06Fix a bug handling typedefs of functions, patch by Nuno Lopes!Chris Lattner
2007-12-03Fix an ast-print/ast-dump bug.Chris Lattner