Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
clang
/
66118c215183dec714cbbdec8060497675cebcac
/
tools
/
libclang
/
CIndexHigh.cpp
09d19ef
Use SmallVectorImpl instead of SmallVector for iterators and references to avoid specifying the vector size unnecessarily.
by Craig Topper
· 11 years ago
6f09c3d
[libclang] Change clang_findReferencesInFile and clang_findIncludesInFile to return an enum,
by Argyrios Kyrtzidis
· 12 years ago
389dc56
[libclang] Modify clang_findReferencesInFile and clang_findIncludesInFile to return a value.
by Argyrios Kyrtzidis
· 12 years ago
ee2d5fd
[libclang] Introduce clang_findIncludesInFile, that can be used to retrieve all #import/#include directives in a specific file.
by Argyrios Kyrtzidis
· 12 years ago
029c8f3
[libclang] When calling the function of CXCursorAndRangeVisitor, don't forget to
by Argyrios Kyrtzidis
· 12 years ago
b70e7a8
[libclang] Add Logger::operator<< overloads for CXCursor and FileEntry.
by Argyrios Kyrtzidis
· 12 years ago
5694feb
libclang: factor out the frequent pattern static_cast<ASTUnit *>(TU->TUData)
by Dmitri Gribenko
· 12 years ago
e22339c
libclang: change return type of getCursorDecl() to 'const Decl *'
by Dmitri Gribenko
· 12 years ago
b1ba0ef
Re-sort all the headers. Lots of regressions have crept in here.
by Chandler Carruth
· 12 years ago
acbe4ba
Replace more usages of __func__ with LLVM_FUNCTION_NAME
by Dmitri Gribenko
· 12 years ago
c6f5c6a
[libclang] Enhance logging capabilities of libclang.
by Argyrios Kyrtzidis
· 12 years ago
664b06f
[libclang] When getting the cursor for an identifier inside a macro definition, check if
by Argyrios Kyrtzidis
· 12 years ago
f59edb9
Sort #include lines for tools/...
by Chandler Carruth
· 12 years ago
16ed0e6
[libclang] Add defensive checks to make sure we don't try to dereference
by Argyrios Kyrtzidis
· 13 years ago
4451746
[libclang] Make sure we don't try to handle a CXCursor_NoDeclFound
by Argyrios Kyrtzidis
· 13 years ago
e368a64
[libclang] When doing clang_findReferencesInFile, make sure we don't crash
by Argyrios Kyrtzidis
· 13 years ago
5c2a1f7
[libclang] Do the ConcurrencyCheck at the beginning of clang_findReferencesInFile.
by Argyrios Kyrtzidis
· 13 years ago
b49e728
[libclang] Make clang_findReferencesInFile also work on macros (find all expansions/definition
by Argyrios Kyrtzidis
· 13 years ago
e2079cf
[libclang] Make clang_findReferencesInFile use "file-targeted" deserialization and avoid
by Argyrios Kyrtzidis
· 13 years ago
aed123e
[libclang] Introduce clang_findReferencesInFile which accepts a cursor, a file,
by Argyrios Kyrtzidis
· 13 years ago