summaryrefslogtreecommitdiffstats
path: root/clang/lib/Index
Commit message (Expand)AuthorAgeFilesLines
* [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
* Change operator<< for raw_ostream and NamedDecl to take a reference instead o...Benjamin Kramer2011-10-141-2/+2
* Removing a bunch of dead returns/breaks after llvm_unreachables.David Blaikie2011-09-231-1/+0
* Switch assert(0/false) llvm_unreachable.David Blaikie2011-09-231-2/+2
* remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....Chris Lattner2011-07-234-8/+8
* now that we have a centralized place to do so, add some using declarations forChris Lattner2011-07-201-1/+1
* Modify some deleted function methods to better reflect reality:Alexis Hunt2011-05-062-2/+2
* Support for C++11 (non-template) alias declarations.Richard Smith2011-04-151-1/+1
* fix a bunch of comment typos found by codespell. Patch byChris Lattner2011-04-151-1/+1
* Give some convenient idiomatic accessors to Stmt::child_range andJohn McCall2011-02-132-3/+2
* CMake: LLVM_NO_RTTI must be obsolete now!NAKAMURA Takumi2011-02-101-2/+0
* Fix CMake clangIndex library dependencies, from Logan ChienDouglas Gregor2010-09-201-15/+1
* Revert "CMake: Update to use standard CMake dependency tracking facilities in...Michael J. Spencer2010-09-131-19/+17
* CMake: Update to use standard CMake dependency tracking facilities insteadMichael J. Spencer2010-09-101-17/+19
* Clean up CMake dependenciesDouglas Gregor2010-09-091-0/+5
* Clean up some of the CMake dependenciesDouglas Gregor2010-09-081-0/+14
* De-memberify the VarDecl and FunctionDecl StorageClass enums.John McCall2010-08-261-2/+2
* Remove unused location-to-AST-node resolver. libclang's implementation superc...Douglas Gregor2010-07-192-603/+0
* BUILD_ARCHIVE is the default for libraries, no need to set it.Chris Lattner2010-07-181-1/+0
* Collect function definitions in the Indexer when indexing through the ASTs.Zhongxing Xu2010-07-063-17/+64
* Local variables have no linkage, make invalid Entities.Zhongxing Xu2010-07-061-0/+4
OpenPOWER on IntegriCloud