summaryrefslogtreecommitdiff
path: root/tools/libclang/CLog.h
Commit message (Expand)AuthorAgeFilesLines
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-091-2/+2
* Replace uses of LLVM_FUNCTION_NAME with __func__, this was macro was removed ...Erik Pilkington2016-10-201-1/+1
* Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").Alexander Kornienko2015-06-221-2/+2
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-221-2/+2
* Header guard canonicalization, clang part.Benjamin Kramer2014-08-131-2/+2
* [C++11] Use 'nullptr'. Tools edition.Craig Topper2014-06-081-2/+2
* [cleanup] Re-sort includes with llvm/utils/sort_includes.py and fixChandler Carruth2014-03-041-0/+1
* libclang: use namespace qualifiers in the macro, so that it does not requireDmitri Gribenko2014-02-111-1/+2
* [libclang] Add Logger::operator<< overloads for CXCursor and FileEntry.Argyrios Kyrtzidis2013-03-081-0/+3
* Re-sort all the headers. Lots of regressions have crept in here.Chandler Carruth2013-01-191-0/+1
* Remove useless 'llvm::' qualifier from names like StringRef and others that areDmitri Gribenko2013-01-121-1/+1
* libclang logging: fixup for MSVC, which does not have __func__Dmitri Gribenko2013-01-111-1/+2
* [libclang] Address some coding style issues pointed out by Dmitri.Argyrios Kyrtzidis2013-01-101-2/+3
* [libclang] Add missing header fileArgyrios Kyrtzidis2013-01-101-0/+95