index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
tools
/
libclang
/
CXTranslationUnit.h
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
*
[libclang] Record code-completion invocations to a temporary file when
Alex Lorenz
2017-12-07
1
-0
/
+2
*
[libclang] Expose some target information via the C API.
Emilio Cobos Alvarez
2017-04-28
1
-0
/
+4
*
Reapply "IntrusiveRefCntPtr -> std::shared_ptr for CompilerInvocationBase and...
David Blaikie
2017-01-06
1
-1
/
+2
*
Revert "IntrusiveRefCntPtr -> std::shared_ptr for CompilerInvocationBase and ...
David Blaikie
2017-01-06
1
-2
/
+1
*
IntrusiveRefCntPtr -> std::shared_ptr for CompilerInvocationBase and CodeComp...
David Blaikie
2017-01-05
1
-1
/
+2
*
Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").
Alexander Kornienko
2015-06-22
1
-2
/
+1
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-22
1
-1
/
+2
*
Header guard canonicalization, clang part.
Benjamin Kramer
2014-08-13
1
-2
/
+2
*
[C++11] Use 'nullptr'. Tools edition.
Craig Topper
2014-06-08
1
-2
/
+2
*
[cleanup] Re-sort includes with llvm/utils/sort_includes.py and fix
Chandler Carruth
2014-03-04
1
-1
/
+1
*
libclang: report error code for bad PCH files
Dmitri Gribenko
2014-02-12
1
-0
/
+4
*
Fix a typo in the function name that I just introduced (r201155)
Dmitri Gribenko
2014-02-11
1
-1
/
+1
*
libclang: audit all APIs that accept a CXTranslationUnit to make sure that
Dmitri Gribenko
2014-02-11
1
-0
/
+12
*
Sort all the #include lines with LLVM's utils/sort_includes.py which
Chandler Carruth
2014-01-07
1
-1
/
+1
*
Documentation parsing: move comment-to-XML conversion routines to libIndex
Dmitri Gribenko
2013-11-13
1
-3
/
+4
*
[libclang] In cxtu::getASTUnit(), check for a null CXTranslationUnit.
Argyrios Kyrtzidis
2013-04-09
1
-0
/
+2
*
libclang: refactor CXStringPool: make it a class
Dmitri Gribenko
2013-01-26
1
-1
/
+2
*
libclang: type safety for CXTranslationUnitImpl::CIdx
Dmitri Gribenko
2013-01-26
1
-1
/
+1
*
libclang: type safety for CXTranslationUnitImpl::FormatContext
Dmitri Gribenko
2013-01-26
1
-4
/
+2
*
libclang: some type safety for CXTranslationUnitImpl's internals
Dmitri Gribenko
2013-01-26
1
-5
/
+8
*
libclang: factor out the frequent pattern static_cast<ASTUnit *>(TU->TUData)
Dmitri Gribenko
2013-01-26
1
-1
/
+7
*
This is the libclang patch providing minimal API to
Fariborz Jahanian
2012-12-18
1
-0
/
+2
*
Reduce malloc() traffic of clang_getOverridenCursors() by using a pool of Sma...
Ted Kremenek
2012-04-30
1
-0
/
+1
*
[libclang] Introduce options to control the priority for the threads
Argyrios Kyrtzidis
2012-03-28
1
-1
/
+3
*
serialized diagnostics: implement full deserialization of clang diagnostics v...
Ted Kremenek
2011-11-10
1
-1
/
+2
*
[libclang] Introduce a new high level API for indexing clients that assumes
Argyrios Kyrtzidis
2011-10-17
1
-0
/
+17
*
[libclang] Make MakeCXTranslationUnit usable outside CIndex.cpp.
Argyrios Kyrtzidis
2011-10-12
1
-0
/
+9
*
Make definition of CXTranslationUnitImpl private
Ted Kremenek
2010-11-17
1
-0
/
+24