Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | For ModuleLoader::makeModuleVisible() also pass the source location where the | Argyrios Kyrtzidis | 2013-02-01 | 1 | -1/+2 |
| | | | | | | module import occurred. llvm-svn: 174191 | ||||
* | [Lex] Remove DirectoryLookup.UserSpecified, which is unused. | Daniel Dunbar | 2013-01-25 | 1 | -1/+1 |
| | | | | llvm-svn: 173409 | ||||
* | clang/unittests: Fixup corresponding to r172290. | NAKAMURA Takumi | 2013-01-12 | 1 | -0/+3 |
| | | | | llvm-svn: 172295 | ||||
* | Sort the #include lines for unittests/... | Chandler Carruth | 2012-12-04 | 1 | -3/+1 |
| | | | | | | I've tried to place sensible headers at the top as main-module headers. llvm-svn: 169243 | ||||
* | Fix unit tests for ModuleLoader change in r168961. | Douglas Gregor | 2012-11-30 | 1 | -4/+5 |
| | | | | llvm-svn: 168962 | ||||
* | clang/unittests: Fixup corresponding to Doug's r168136. | NAKAMURA Takumi | 2012-11-16 | 1 | -1/+1 |
| | | | | llvm-svn: 168137 | ||||
* | Escape trigraphs in unittest. | Benjamin Kramer | 2012-11-03 | 1 | -6/+4 |
| | | | | llvm-svn: 167359 | ||||
* | Make the FilenameRange of the InclusionDirective callback more accurate, | Argyrios Kyrtzidis | 2012-11-01 | 1 | -0/+248 |
preserve the macro location of the range end if the filename came from a macro. Patch by Kim Gräsman! llvm-svn: 167239 |