llvm-project/clang/tools/libclang
Douglas Gregor 00c37ef021 Once code completion has completed, pass a "completion context" on to
the code-completion consumer. The consumer can use this information to
augument, filter, or display the code-completion results.

llvm-svn: 110858
2010-08-11 21:23:17 +00:00
..
CIndex.cpp Add a (currently unused) "options" parameter to 2010-08-11 15:58:42 +00:00
CIndexCodeCompletion.cpp Once code completion has completed, pass a "completion context" on to 2010-08-11 21:23:17 +00:00
CIndexDiagnostic.cpp Rename 'CIndex' to 'libclang', since it has basically become our stable public 2010-04-30 21:51:10 +00:00
CIndexDiagnostic.h Rename 'CIndex' to 'libclang', since it has basically become our stable public 2010-04-30 21:51:10 +00:00
CIndexInclusionStack.cpp Rename 'CIndex' to 'libclang', since it has basically become our stable public 2010-04-30 21:51:10 +00:00
CIndexUSRs.cpp Switch USR generation to use file offsets instead of line/columns for anonymous symbols. Fixes <rdar://problem/8221557>. 2010-07-22 11:14:15 +00:00
CIndexer.cpp When handling raw_ostream errors manually, use clear_error() so that 2010-05-27 20:16:37 +00:00
CIndexer.h Rename 'CIndex' to 'libclang', since it has basically become our stable public 2010-04-30 21:51:10 +00:00
CMakeLists.txt Don't pass -avoid-version to Darwin linker 2010-08-06 11:08:45 +00:00
CXCursor.cpp Reinstate the fix for PR7556. A silly use of isTrivial() was 2010-07-08 06:14:04 +00:00
CXCursor.h Rename 'CIndex' to 'libclang', since it has basically become our stable public 2010-04-30 21:51:10 +00:00
CXSourceLocation.h Per Doug's suggestion, move check for invalid SourceLocation into 2010-06-28 23:54:17 +00:00
CXTypes.cpp Add clang_isPODType() for querying if the CXType is POD. Implements <rdar://problem/8250669>. 2010-07-30 00:14:11 +00:00
Makefile build: Don't pass -avoid-version or -no-undefined on Darwin, they don't do 2010-07-31 21:33:01 +00:00
libclang.darwin.exports Add a (currently unused) "options" parameter to 2010-08-11 15:58:42 +00:00
libclang.exports Add a (currently unused) "options" parameter to 2010-08-11 15:58:42 +00:00