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
/
CIndex
/
CIndexCodeCompletion.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename 'CIndex' to 'libclang', since it has basically become our stable public
Daniel Dunbar
2010-04-30
1
-512
/
+0
*
Send code completion data in json format.
Ted Kremenek
2010-04-17
1
-7
/
+9
*
Add optional timing logging for code completion results. This causes a UDP p...
Ted Kremenek
2010-04-15
1
-0
/
+87
*
Prune includes.
Benjamin Kramer
2010-04-12
1
-0
/
+3
*
Make Diagnostic reference-counted, which is simpler than juggling
Douglas Gregor
2010-04-05
1
-2
/
+2
*
Give SourceManager a Diagnostic object with which to report errors,
Douglas Gregor
2010-03-16
1
-1
/
+4
*
Revert 98439. There is a bad race condition in sys::Path::makeUnique on win32.
Benjamin Kramer
2010-03-13
1
-2
/
+6
*
Make getTemporaryPath a static member of CIndexer and use it to replace tmpna...
Benjamin Kramer
2010-03-13
1
-6
/
+2
*
Fix bogus diagnostic format string.
Daniel Dunbar
2010-02-23
1
-1
/
+1
*
Teach ASTUnit to keep track of temporary files, then delete them when
Douglas Gregor
2010-02-18
1
-2
/
+10
*
Re-apply my diagnostics-capture patch for CIndex, with some tweaks to
Douglas Gregor
2010-02-18
1
-9
/
+13
*
Rework how CIndex handles diagnostics. Rather than using a callback,
Douglas Gregor
2010-02-18
1
-14
/
+42
*
Convert clang_getCompletionChunkText() to return a CXString.
Ted Kremenek
2010-02-17
1
-6
/
+8
*
CIndex: Fix ReportSerializedDiagnostics to honor the DiagnosticClient contract
Daniel Dunbar
2010-01-30
1
-1
/
+7
*
Introduce serialization and deserialization of diagnostic information
Douglas Gregor
2010-01-28
1
-4
/
+13
*
Switch the remaining diagnostic printing in CIndex over to the
Douglas Gregor
2010-01-28
1
-7
/
+21
*
Extend clang_createTranslationUnitFromSourceFile() to support creating
Douglas Gregor
2010-01-23
1
-28
/
+3
*
Improve code completion by introducing patterns for the various C and
Douglas Gregor
2010-01-10
1
-0
/
+20
*
Split code in CIndex.cpp into multiple source files, and remove some unnecess...
Ted Kremenek
2010-01-05
1
-0
/
+351