summaryrefslogtreecommitdiff
path: root/test/Sema/deref.c
AgeCommit message (Expand)Author
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-05-03PR2524: downgrade taking address of expression of type 'void' to an Eli Friedman
2009-03-24Rename clang to clang-cc.Daniel Dunbar
2008-02-18Tweak fix for http://llvm.org/bugs/show_bug.cgi?id=2000 to work across typedefs.Steve Naroff
2008-02-10Refine bug fix to Expr::isLvalue (commit r46917).Steve Naroff
2008-02-10Change Expr::isLvalue() to allow the "void" type. This fixes bz2000 submitted...Steve Naroff
2008-01-18Sema::FinalizeDeclaratorGroup()...make sure we emit an diagnostic for tentati...Steve Naroff
2008-01-13Change Sema::CheckAddressOfOperation() to respect C99-only addressof rules.Steve Naroff