aboutsummaryrefslogtreecommitdiff
path: root/test/Sema/exprs.c
AgeCommit message (Collapse)Author
2008-08-21add a simple check to warn people who type "=+" when they probably meantChris Lattner
"+=". git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@55131 91177308-0d34-0410-b5e6-96231b3b80d8
2008-07-25Add support for __extension__ as an lvalue. rdar://6097308Chris Lattner
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@54033 91177308-0d34-0410-b5e6-96231b3b80d8
2008-02-02Implement support for __extension__ which silences extwarnings in its Chris Lattner
scope. This is part of the fix for PR1966 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@46669 91177308-0d34-0410-b5e6-96231b3b80d8