summaryrefslogtreecommitdiffstats
path: root/clang/tools/libclang/CLog.h
Commit message (Collapse)AuthorAgeFilesLines
* Re-sort all the headers. Lots of regressions have crept in here.Chandler Carruth2013-01-191-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 areDmitri Gribenko2013-01-121-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 Gribenko2013-01-111-1/+2
| | | | llvm-svn: 172158
* [libclang] Address some coding style issues pointed out by Dmitri.Argyrios Kyrtzidis2013-01-101-2/+3
| | | | llvm-svn: 172096
* [libclang] Add missing header fileArgyrios Kyrtzidis2013-01-101-0/+95
llvm-svn: 172090
OpenPOWER on IntegriCloud