| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove unused parameter, followup to r179639. No behavior change. | Nico Weber | 2015-01-15 | 1 | -1/+0 |
| | | | | | llvm-svn: 226128 | ||||
| * | [cleanup] Re-sort the #include lines using llvm/utils/sort_includes.py | Chandler Carruth | 2015-01-14 | 1 | -4/+4 |
| | | | | | | | | No functionality changed, this is a purely mechanical cleanup to ensure the #include order remains consistent across the project. llvm-svn: 225975 | ||||
| * | 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 | |||||

