index
:
delta/clang.git
baserock/flang
google/stable
google/testing
master
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
release_34
release_35
release_35@215011
release_36
release_37
release_38
release_39
release_40
release_50
release_60
release_70
release_80
release_90
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
llvm.org: Obsolete (use llvm)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
libclang
/
CXSourceLocation.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Reverting r316278 due to failing build bots.
Aaron Ballman
2017-10-21
1
-1
/
+2
*
[libclang, bindings]: add spelling location
Masud Rahman
2017-10-21
1
-2
/
+1
*
[libclang] Remove the 'extern "C"' blocks from the implementation files.
Argyrios Kyrtzidis
2016-12-17
1
-12
/
+0
*
Replace uses of LLVM_FUNCTION_NAME with __func__, this was macro was removed ...
Erik Pilkington
2016-10-20
1
-1
/
+1
*
Store FileEntry::Filename as a StringRef instead of raw pointer (NFC)
Mehdi Amini
2016-10-10
1
-3
/
+4
*
Fix some Clang-tidy readability-redundant-control-flow warnings; other minor ...
Eugene Zelenko
2016-02-10
1
-6
/
+0
*
[C++11] Use 'nullptr'. Tools edition.
Craig Topper
2014-06-08
1
-6
/
+6
*
Fix a typo in the function name that I just introduced (r201155)
Dmitri Gribenko
2014-02-11
1
-2
/
+2
*
libclang: audit all APIs that accept a CXTranslationUnit to make sure that
Dmitri Gribenko
2014-02-11
1
-3
/
+11
*
[libclang] In clang_getLocation, check that the provided line/column is valid.
Argyrios Kyrtzidis
2013-09-12
1
-0
/
+2
*
Fix 2 cases of uninitialized reads of an invalid PresumedLoc.
Evgeniy Stepanov
2013-09-11
1
-13
/
+15
*
Split isFromMainFile into two functions.
Eli Friedman
2013-08-22
1
-1
/
+1
*
Add clang_Location_isFromMainFile() to libclang.
Stefanus Du Toit
2013-08-08
1
-0
/
+11
*
[libclang] Introduce clang_Location_isInSystemHeader to check if a location r...
Argyrios Kyrtzidis
2013-04-12
1
-0
/
+11
*
libclang: remove 'using namespace cxstring'
Dmitri Gribenko
2013-02-03
1
-1
/
+0
*
libclang: introduce cxstring::{createRef,createDup} for C strings
Dmitri Gribenko
2013-02-02
1
-1
/
+1
*
libclang: itroduce cxstring::createEmpty()
Dmitri Gribenko
2013-02-01
1
-1
/
+1
*
libclang: factor out the frequent pattern static_cast<ASTUnit *>(TU->TUData)
Dmitri Gribenko
2013-01-26
1
-6
/
+6
*
Remove uneeded casts
Dmitri Gribenko
2013-01-23
1
-1
/
+1
*
Explicitly cast away the const-ness instead of doing it implicitly.
Bill Wendling
2013-01-23
1
-1
/
+1
*
Re-sort all the headers. Lots of regressions have crept in here.
Chandler Carruth
2013-01-19
1
-1
/
+1
*
Fix Casting
David Greene
2013-01-15
1
-2
/
+2
*
Replace more usages of __func__ with LLVM_FUNCTION_NAME
Dmitri Gribenko
2013-01-11
1
-1
/
+2
*
[libclang] Enhance logging capabilities of libclang.
Argyrios Kyrtzidis
2013-01-10
1
-9
/
+13
*
[libclang] Introduce clang_getFileLocation.
Argyrios Kyrtzidis
2013-01-04
1
-1
/
+38
*
Simplify logic to use SourceManager::getFileLoc(), per Argyrios's feedback.
Ted Kremenek
2012-12-19
1
-8
/
+1
*
Have clang_getSpellingLocation() use the same logic as DiagnosticRenderer for...
Ted Kremenek
2012-12-18
1
-8
/
+6
*
Sort #include lines for tools/...
Chandler Carruth
2012-12-04
1
-3
/
+2
*
serialized diagnostics: implement full deserialization of clang diagnostics v...
Ted Kremenek
2011-11-10
1
-88
/
+107
*
[libclang] Add missing return in clang_getExpansionLocation that resulted in ...
Argyrios Kyrtzidis
2011-11-03
1
-0
/
+1
*
[libclang] Tweak internals of CXSourceLocation to allow an alternate implemen...
Ted Kremenek
2011-10-31
1
-75
/
+111
*
[libclang] Move implementation of functions for manipulation CXSourceLocation...
Ted Kremenek
2011-10-31
1
-0
/
+270