summaryrefslogtreecommitdiffstats
path: root/lib/Index
Commit message (Expand)AuthorAgeFilesLines
* [libclang] Use same USR encoding for 'char' regardless of what the target con...Argyrios Kyrtzidis2014-12-081-1/+1
* [libclang] Encode InjectedClassNameType in the USR.Argyrios Kyrtzidis2014-12-081-0/+4
* [libclang] Encode location info for anonymous embedded tag decls.Argyrios Kyrtzidis2014-12-081-1/+5
* [libclang] Use same USR encoding for 'class' as 'struct'.Argyrios Kyrtzidis2014-12-081-3/+3
* [libclang] Encode C++11 rvalue reference types in the USR.Argyrios Kyrtzidis2014-12-081-0/+5
* [libclang] Encode the C++11 method reference qualifier in the USR.Argyrios Kyrtzidis2014-12-081-0/+5
* [libclang] Reflect in USR generation that 'signed char' and 'unsigned char' c...Argyrios Kyrtzidis2014-12-081-1/+2
* [libclang] Function templates can be 'overloaded' by return type, so encode t...Argyrios Kyrtzidis2014-12-081-0/+23
* [CMake] Prune redundant libdeps.NAKAMURA Takumi2014-10-301-2/+0
* [CMake] Add dependencies on clangToolingCore.NAKAMURA Takumi2014-10-301-0/+1
* Format: ArrayRefize some implicit copies away.Benjamin Kramer2014-10-031-3/+2
* clang-format: [JS] Support regex literals with trailing escaped slash.Daniel Jasper2014-09-091-6/+1
* Overload SourceManager::overrideFileContents so that unconditionally passing ...David Blaikie2014-08-271-1/+1
* Update for LLVM api change.Rafael Espindola2014-08-271-2/+3
* Header guard canonicalization, clang part.Benjamin Kramer2014-08-131-2/+2
* Make clang's rewrite engine a core featureAlp Toker2014-07-161-1/+1
* Added the pack_elements range accessor. Refactoring some for loops to use ran...Aaron Ballman2014-07-151-3/+2
* Track IntrusiveRefCntPtr::get() changes from LLVM r212366Alp Toker2014-07-051-1/+1
* Remove 'const' from MemoryBuffers used through the SourceManagerDavid Blaikie2014-06-271-2/+1
* Avoid dubious IdentifierInfo::getNameStart() usesAlp Toker2014-06-071-1/+1
* [C++11] Use 'nullptr'.Craig Topper2014-05-263-4/+4
* Comment parsing: remove HTML attribute validationDmitri Gribenko2014-04-301-4/+4
* CommentToXMLConverter: Don't use "default" to method(s). It is unavailable in...NAKAMURA Takumi2014-04-241-1/+1
* Comment to XML conversion: use unique_ptr for SimpleFormatContextDmitri Gribenko2014-04-241-10/+6
* Fix two leaks found by LSan (one is test-only).Nico Weber2014-04-241-1/+1
* Fix leak introduced in r194610, found by LSan.Nico Weber2014-04-231-0/+4
* Comment parsing: close a hole in CDATA escaping in XML outputDmitri Gribenko2014-04-221-3/+33
* Comment parsing: in the generated XML file, mark HTML that is safe to passDmitri Gribenko2014-04-221-2/+8
* libclang/libIndex: USR generation: mangle source location into USRs for macros,Dmitri Gribenko2014-03-281-24/+53
* remove a bunch of unused private methodsNuno Lopes2014-03-231-10/+0
* [C++11] Replacing FunctionProtoType iterators param_type_begin() and param_ty...Aaron Ballman2014-03-171-5/+2
* [C++11] Replacing FunctionDecl iterators param_begin() and param_end() with i...Aaron Ballman2014-03-071-5/+2
* [CMake] Use LINK_LIBS instead of target_link_libraries().NAKAMURA Takumi2014-02-261-2/+1
* [Index] Make the USRs more stable.Argyrios Kyrtzidis2014-02-231-17/+30
* Rename getResultType() on function and method declarations to getReturnType()Alp Toker2014-01-251-1/+1
* Rename FunctionProtoType accessors from 'arguments' to 'parameters'Alp Toker2014-01-201-2/+3
* [CMake] Apply ADDITIONAL_HEADERS introduced in r199639.NAKAMURA Takumi2014-01-201-1/+3
* Sort all the #include lines with LLVM's utils/sort_includes.py whichChandler Carruth2014-01-071-1/+1
* [CMake] clang/lib: Satisfy dependencies to add *actually used* libraries on t...NAKAMURA Takumi2013-12-091-1/+8
* libclang does not depend directly on clangFormat; but clangIndex doesDmitri Gribenko2013-11-131-0/+1
* Documentation parsing: move comment-to-XML conversion routines to libIndexDmitri Gribenko2013-11-133-0/+1215
* Avoid using the 'index' namespace as scope.Argyrios Kyrtzidis2013-08-211-16/+19
* Rename libIDE to libIndex.Argyrios Kyrtzidis2013-08-173-0/+821
* Remove the unused, unmaintained, incomplete 'Index' library.Douglas Gregor2012-04-1316-1770/+0
* Unify naming of LangOptions variable/get function across the Clang stack (Lex...David Blaikie2012-03-111-1/+1
* Unbreak the CMake builds following the CallGraph change.Anna Zaks2012-03-021-1/+1
* [analyzer] Rename clang::CallGraph into clang::idx::CallGraph + renameAnna Zaks2012-03-021-4/+6
* More dead code removal (using -Wunreachable-code)David Blaikie2012-01-201-4/+4
* Remove unnecessary default cases in switches over enums.David Blaikie2012-01-171-2/+0
* Replace all comparisons between ObjCInterfaceDecl pointers with callsDouglas Gregor2011-12-151-2/+2