summaryrefslogtreecommitdiffstats
path: root/clang/test/Sema/exprs.c
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix rdar://6095061 - gcc allows __builtin_choose_expr as an lvalueChris Lattner2008-12-121-0/+7
| | | | llvm-svn: 60924
* add a silly testcaseChris Lattner2008-11-221-0/+5
| | | | llvm-svn: 59877
* print a type in a diagnostic.Chris Lattner2008-11-211-0/+4
| | | | llvm-svn: 59829
* Implement rdar://6319320: give a good diagnostic for cases where peopleChris Lattner2008-11-171-0/+5
| | | | | | | are trying to use the old GCC "casts as lvalue" extension. We don't and will hopefully never support this. llvm-svn: 59460
* add a simple check to warn people who type "=+" when they probably meantChris Lattner2008-08-211-0/+9
| | | | | | "+=". llvm-svn: 55131
* Add support for __extension__ as an lvalue. rdar://6097308Chris Lattner2008-07-251-0/+6
| | | | llvm-svn: 54033
* Implement support for __extension__ which silences extwarnings in its Chris Lattner2008-02-021-0/+11
scope. This is part of the fix for PR1966 llvm-svn: 46669
OpenPOWER on IntegriCloud