index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
CIndex
/
CIndexCodeCompletion.cpp
Age
Commit message (
Expand
)
Author
2010-04-30
Rename 'CIndex' to 'libclang', since it has basically become our stable public
Daniel Dunbar
2010-04-17
Send code completion data in json format.
Ted Kremenek
2010-04-15
Add optional timing logging for code completion results. This causes a UDP p...
Ted Kremenek
2010-04-12
Prune includes.
Benjamin Kramer
2010-04-05
Make Diagnostic reference-counted, which is simpler than juggling
Douglas Gregor
2010-03-16
Give SourceManager a Diagnostic object with which to report errors,
Douglas Gregor
2010-03-13
Revert 98439. There is a bad race condition in sys::Path::makeUnique on win32.
Benjamin Kramer
2010-03-13
Make getTemporaryPath a static member of CIndexer and use it to replace tmpna...
Benjamin Kramer
2010-02-23
Fix bogus diagnostic format string.
Daniel Dunbar
2010-02-18
Teach ASTUnit to keep track of temporary files, then delete them when
Douglas Gregor
2010-02-18
Re-apply my diagnostics-capture patch for CIndex, with some tweaks to
Douglas Gregor
2010-02-18
Rework how CIndex handles diagnostics. Rather than using a callback,
Douglas Gregor
2010-02-17
Convert clang_getCompletionChunkText() to return a CXString.
Ted Kremenek
2010-01-30
CIndex: Fix ReportSerializedDiagnostics to honor the DiagnosticClient contract
Daniel Dunbar
2010-01-28
Introduce serialization and deserialization of diagnostic information
Douglas Gregor
2010-01-28
Switch the remaining diagnostic printing in CIndex over to the
Douglas Gregor
2010-01-23
Extend clang_createTranslationUnitFromSourceFile() to support creating
Douglas Gregor
2010-01-10
Improve code completion by introducing patterns for the various C and
Douglas Gregor
2010-01-05
Split code in CIndex.cpp into multiple source files, and remove some unnecess...
Ted Kremenek