Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Re-sort all the headers. Lots of regressions have crept in here. | Chandler Carruth | 2013-01-19 | 1 | -0/+1 |
| | | | | | | | | | | Manually fix the order of UnwrappedLineParser.cpp as that one didn't have its associated header as the first header. This also uncovered a subtle inclusion order dependency as CLog.h didn't include LLVM.h to pick up using declarations it relied upon. llvm-svn: 172892 | ||||
* | Remove useless 'llvm::' qualifier from names like StringRef and others that are | Dmitri Gribenko | 2013-01-12 | 1 | -1/+1 |
| | | | | | | brought into 'clang' namespace by clang/Basic/LLVM.h llvm-svn: 172323 | ||||
* | libclang logging: fixup for MSVC, which does not have __func__ | Dmitri Gribenko | 2013-01-11 | 1 | -1/+2 |
| | | | | llvm-svn: 172158 | ||||
* | [libclang] Address some coding style issues pointed out by Dmitri. | Argyrios Kyrtzidis | 2013-01-10 | 1 | -2/+3 |
| | | | | llvm-svn: 172096 | ||||
* | [libclang] Add missing header file | Argyrios Kyrtzidis | 2013-01-10 | 1 | -0/+95 |
llvm-svn: 172090 |