summaryrefslogtreecommitdiffstats
path: root/clang/lib/Index/USRGeneration.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove Expr.h include from ASTContext.h, NFCReid Kleckner2019-12-061-0/+1
* Add SVE opaque built-in typesRichard Sandiford2019-08-091-0/+3
* [clang][Index] Visit UsingDecls and generate USRs for themKadir Cetinkaya2019-02-261-1/+6
* Rename getTypeQualifiers to getMethodQualifiers.Anastasia Stulova2019-01-281-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [OpenCL] Add generic AS to 'this' pointerMikael Nilsson2018-12-131-1/+2
* Revert "[OpenCL] Add generic AS to 'this' pointer"Mikael Nilsson2018-12-121-2/+1
* [OpenCL] Add generic AS to 'this' pointerMikael Nilsson2018-12-121-1/+2
* [Index] Expose USR generation for typesIlya Biryukov2018-11-261-0/+11
* [OpenCL] Add support of cl_intel_device_side_avc_motion_estimation extensionAndrew Savonichev2018-11-081-0/+3
* Revert r346326 [OpenCL] Add support of cl_intel_device_side_avc_motion_estima...Andrew Savonichev2018-11-071-3/+0
* [OpenCL] Add support of cl_intel_device_side_avc_motion_estimation extensionAndrew Savonichev2018-11-071-0/+3
* Fix clang -Wimplicit-fallthrough warnings across llvm, NFCReid Kleckner2018-11-011-1/+1
* [Index] Use locations to uniquify function-scope BindingDecl USRFangrui Song2018-10-091-0/+7
* [index] Enhance indexing for module referencesArgyrios Kyrtzidis2018-09-181-0/+26
* Port getLocStart -> getBeginLocStephen Kelly2018-08-091-1/+1
* Remove trailing spaceFangrui Song2018-07-301-20/+20
* [Fixed Point Arithmetic] Addition of the remaining fixed point types and thei...Leonard Chan2018-06-141-0/+18
* This diff includes changes for supporting the following types.Leonard Chan2018-06-041-0/+6
* Revert "This diff includes changes for supporting the following types."Leonard Chan2018-06-021-6/+0
* This diff includes changes for supporting the following types.Leonard Chan2018-06-021-0/+6
* Implement P0482R2, support for char8_t type.Richard Smith2018-05-011-0/+2
* [Index] fix USR generation for namespace{extern{X}}Sam McCall2018-02-021-1/+3
* R13575: Fix USR mangling for function pointer typesJan Korous2017-10-101-1/+5
* PR13575: Fix USR mangling for fixed-size arraysJan Korous2017-10-091-0/+19
* Recommit "Add _Float16 as a C/C++ source language type"Sjoerd Meijer2017-09-081-0/+1
* Revert "Add _Float16 as a C/C++ source language type"Sjoerd Meijer2017-09-081-1/+0
* Add _Float16 as a C/C++ source language typeSjoerd Meijer2017-09-081-0/+1
* [index] Add indexing for unresolved-using declarationsBen Langmuir2017-08-161-15/+33
* [index] Fix forward declarations interfering with USR generation of external ...Argyrios Kyrtzidis2017-05-201-1/+1
* [index] Handle vector types in USR generatorAlex Lorenz2017-04-281-1/+7
* [index] Take into account the category's external_symbol attr for namespacing...Argyrios Kyrtzidis2017-04-211-19/+45
* [index] Take advantage of 'external_source_symbol' attribute for indexing pur...Argyrios Kyrtzidis2017-04-211-14/+69
* [OpenCL] Correct ndrange_t implementationAnastasia Stulova2017-02-161-1/+0
* [index] USR generation: use getTemplateArgs() instead of getTemplateInstantia...Argyrios Kyrtzidis2017-02-151-2/+2
* [index] Provide a more general index::generateUSRForMacro() that doesn't depe...Argyrios Kyrtzidis2017-02-021-3/+12
* [index] Handle properly C++14's template variables.Argyrios Kyrtzidis2016-11-071-0/+20
* [index] Fix assertion hit when handling a declaration of C++'s 'operator new'...Argyrios Kyrtzidis2016-11-021-3/+8
* [NFC] Header cleanupMehdi Amini2016-07-181-1/+0
* [index] Create different USR if a property is a class property.Argyrios Kyrtzidis2016-07-151-5/+6
* Use more ArrayRefsDavid Majnemer2016-06-241-1/+1
* Enable support for __float128 in Clang and enable it on pertinent platformsNemanja Ivanovic2016-05-091-0/+2
* Revert 266186 as it breaks anything that includes type_traits on some platformsNemanja Ivanovic2016-04-151-2/+0
* Enable support for __float128 in ClangNemanja Ivanovic2016-04-131-0/+2
* [OpenCL] Move OpenCLImageTypes.def from clangAST to clangBasic library.Alexey Bader2016-04-131-1/+1
* [OpenCL] Complete image types support.Alexey Bader2016-04-081-12/+3
* [index] Distinguish USRs of anonymous enums by using their first enumerator.Argyrios Kyrtzidis2016-03-041-2/+11
* [index] Include parameter types in the USRs for C functions marked with 'over...Argyrios Kyrtzidis2016-03-041-1/+2
* [index] In ObjC++ handle objc type parameters for function USRs.Argyrios Kyrtzidis2016-03-041-0/+17
* [AST/index] Introduce an option 'SuppressTemplateArgsInCXXConstructors' in pr...Argyrios Kyrtzidis2016-02-151-1/+6
OpenPOWER on IntegriCloud