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
/
CIndexCodeCompletion.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use 'override/final' instead of 'virtual' for overridden methods
Alexander Kornienko
2015-04-11
1
-1
/
+1
*
Make helper functions static. NFC.
Benjamin Kramer
2015-03-10
1
-1
/
+1
*
Improves overload completion result chunks.
Francisco Lopes da Silva
2015-01-28
1
-1
/
+2
*
Initial support for C++ parameter completion
Francisco Lopes da Silva
2015-01-21
1
-1
/
+1
*
Update for LLVM api change.
Rafael Espindola
2014-08-27
1
-2
/
+2
*
libclang: refactor handling of unsaved_files
Alp Toker
2014-07-07
1
-14
/
+13
*
Remove 'const' from MemoryBuffers used through the SourceManager
David Blaikie
2014-06-27
1
-2
/
+2
*
[C++11] Use 'nullptr'. Tools edition.
Craig Topper
2014-06-08
1
-15
/
+15
*
Don't leak the CXStoredDiagnostics returned by clang_codeCompleteGetDiagnostic()
Nico Weber
2014-05-09
1
-2
/
+12
*
Honour -ivfsoverlay in ASTUnit to match clang
Ben Langmuir
2014-04-15
1
-19
/
+12
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-15
1
-13
/
+13
*
[C++11] Use std::atomic instead of LLVM's.
Benjamin Kramer
2014-03-02
1
-10
/
+8
*
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
-1
/
+6
*
ASTUnit: ArrayRef'ize RemappedFiles
Dmitri Gribenko
2014-02-07
1
-1
/
+1
*
Remove unnecessary inclusion of Sema.h
David Blaikie
2013-09-13
1
-0
/
+1
*
Don't use PathV1.h in CIndexCodeCompletion.cpp.
Rafael Espindola
2013-06-26
1
-3
/
+3
*
Simplify a loop in ProcessCodeCompleteResults(). Pointed out by David Blaikie
Dmitri Gribenko
2013-06-18
1
-6
/
+6
*
ArrayRef'ize CodeCompletionContext::getNumSelIdents()
Dmitri Gribenko
2013-06-18
1
-8
/
+6
*
Use the sys::ExecuteAndWait that takes StringRefs.
Rafael Espindola
2013-06-13
1
-0
/
+1
*
libclang: reduce CXString abuse
Dmitri Gribenko
2013-02-07
1
-25
/
+20
*
libclang: remove 'using namespace cxstring'
Dmitri Gribenko
2013-02-03
1
-1
/
+0
*
libclang: introduce cxstring::{createRef,createDup} for StringRefs
Dmitri Gribenko
2013-02-02
1
-2
/
+2
*
libclang: introduce cxstring::{createRef,createDup} for C strings
Dmitri Gribenko
2013-02-02
1
-6
/
+5
*
libclang: itroduce cxstring::createEmpty()
Dmitri Gribenko
2013-02-01
1
-5
/
+5
*
libclang: introduce cxstring::createNull()
Dmitri Gribenko
2013-02-01
1
-4
/
+4
*
libclang: type safety for CXTranslationUnitImpl::CIdx
Dmitri Gribenko
2013-01-26
1
-1
/
+1
*
libclang: factor out the frequent pattern static_cast<ASTUnit *>(TU->TUData)
Dmitri Gribenko
2013-01-26
1
-2
/
+2
*
Re-sort all the headers. Lots of regressions have crept in here.
Chandler Carruth
2013-01-19
1
-1
/
+1
*
[libclang] Enhance logging capabilities of libclang.
Argyrios Kyrtzidis
2013-01-10
1
-0
/
+7
*
Re-sort #include lines using the llvm/utils/sort_includes.py script.
Chandler Carruth
2013-01-02
1
-1
/
+0
*
[libclang] Check for the 'LIBCLANG_NOTHREADS' environment variable before cre...
Argyrios Kyrtzidis
2012-12-22
1
-0
/
+6
*
Sort #include lines for tools/...
Chandler Carruth
2012-12-04
1
-7
/
+7
*
Make helpers static/anonymous.
Benjamin Kramer
2012-11-22
1
-1
/
+4
*
Make DiagnosticOptions intrusively reference-counted, and make sure
Douglas Gregor
2012-10-23
1
-1
/
+5
*
[libclang] Remove the ParentKind cursor kind from code-completion results.
Argyrios Kyrtzidis
2012-09-26
1
-2
/
+0
*
Add a new libclang completion API to get brief documentation comment that is
Dmitri Gribenko
2012-07-02
1
-4
/
+21
*
[code-complete] Introduce CodeCompletionTUInfo which will be used for caching
Argyrios Kyrtzidis
2012-04-10
1
-7
/
+13
*
[libclang] Rename setBackGroundPriority -> setThreadBackgroundPriority.
Argyrios Kyrtzidis
2012-03-28
1
-1
/
+1
*
[libclang] Introduce options to control the priority for the threads
Argyrios Kyrtzidis
2012-03-28
1
-0
/
+4
*
Introduce a new libclang API to determine the parent context of a code
Douglas Gregor
2012-03-27
1
-1
/
+15
*
Unify naming of LangOptions variable/get function across the Clang stack (Lex...
David Blaikie
2012-03-11
1
-5
/
+5
*
Basic: import IntrusiveRefCntPtr<> into clang namespace
Dylan Noblesmith
2012-02-20
1
-5
/
+5
*
drop more llvm:: prefixes on SmallString<>
Dylan Noblesmith
2012-02-13
1
-6
/
+6
*
More dead code removal (using -Wunreachable-code)
David Blaikie
2012-01-20
1
-2
/
+1
*
Remove unreachable code in Clang. (replace with llvm_unreachable where approp...
David Blaikie
2012-01-17
1
-4
/
+2
*
Added clang_getCompletionAnnotation and clang_getCompletionNumAnnotations to
Erik Verbruggen
2011-10-14
1
-0
/
+14
*
Make sure we initialize the "extra" data within the libclang code
Douglas Gregor
2011-10-10
1
-1
/
+6
*
Rename Diagnostic to DiagnosticsEngine as per issue 5397
David Blaikie
2011-09-25
1
-2
/
+2
*
[libclang] Workaround potential race condition with code completion Allocated...
Ted Kremenek
2011-08-17
1
-0
/
+13
[next]