summaryrefslogtreecommitdiff
path: root/tools/libclang/CIndexUSRs.cpp
Commit message (Expand)AuthorAge
* libclang/libIndex: USR generation: mangle source location into USRs for macros,Dmitri Gribenko2014-03-28
* Remove more uses of 'index' as namespace scope.Argyrios Kyrtzidis2013-08-21
* Avoid using the 'index' namespace as scope.Argyrios Kyrtzidis2013-08-21
* Rename libIDE to libIndex.Argyrios Kyrtzidis2013-08-17
* Introduce the clangIDE library.Argyrios Kyrtzidis2013-08-16
* Provide operator<< for stream output of DeclarationNamesDavid Blaikie2013-05-14
* Cleanup handling of UniqueExternalLinkage.Rafael Espindola2013-05-13
* Add OpenCL samplers as Clang builtin types and check sampler related restrict...Guy Benyei2013-02-07
* libclang: remove 'using namespace cxstring'Dmitri Gribenko2013-02-03
* libclang: remove unneeded const_castDmitri Gribenko2013-02-03
* libclang: migrate USRGenerator to ConstDeclVisitorDmitri Gribenko2013-02-03
* libclang: introduce cxstring::{createRef,createDup} for StringRefsDmitri Gribenko2013-02-02
* libclang: itroduce cxstring::createEmpty()Dmitri Gribenko2013-02-01
* libclang: refactor CXStringPool: make it a classDmitri Gribenko2013-01-26
* libclang: change return type of getCursorDecl() to 'const Decl *'Dmitri Gribenko2013-01-23
* Implement OpenCL event_t as Clang builtin type, including event_t related Ope...Guy Benyei2013-01-20
* Re-commit r170428 changes with Linux style file endings.Guy Benyei2012-12-18
* Revert changes from r170428, as I accidentally changed the line endings of th...Guy Benyei2012-12-18
* Add OpenCL images as clang builtin types.Guy Benyei2012-12-18
* [libclang] Declarations inside anonymous namespaces have internal linkage soArgyrios Kyrtzidis2012-12-07
* Remove completely irrelevant code from USR generation.Ted Kremenek2012-11-06
* Fix the AST representation for non-type template arguments to encodeEli Friedman2012-09-26
* Normalize line endings of r163013.Joao Matos2012-08-31
* Improved MSVC __interface support by adding first class support for it, inste...Joao Matos2012-08-31
* Plug a long standing memory leak in TemplateArgument.Benjamin Kramer2012-06-07
* Unify naming of LangOptions variable/get function across the Clang stack (Lex...David Blaikie2012-03-11
* drop more llvm:: prefixes on SmallString<>Dylan Noblesmith2012-02-13
* drop more llvm:: prefixes on OwningPtr<>Dylan Noblesmith2012-02-13
* [libclang] Encode the template specialization parameters of a functionArgyrios Kyrtzidis2012-02-10
* Remove unreachable code in Clang. (replace with llvm_unreachable where approp...David Blaikie2012-01-17
* Eliminate ObjCForwardProtocolDecl, which is redundant now thatDouglas Gregor2012-01-01
* Eliminate ObjCClassDecl, which is redundant now that ObjCInterfaceDeclDouglas Gregor2011-12-27
* [libclang] Add defensive checks to make sure we don't try to dereferenceArgyrios Kyrtzidis2011-12-10
* [libclang] For a class extension, give it a unique USR but for any property o...Argyrios Kyrtzidis2011-11-01
* Use const_cast to make it obvious that it's just removing constness (and sile...Benjamin Kramer2011-10-28
* More metaprogramming with builtin types.John McCall2011-10-18
* [libclang] Since an objc extension semantically continues the interface of th...Argyrios Kyrtzidis2011-10-18
* [libclang] Introduce a new high level API for indexing clients that assumesArgyrios Kyrtzidis2011-10-17
* Add a new placeholder type to represent "unbridged"John McCall2011-10-17
* Provide half floating point support as a storage only type.Anton Korobeynikov2011-10-14
* Change operator<< for raw_ostream and NamedDecl to take a reference instead o...Benjamin Kramer2011-10-14
* [libclang] Allow using getDeclCursorUSR function with a Decl* and not a cursor.Argyrios Kyrtzidis2011-10-12
* Switch assert(0/false) llvm_unreachable.David Blaikie2011-09-23
* Mechanically rename SourceManager::getInstantiationLoc andChandler Carruth2011-07-25
* remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....Chris Lattner2011-07-23
* Use the canonical decl when generating the locations for USRs.Ted Kremenek2011-05-03
* Guard in USRGenerator::GenLoc() against null Decl* from invalid code.Ted Kremenek2011-04-29
* Make yet another placeholder type, this one marking that an expression is a b...John McCall2011-04-26
* Support for C++11 (non-template) alias declarations.Richard Smith2011-04-15
* Basic, untested implementation for an "unknown any" type requested by LLDB.John McCall2011-04-07