aboutsummaryrefslogtreecommitdiff
path: root/clang/test/Sema/builtins-gnu-mode.c
AgeCommit message (Collapse)AuthorFilesLines
2014-04-16Re-enable several builtins in non-gnu modes.Evgeniy Stepanov1-8/+0
This is a partial revert of 183015. By not recognizing things like _setjmp we lose (returns_twice) attribute on them, which leads to incorrect code generation. Fixes PR16138. llvm-svn: 206362
2013-05-31Testcase for r183015.Benjamin Kramer1-0/+27
I hate svn add. llvm-svn: 183019