summaryrefslogtreecommitdiff
path: root/lib/Index
Commit message (Expand)AuthorAge
* Avoid dubious IdentifierInfo::getNameStart() usesAlp Toker2014-06-07
* [C++11] Use 'nullptr'.Craig Topper2014-05-26
* Comment parsing: remove HTML attribute validationDmitri Gribenko2014-04-30
* CommentToXMLConverter: Don't use "default" to method(s). It is unavailable in...NAKAMURA Takumi2014-04-24
* Comment to XML conversion: use unique_ptr for SimpleFormatContextDmitri Gribenko2014-04-24
* Fix two leaks found by LSan (one is test-only).Nico Weber2014-04-24
* Fix leak introduced in r194610, found by LSan.Nico Weber2014-04-23
* Comment parsing: close a hole in CDATA escaping in XML outputDmitri Gribenko2014-04-22
* Comment parsing: in the generated XML file, mark HTML that is safe to passDmitri Gribenko2014-04-22
* libclang/libIndex: USR generation: mangle source location into USRs for macros,Dmitri Gribenko2014-03-28
* remove a bunch of unused private methodsNuno Lopes2014-03-23
* [C++11] Replacing FunctionProtoType iterators param_type_begin() and param_ty...Aaron Ballman2014-03-17
* [C++11] Replacing FunctionDecl iterators param_begin() and param_end() with i...Aaron Ballman2014-03-07
* [CMake] Use LINK_LIBS instead of target_link_libraries().NAKAMURA Takumi2014-02-26
* [Index] Make the USRs more stable.Argyrios Kyrtzidis2014-02-23
* Rename getResultType() on function and method declarations to getReturnType()Alp Toker2014-01-25
* Rename FunctionProtoType accessors from 'arguments' to 'parameters'Alp Toker2014-01-20
* [CMake] Apply ADDITIONAL_HEADERS introduced in r199639.NAKAMURA Takumi2014-01-20
* Sort all the #include lines with LLVM's utils/sort_includes.py whichChandler Carruth2014-01-07
* [CMake] clang/lib: Satisfy dependencies to add *actually used* libraries on t...NAKAMURA Takumi2013-12-09
* libclang does not depend directly on clangFormat; but clangIndex doesDmitri Gribenko2013-11-13
* Documentation parsing: move comment-to-XML conversion routines to libIndexDmitri Gribenko2013-11-13
* Avoid using the 'index' namespace as scope.Argyrios Kyrtzidis2013-08-21
* Rename libIDE to libIndex.Argyrios Kyrtzidis2013-08-17
* Remove the unused, unmaintained, incomplete 'Index' library.Douglas Gregor2012-04-13
* Unify naming of LangOptions variable/get function across the Clang stack (Lex...David Blaikie2012-03-11
* Unbreak the CMake builds following the CallGraph change.Anna Zaks2012-03-02
* [analyzer] Rename clang::CallGraph into clang::idx::CallGraph + renameAnna Zaks2012-03-02
* More dead code removal (using -Wunreachable-code)David Blaikie2012-01-20
* Remove unnecessary default cases in switches over enums.David Blaikie2012-01-17
* Replace all comparisons between ObjCInterfaceDecl pointers with callsDouglas Gregor2011-12-15
* Change operator<< for raw_ostream and NamedDecl to take a reference instead o...Benjamin Kramer2011-10-14
* Removing a bunch of dead returns/breaks after llvm_unreachables.David Blaikie2011-09-23
* Switch assert(0/false) llvm_unreachable.David Blaikie2011-09-23
* remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....Chris Lattner2011-07-23
* now that we have a centralized place to do so, add some using declarations forChris Lattner2011-07-20
* Modify some deleted function methods to better reflect reality:Sean Hunt2011-05-06
* Support for C++11 (non-template) alias declarations.Richard Smith2011-04-15
* fix a bunch of comment typos found by codespell. Patch byChris Lattner2011-04-15
* Give some convenient idiomatic accessors to Stmt::child_range andJohn McCall2011-02-13
* CMake: LLVM_NO_RTTI must be obsolete now!NAKAMURA Takumi2011-02-10
* Fix CMake clangIndex library dependencies, from Logan ChienDouglas Gregor2010-09-20
* Revert "CMake: Update to use standard CMake dependency tracking facilities in...Michael J. Spencer2010-09-13
* CMake: Update to use standard CMake dependency tracking facilities insteadMichael J. Spencer2010-09-10
* Clean up CMake dependenciesDouglas Gregor2010-09-09
* Clean up some of the CMake dependenciesDouglas Gregor2010-09-08
* De-memberify the VarDecl and FunctionDecl StorageClass enums.John McCall2010-08-26
* Remove unused location-to-AST-node resolver. libclang's implementation superc...Douglas Gregor2010-07-19
* BUILD_ARCHIVE is the default for libraries, no need to set it.Chris Lattner2010-07-18
* Collect function definitions in the Indexer when indexing through the ASTs.Zhongxing Xu2010-07-06