Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
clang
/
0b17c61e8f143901ce11b4a6e5129ac63aaeee04
/
tools
/
libclang
/
CIndexer.h
f51f20f
Rename 'CIndex' to 'libclang', since it has basically become our stable public
by Daniel Dunbar
· 15 years ago
[Renamed from tools/CIndex/CIndexer.h]
b846deb
Prune includes.
by Benjamin Kramer
· 15 years ago
c2a9816
Revert 98439. There is a bad race condition in sys::Path::makeUnique on win32.
by Benjamin Kramer
· 15 years ago
ee99005
Make getTemporaryPath a static member of CIndexer and use it to replace tmpnam calls.
by Benjamin Kramer
· 15 years ago
0a812cf
Re-apply my diagnostics-capture patch for CIndex, with some tweaks to
by Douglas Gregor
· 15 years ago
436f3f0
Revert my CIndex diagnostic changes (r96603, 96606, 96607), which were
by Douglas Gregor
· 15 years ago
b271071
Resurrect the displayDiagnostics parameter to clang_createIndex(), and
by Douglas Gregor
· 15 years ago
ee4db4f
Move createCXString() functions out of CIndexer and into the clang::cxstring namespace.
by Ted Kremenek
· 15 years ago
936ea3b
Switch the remaining diagnostic printing in CIndex over to the
by Douglas Gregor
· 15 years ago
5352ac0
Implement a diagnostics callback for the C interface to Clang, so that
by Douglas Gregor
· 15 years ago
fc8ea23
Introduce a CIndex API for lexing the raw tokens within a given source
by Douglas Gregor
· 15 years ago
4db64a4
Extend clang_createTranslationUnitFromSourceFile() to support creating
by Douglas Gregor
· 15 years ago
a030b7c
Eliminate CIndex's dependency on the Clang Index library, since we
by Douglas Gregor
· 15 years ago
4b333d2
Make createCXString() a static member function of class CIndex.
by Ted Kremenek
· 15 years ago
ab18893
Split code in CIndex.cpp into multiple source files, and remove some unnecessary #includes.
by Ted Kremenek
· 15 years ago