llvm-project/clang/tools/libclang
Douglas Gregor efcc6da97d Don't pass -avoid-version to Darwin linker
llvm-svn: 110438
2010-08-06 11:08:45 +00:00
..
CIndex.cpp Add code-completion support directly to ASTUnit, which performs code 2010-08-04 16:47:14 +00:00
CIndexCodeCompletion.cpp Give clang_codeCompleteAt() an "options" parameter, and add a new 2010-08-05 09:09:23 +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 Give clang_codeCompleteAt() an "options" parameter, and add a new 2010-08-05 09:09:23 +00:00
libclang.exports Give clang_codeCompleteAt() an "options" parameter, and add a new 2010-08-05 09:09:23 +00:00