summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/extern-inline.c
Commit message (Collapse)AuthorAgeFilesLines
* Update Clang tests to handle explicitly typed load changes in LLVM.David Blaikie2015-02-271-3/+3
| | | | llvm-svn: 230795
* A number of test cases assume that an "int" parameter or return valueUlrich Weigand2012-10-241-2/+2
| | | | | | | | | | | | will be represented in the IR as a plain "i32" type. This causes the tests to spuriously fail on platforms where int is not a 32-bit type, or where the ABI requires attributes like "signext" or "zeroext" to be used. This patch adds -triple or -target parameters to force those tests to use the i386-unknown-unknown target. llvm-svn: 166551
* Implement -fgnu89-inline. Fixes PR10041.Rafael Espindola2011-06-021-0/+1
| | | | llvm-svn: 132460
* 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