summaryrefslogtreecommitdiffstats
path: root/lib/Index/USRGeneration.cpp
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
* Added the pack_elements range accessor. Refactoring some for loops to use ran...Aaron Ballman2014-07-151-3/+2
* Avoid dubious IdentifierInfo::getNameStart() usesAlp Toker2014-06-071-1/+1
* [C++11] Use 'nullptr'.Craig Topper2014-05-261-1/+1
* 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
* [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
* Avoid using the 'index' namespace as scope.Argyrios Kyrtzidis2013-08-211-16/+19
* Rename libIDE to libIndex.Argyrios Kyrtzidis2013-08-171-0/+800