summaryrefslogtreecommitdiff
path: root/tools/libclang/CXSourceLocation.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Reverting r316278 due to failing build bots.Aaron Ballman2017-10-211-1/+2
* [libclang, bindings]: add spelling locationMasud Rahman2017-10-211-2/+1
* [libclang] Remove the 'extern "C"' blocks from the implementation files.Argyrios Kyrtzidis2016-12-171-12/+0
* Replace uses of LLVM_FUNCTION_NAME with __func__, this was macro was removed ...Erik Pilkington2016-10-201-1/+1
* Store FileEntry::Filename as a StringRef instead of raw pointer (NFC)Mehdi Amini2016-10-101-3/+4
* Fix some Clang-tidy readability-redundant-control-flow warnings; other minor ...Eugene Zelenko2016-02-101-6/+0
* [C++11] Use 'nullptr'. Tools edition.Craig Topper2014-06-081-6/+6
* Fix a typo in the function name that I just introduced (r201155)Dmitri Gribenko2014-02-111-2/+2
* libclang: audit all APIs that accept a CXTranslationUnit to make sure thatDmitri Gribenko2014-02-111-3/+11
* [libclang] In clang_getLocation, check that the provided line/column is valid.Argyrios Kyrtzidis2013-09-121-0/+2
* Fix 2 cases of uninitialized reads of an invalid PresumedLoc.Evgeniy Stepanov2013-09-111-13/+15
* Split isFromMainFile into two functions.Eli Friedman2013-08-221-1/+1
* Add clang_Location_isFromMainFile() to libclang.Stefanus Du Toit2013-08-081-0/+11
* [libclang] Introduce clang_Location_isInSystemHeader to check if a location r...Argyrios Kyrtzidis2013-04-121-0/+11
* libclang: remove 'using namespace cxstring'Dmitri Gribenko2013-02-031-1/+0
* libclang: introduce cxstring::{createRef,createDup} for C stringsDmitri Gribenko2013-02-021-1/+1
* libclang: itroduce cxstring::createEmpty()Dmitri Gribenko2013-02-011-1/+1
* libclang: factor out the frequent pattern static_cast<ASTUnit *>(TU->TUData)Dmitri Gribenko2013-01-261-6/+6
* Remove uneeded castsDmitri Gribenko2013-01-231-1/+1
* Explicitly cast away the const-ness instead of doing it implicitly.Bill Wendling2013-01-231-1/+1
* Re-sort all the headers. Lots of regressions have crept in here.Chandler Carruth2013-01-191-1/+1
* Fix CastingDavid Greene2013-01-151-2/+2
* Replace more usages of __func__ with LLVM_FUNCTION_NAMEDmitri Gribenko2013-01-111-1/+2
* [libclang] Enhance logging capabilities of libclang.Argyrios Kyrtzidis2013-01-101-9/+13
* [libclang] Introduce clang_getFileLocation.Argyrios Kyrtzidis2013-01-041-1/+38
* Simplify logic to use SourceManager::getFileLoc(), per Argyrios's feedback.Ted Kremenek2012-12-191-8/+1
* Have clang_getSpellingLocation() use the same logic as DiagnosticRenderer for...Ted Kremenek2012-12-181-8/+6
* Sort #include lines for tools/...Chandler Carruth2012-12-041-3/+2
* serialized diagnostics: implement full deserialization of clang diagnostics v...Ted Kremenek2011-11-101-88/+107
* [libclang] Add missing return in clang_getExpansionLocation that resulted in ...Argyrios Kyrtzidis2011-11-031-0/+1
* [libclang] Tweak internals of CXSourceLocation to allow an alternate implemen...Ted Kremenek2011-10-311-75/+111
* [libclang] Move implementation of functions for manipulation CXSourceLocation...Ted Kremenek2011-10-311-0/+270