llvm-project/clang/tools/CIndex
Ted Kremenek ff9021b675 Implement clang_isUnexposed(), a predicate function to simplify filtering out
unexposed AST elements.

llvm-svn: 97985
2010-03-08 21:17:29 +00:00
..
CIndex.cpp Implement clang_isUnexposed(), a predicate function to simplify filtering out 2010-03-08 21:17:29 +00:00
CIndex.exports Implement clang_isUnexposed(), a predicate function to simplify filtering out 2010-03-08 21:17:29 +00:00
CIndexCodeCompletion.cpp Fix bogus diagnostic format string. 2010-02-23 20:23:45 +00:00
CIndexDiagnostic.cpp Rework the CIndex API for displaying diagnostics. Instead of printing 2010-02-22 23:17:23 +00:00
CIndexDiagnostic.h Rework how CIndex handles diagnostics. Rather than using a callback, 2010-02-18 18:08:43 +00:00
CIndexInclusionStack.cpp Implement 'clang_getInclusions()' in CIndex. This API allows clients to walk the set of files included in a translation unit via the C API. 2010-01-26 19:31:51 +00:00
CIndexUSRs.cpp Move createCXString() functions out of CIndexer and into the clang::cxstring namespace. 2010-02-17 00:41:08 +00:00
CIndexer.cpp CIndex: Respect TMPDIR/TEMP/TMP when making temporary files for remapping. As a 2010-02-02 05:19:57 +00:00
CIndexer.h Re-apply my diagnostics-capture patch for CIndex, with some tweaks to 2010-02-18 23:07:20 +00:00
CMakeLists.txt Teach CMake to put the CIndex header into the Xcode/MSVC project 2010-02-18 04:01:41 +00:00
CXCursor.cpp Start adding cursor kinds for attributes, with first exposing 2010-02-18 03:09:07 +00:00
CXCursor.h Start adding cursor kinds for attributes, with first exposing 2010-02-18 03:09:07 +00:00
CXSourceLocation.h Rename translateSourceRange(CXSourceRange) translateCXSourceRange, instead of 2010-02-14 08:31:57 +00:00
Makefile -fno-rtti is now the default. 2010-01-24 20:43:31 +00:00