summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/extern-inline.c
Commit message (Collapse)AuthorAgeFilesLines
* Implement support for -fwrapv, rdar://7221421Chris Lattner2010-06-261-1/+1
| | | | | | | | | | | | As part of this, pull together trapv handling into the same enum. This also add support for NSW multiplies. This also makes PCH disagreement on overflow behavior silent, since it really doesn't matter except for warnings and codegen (no macros get defined etc). llvm-svn: 106956
* Allow redefinitions of extern inline functions in GNU89 mode, just as GCCCharles Davis2010-02-181-0/+25
does. Fixes PR5253. llvm-svn: 96553
OpenPOWER on IntegriCloud