| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [modules] Stop trying to fake up a linear MacroDirective history. | Richard Smith | 2015-04-29 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | Modules builds fundamentally have a non-linear macro history. In the interest of better source fidelity, represent the macro definition information faithfully: we have a linear macro directive history within each module, and at any point we have a unique "latest" local macro directive and a collection of visible imported directives. This also removes the attendent complexity of attempting to create a correct MacroDirective history (which we got wrong in the general case). No functionality change intended. llvm-svn: 236176 | ||||
| * | [C++11] Use 'nullptr'. | Craig Topper | 2014-05-07 | 1 | -1/+1 |
| | | | | | llvm-svn: 208163 | ||||
| * | s/tranform/transform/ | Benjamin Kramer | 2012-11-14 | 1 | -1/+1 |
| | | | | | llvm-svn: 167929 | ||||
| * | Drop the ASTContext.h include from DeclFriend.h and DeclTemplate.h. | Benjamin Kramer | 2012-07-04 | 1 | -0/+1 |
| | | | | | llvm-svn: 159723 | ||||
| * | [arcmt] At an unbridged cast error, if we're returning a load-of-ivar from a ↵ | Argyrios Kyrtzidis | 2012-06-07 | 1 | -1/+1 |
| | | | | | | | | | | | +0 method, automatically insert a __bridge cast. radar://11560638 llvm-svn: 158127 | ||||
| * | [arcmt] When fixing the "unassigned init call" ARC error, make sure | Argyrios Kyrtzidis | 2012-03-31 | 1 | -1/+5 |
| | | | | | | | | | to do a nil check for the result of the call. rdar://10950973 llvm-svn: 153793 | ||||
| * | remove unneeded llvm:: namespace qualifiers on some core types now that ↵ | Chris Lattner | 2011-07-23 | 1 | -1/+0 |
| | | | | | | | | | LLVM.h imports them into the clang namespace. llvm-svn: 135852 | ||||
| * | [arcmt] Fully migrate ObjC++ classes, rdar://9660007. | Argyrios Kyrtzidis | 2011-06-23 | 1 | -3/+2 |
| | | | | | llvm-svn: 133763 | ||||
| * | [arcmt] Break apart Transforms.cpp. | Argyrios Kyrtzidis | 2011-06-21 | 1 | -0/+75 |
| llvm-svn: 133539 | |||||

