llvm-project/clang/lib
Ilya Biryukov 346758407e [Index] Fix reported references in presence of template type aliases
Summary: See the added test for an example.

Reviewers: kadircet

Reviewed By: kadircet

Subscribers: jkorous, arphaman, cfe-commits

Tags: #clang

Differential Revision: https://reviews.llvm.org/D62303

llvm-svn: 361511
2019-05-23 16:48:47 +00:00
..
ARCMigrate Recommit r359859 "[Attribute/Diagnostics] Print macro if definition is an attribute declaration" 2019-05-07 03:20:17 +00:00
AST Ensure builtins use the target default Calling Convention 2019-05-23 16:05:21 +00:00
ASTMatchers Move TraversalKind enum to ast_type_traits 2019-05-16 17:57:38 +00:00
Analysis [c++20] Implement P1009R2: allow omitting the array bound in an array 2019-05-06 03:47:15 +00:00
Basic [OpenCL] Support pipe keyword in C++ mode 2019-05-22 13:12:20 +00:00
CodeGen Delete default constructors, copy constructors, move constructors, copy assignment, move assignment operators on Expr, Stmt and Decl 2019-05-23 09:22:43 +00:00
CrossTU [ASTImporter] Use llvm::Expected and Error in the importer API 2019-05-15 10:29:48 +00:00
Driver [Driver] Try normalized triple when looking for C++ libraries 2019-05-23 15:23:16 +00:00
Edit Range-style std::find{,_if} -> llvm::find{,_if}. NFC 2019-03-31 08:48:19 +00:00
Format [clang-format] Fixed self assignment 2019-05-15 20:29:33 +00:00
Frontend [Frontend] Return an error on bad inputs to PrecompiledPreabmle 2019-05-22 12:50:01 +00:00
FrontendTool [analyzer] Don't display implementation checkers under -analyzer-checker-help, but do under the new flag -analyzer-checker-help-hidden 2019-05-01 19:56:47 +00:00
Headers [X86] Remove semicolons at the end of intrinsics implemented as macros so they can be used as arguments to other intrinsics. 2019-05-19 01:01:52 +00:00
Index [Index] Fix reported references in presence of template type aliases 2019-05-23 16:48:47 +00:00
Lex [PragmaHandler] Expose `#pragma` location 2019-05-21 23:51:38 +00:00
Parse [OpenCL] Support pipe keyword in C++ mode 2019-05-22 13:12:20 +00:00
Rewrite [Lex] Allow to consume tokens while preprocessing 2019-05-17 09:32:05 +00:00
Sema [CodeComplete] Only show lambda completions if patterns are requested 2019-05-23 16:39:26 +00:00
Serialization [c++20] P0780R2: Support pack-expansion of init-captures. 2019-05-21 20:10:50 +00:00
StaticAnalyzer [Analyzer] Refactor begin and end symbol creation 2019-05-20 11:04:27 +00:00
Tooling Work around a Visual C++ bug. 2019-05-23 15:07:46 +00:00
CMakeLists.txt Add Cross Translation Unit support library 2017-09-22 11:11:01 +00:00