Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | unique_ptrify SourceManager::createFileID | David Blaikie | 2014-08-29 | 1 | -3/+2 |
| | | | | llvm-svn: 216715 | ||||
* | Update for LLVM api change. | Rafael Espindola | 2014-08-27 | 1 | -2/+3 |
| | | | | llvm-svn: 216585 | ||||
* | Don't segfault in EmitCXXGlobalInitFunc when main file is a membuf | Keno Fischer | 2014-08-26 | 1 | -0/+78 |
Summary: When the main file is created from a membuffer, there is no file entry that can be retrieved. This uses "__GLOBAL_I_a" in that case which is what was always used before r208128. Reviewers: majnemer, thakis Reviewed By: thakis Subscribers: yaron.keren, rsmith, cfe-commits Differential Revision: http://reviews.llvm.org/D5043 llvm-svn: 216495 |