summaryrefslogtreecommitdiffstats
path: root/test/Sema/deref.c
Commit message (Expand)AuthorAgeFilesLines
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* PR2524: downgrade taking address of expression of type 'void' to an Eli Friedman2009-05-031-3/+4
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
* Tweak fix for http://llvm.org/bugs/show_bug.cgi?id=2000 to work across typedefs.Steve Naroff2008-02-181-0/+10
* Refine bug fix to Expr::isLvalue (commit r46917).Steve Naroff2008-02-101-1/+6
* Change Expr::isLvalue() to allow the "void" type. This fixes bz2000 submitted...Steve Naroff2008-02-101-1/+7
* Sema::FinalizeDeclaratorGroup()...make sure we emit an diagnostic for tentati...Steve Naroff2008-01-181-1/+1
* Change Sema::CheckAddressOfOperation() to respect C99-only addressof rules.Steve Naroff2008-01-131-0/+22