llvm-project/clang/tools/libclang
Argyrios Kyrtzidis 74c96c0c75 [libclang] Change clang_VirtualFileOverlay_writeToBuffer to return a malloc'ed buffer.
Returning CXString is not appropriate if we want to switch to a non-string format buffer.

llvm-svn: 202675
2014-03-03 06:38:52 +00:00
..
ARCMigrate.cpp libclang: introduce cxstring::{createRef,createDup} for StringRefs 2013-02-02 02:19:29 +00:00
BuildSystem.cpp [libclang] Change clang_VirtualFileOverlay_writeToBuffer to return a malloc'ed buffer. 2014-03-03 06:38:52 +00:00
CIndex.cpp [C++11] Replace llvm::tie with std::tie. 2014-03-02 13:01:17 +00:00
CIndexCXX.cpp [libclang] Have clang_getCXXAccessSpecifier() also return the access control of a C++ declaration within its parent scope. 2013-04-11 17:02:10 +00:00
CIndexCodeCompletion.cpp [C++11] Use std::atomic instead of LLVM's. 2014-03-02 17:08:31 +00:00
CIndexDiagnostic.cpp Add 'remark' diagnostic type in 'clang' 2014-02-28 09:11:08 +00:00
CIndexDiagnostic.h
CIndexHigh.cpp Fix a typo in the function name that I just introduced (r201155) 2014-02-11 15:02:48 +00:00
CIndexInclusionStack.cpp Fix a typo in the function name that I just introduced (r201155) 2014-02-11 15:02:48 +00:00
CIndexUSRs.cpp Remove more uses of 'index' as namespace scope. 2013-08-21 01:51:19 +00:00
CIndexer.cpp libclang: Remove clang::RemapFiles, it's dead code. 2013-06-13 13:57:48 +00:00
CIndexer.h libclang: Remove clang::RemapFiles, it's dead code. 2013-06-13 13:57:48 +00:00
CLog.h libclang: use namespace qualifiers in the macro, so that it does not require 2014-02-11 12:25:31 +00:00
CMakeLists.txt Now that llvm's build system sets -install_name, we don't need to. 2014-02-28 13:50:15 +00:00
CXComment.cpp Work around a bug in old gcc on the FreeBSD bot, which complains about 2013-11-14 00:36:24 +00:00
CXComment.h Make inline functions in a header file static. 2013-11-13 20:19:22 +00:00
CXCompilationDatabase.cpp Fix a tranche of comment, test and doc typos 2013-12-05 16:25:25 +00:00
CXCursor.cpp [OPENMP] First changes for Parsing and Sema for 'omp simd' directive support 2014-02-27 08:29:12 +00:00
CXCursor.h libclang: make getCursorParentDecl() return 'const Decl *' 2013-01-26 18:12:08 +00:00
CXLoadedDiagnostic.cpp Sort all the #include lines with LLVM's utils/sort_includes.py which 2014-01-07 11:51:46 +00:00
CXLoadedDiagnostic.h libclang: don't store nul-terminated strings as StringRefs, 2013-02-18 19:50:38 +00:00
CXSourceLocation.cpp Fix a typo in the function name that I just introduced (r201155) 2014-02-11 15:02:48 +00:00
CXSourceLocation.h [libclang] Add some constness in CXSourceLocation and CXSourceRange. 2013-01-11 22:29:47 +00:00
CXStoredDiagnostic.cpp Add 'remark' diagnostic type in 'clang' 2014-02-28 09:11:08 +00:00
CXString.cpp libclang: wrap CXString implementation into 'namespace cxstring' 2013-02-03 13:54:26 +00:00
CXString.h Sort all the #include lines with LLVM's utils/sort_includes.py which 2014-01-07 11:51:46 +00:00
CXTranslationUnit.h libclang: report error code for bad PCH files 2014-02-12 19:12:37 +00:00
CXType.cpp libclang: New functions clang_Type_getNumTemplateArguments, 2014-02-27 16:05:05 +00:00
CXType.h
CursorVisitor.h [libclang] Modify clang_findReferencesInFile and clang_findIncludesInFile to return a value. 2013-03-08 20:42:33 +00:00
IndexBody.cpp Move tools/libclang/RecursiveASTVisitor.h -> include/clang/AST/DataRecursiveASTVisitor.h 2013-12-20 02:02:54 +00:00
IndexDecl.cpp Rename getResultType() on function and method declarations to getReturnType() 2014-01-25 16:55:45 +00:00
IndexTypeSourceInfo.cpp Move tools/libclang/RecursiveASTVisitor.h -> include/clang/AST/DataRecursiveASTVisitor.h 2013-12-20 02:02:54 +00:00
Index_Internal.h
Indexing.cpp [C++11] Replace llvm::tie with std::tie. 2014-03-02 13:01:17 +00:00
IndexingContext.cpp Fix typo: s/Occurence/Occurrence/ 2013-11-30 23:33:14 +00:00
IndexingContext.h Fix typo: s/Occurence/Occurrence/ 2013-11-30 23:33:14 +00:00
Makefile Now that llvm's build system sets -install_name, we don't need to. 2014-02-28 13:50:15 +00:00
libclang.exports libclang: New functions clang_Type_getNumTemplateArguments, 2014-02-27 16:05:05 +00:00