| commit | cda4d7e19619e136f2b597110b6a52ee9d641862 | [log] [tgz] |
|---|---|---|
| author | Chris Lattner <sabre@nondot.org> | Fri Mar 13 17:38:01 2009 +0000 |
| committer | Chris Lattner <sabre@nondot.org> | Fri Mar 13 17:38:01 2009 +0000 |
| tree | 7034235f16d84b747a23980f3728411546653a29 | |
| parent | ef26c77c5608445b5a91f4ca8060edc994ae01c5 [diff] |
introduce a new -fheinous-gnu-extensions flag that enables really really horrible extensions that are disabled by default but that can be accepted by -fheinous-gnu-extensions (but which always emit a warning when enabled). As our first instance of this, implement PR3788/PR3794, which allows non-lvalues in inline asms in contexts where lvalues are required. bleh. llvm-svn: 66910