Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Switch to gnu++14 as the default dialect. | Tim Northover | 2017-12-09 | 1 | -12/+4 |
| | | | | | | This is C++14 with conforming GNU extensions. llvm-svn: 320250 | ||||
* | Replace Sema-level implementation of -fassume-sane-operator-new with a | Richard Smith | 2016-04-07 | 1 | -9/+9 |
| | | | | | | | | | | | | | | CodeGen-level implementation. Instead of adding an attribute to clang's FunctionDecl, add the IR attribute directly. This means a module built with this flag is now compatible with code built without it and vice versa. This change also results in the 'noalias' attribute no longer being added to calls to operator new in the IR; it's now only added to the declaration. It also fixes a bug where we failed to add the attribute to the 'nothrow' versions (because we didn't implicitly declare them, there was no good time to inject a fake attribute). llvm-svn: 265728 | ||||
* | Update Clang tests to handle explicitly typed load changes in LLVM. | David Blaikie | 2015-02-27 | 1 | -3/+3 |
| | | | | llvm-svn: 230795 | ||||
* | Convert the standard default-construction loops to use phis and | John McCall | 2011-07-13 | 1 | -9/+9 |
| | | | | | | partial destruction. llvm-svn: 135033 | ||||
* | clang side to match the LLVM IR type system rewrite patch. | Chris Lattner | 2011-07-09 | 1 | -26/+24 |
| | | | | llvm-svn: 134831 | ||||
* | Two more test cases which have been long uncommitted. | John McCall | 2011-06-24 | 1 | -0/+211 |
llvm-svn: 133842 |