summaryrefslogtreecommitdiff
path: root/tools/libclang/CIndexUSRs.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix file headers. NFCFangrui Song2019-03-011-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [libclang] Remove the 'extern "C"' blocks from the implementation files.Argyrios Kyrtzidis2016-12-171-4/+0
* [index] Create different USR if a property is a class property.Argyrios Kyrtzidis2016-07-151-1/+1
* [cleanup] Re-sort the #include lines using llvm/utils/sort_includes.pyChandler Carruth2015-01-141-1/+1
* libclang/libIndex: USR generation: mangle source location into USRs for macros,Dmitri Gribenko2014-03-281-4/+12
* Remove more uses of 'index' as namespace scope.Argyrios Kyrtzidis2013-08-211-6/+6
* Avoid using the 'index' namespace as scope.Argyrios Kyrtzidis2013-08-211-8/+9
* Rename libIDE to libIndex.Argyrios Kyrtzidis2013-08-171-15/+15
* Introduce the clangIDE library.Argyrios Kyrtzidis2013-08-161-813/+33
* Provide operator<< for stream output of DeclarationNamesDavid Blaikie2013-05-141-3/+2
* Cleanup handling of UniqueExternalLinkage.Rafael Espindola2013-05-131-1/+1
* Add OpenCL samplers as Clang builtin types and check sampler related restrict...Guy Benyei2013-02-071-0/+1
* libclang: remove 'using namespace cxstring'Dmitri Gribenko2013-02-031-3/+2
* libclang: remove unneeded const_castDmitri Gribenko2013-02-031-1/+1
* libclang: migrate USRGenerator to ConstDeclVisitorDmitri Gribenko2013-02-031-59/+62
* libclang: introduce cxstring::{createRef,createDup} for StringRefsDmitri Gribenko2013-02-021-6/+6
* libclang: itroduce cxstring::createEmpty()Dmitri Gribenko2013-02-011-7/+7
* libclang: refactor CXStringPool: make it a classDmitri Gribenko2013-01-261-1/+1
* libclang: change return type of getCursorDecl() to 'const Decl *'Dmitri Gribenko2013-01-231-1/+1
* Implement OpenCL event_t as Clang builtin type, including event_t related Ope...Guy Benyei2013-01-201-0/+1
* Re-commit r170428 changes with Linux style file endings.Guy Benyei2012-12-181-0/+6
* Revert changes from r170428, as I accidentally changed the line endings of th...Guy Benyei2012-12-181-912/+906
* Add OpenCL images as clang builtin types.Guy Benyei2012-12-181-906/+912
* [libclang] Declarations inside anonymous namespaces have internal linkage soArgyrios Kyrtzidis2012-12-071-7/+1
* Remove completely irrelevant code from USR generation.Ted Kremenek2012-11-061-29/+4
* Fix the AST representation for non-type template arguments to encodeEli Friedman2012-09-261-3/+5
* Normalize line endings of r163013.Joao Matos2012-08-311-935/+935
* Improved MSVC __interface support by adding first class support for it, inste...Joao Matos2012-08-311-932/+935
* Plug a long standing memory leak in TemplateArgument.Benjamin Kramer2012-06-071-1/+1
* Unify naming of LangOptions variable/get function across the Clang stack (Lex...David Blaikie2012-03-111-1/+1
* drop more llvm:: prefixes on SmallString<>Dylan Noblesmith2012-02-131-2/+2
* drop more llvm:: prefixes on OwningPtr<>Dylan Noblesmith2012-02-131-1/+1
* [libclang] Encode the template specialization parameters of a functionArgyrios Kyrtzidis2012-02-101-0/+10
* Remove unreachable code in Clang. (replace with llvm_unreachable where approp...David Blaikie2012-01-171-2/+2
* Eliminate ObjCForwardProtocolDecl, which is redundant now thatDouglas Gregor2012-01-011-7/+0
* Eliminate ObjCClassDecl, which is redundant now that ObjCInterfaceDeclDouglas Gregor2011-12-271-7/+0
* [libclang] Add defensive checks to make sure we don't try to dereferenceArgyrios Kyrtzidis2011-12-101-0/+3
* [libclang] For a class extension, give it a unique USR but for any property o...Argyrios Kyrtzidis2011-11-011-4/+16
* Use const_cast to make it obvious that it's just removing constness (and sile...Benjamin Kramer2011-10-281-1/+1
* More metaprogramming with builtin types.John McCall2011-10-181-4/+3
* [libclang] Since an objc extension semantically continues the interface of th...Argyrios Kyrtzidis2011-10-181-4/+2
* [libclang] Introduce a new high level API for indexing clients that assumesArgyrios Kyrtzidis2011-10-171-2/+2
* Add a new placeholder type to represent "unbridged"John McCall2011-10-171-0/+1
* Provide half floating point support as a storage only type.Anton Korobeynikov2011-10-141-0/+2
* Change operator<< for raw_ostream and NamedDecl to take a reference instead o...Benjamin Kramer2011-10-141-1/+1
* [libclang] Allow using getDeclCursorUSR function with a Decl* and not a cursor.Argyrios Kyrtzidis2011-10-121-30/+36
* Switch assert(0/false) llvm_unreachable.David Blaikie2011-09-231-1/+1
* Mechanically rename SourceManager::getInstantiationLoc andChandler Carruth2011-07-251-1/+1
* remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....Chris Lattner2011-07-231-17/+17