llvm-project/clang/lib
Richard Smith a42fd84cff Remove redundant CXXScopeSpec from TemplateIdAnnotation.
A TemplateIdAnnotation represents only a template-id, not a
nested-name-specifier plus a template-id. Don't make a redundant copy of
the CXXScopeSpec and store it on the template-id annotation.

This slightly improves error recovery by more properly handling the case
where we would form an invalid CXXScopeSpec while parsing a typename
specifier, instead of accidentally putting the token stream into a
broken "annot_template_id with a scope specifier, but with no preceding
annot_cxxscope token" state.
2020-01-17 15:47:21 -08:00
..
ARCMigrate Fix "pointer is null" static analyzer warning. NFCI. 2020-01-10 17:21:20 +00:00
AST Reapply Allow system header to provide their own implementation of some builtin 2020-01-17 09:58:32 +01:00
ASTMatchers Revert "[ASTMatchers] extract public matchers from const-analysis into own patch" 2020-01-11 19:41:27 +01:00
Analysis [DataFlow] Factor two worklist implementations out 2020-01-17 08:11:15 -08:00
Basic [xray] Allow instrumenting only function entry and/or only function exit 2020-01-17 13:32:34 -08:00
CodeGen [xray] Allow instrumenting only function entry and/or only function exit 2020-01-17 13:32:34 -08:00
CrossTU [CrossTU] Fix problem with CrossTU AST load limit and progress messages. 2019-08-12 07:15:29 +00:00
DirectoryWatcher [Clang] Migrate llvm::make_unique to std::make_unique 2019-08-14 23:04:18 +00:00
Driver [profile] Support counter relocation at runtime 2020-01-17 15:02:23 -08:00
Edit [C++2a] Add __builtin_bit_cast, used to implement std::bit_cast 2019-07-02 18:28:13 +00:00
Format clang-format: [JS] pragmas for tslint, tsc. 2020-01-17 13:39:05 +01:00
Frontend [clang][xray] Add -fxray-ignore-loops option 2020-01-17 13:32:24 -08:00
FrontendTool [analyzer] Don't run the analyzer for -analyzer-list-enabled-checkers 2019-09-12 18:53:48 +00:00
Headers [SystemZ] Avoid unnecessary conversions in vecintrin.h 2020-01-16 18:58:14 +01:00
Index [Wdocumentation] Implement \anchor 2019-12-21 14:52:21 +01:00
Lex [Lexer] Allow UCN for dollar symbol '\u0024' in identifiers when using -fdollars-in-identifiers flag. 2020-01-15 11:28:57 +00:00
Parse Remove redundant CXXScopeSpec from TemplateIdAnnotation. 2020-01-17 15:47:21 -08:00
Rewrite [Rewrite][NFC] Add FIXMEs and tests for RemoveLineIfEmpty bug 2019-08-15 21:17:48 +00:00
Sema Remove redundant CXXScopeSpec from TemplateIdAnnotation. 2020-01-17 15:47:21 -08:00
Serialization [modules] Do not cache invalid state for modules that we attempted to load. 2020-01-16 17:12:41 -08:00
StaticAnalyzer [analyzer] Fix SARIF column locations 2020-01-14 15:38:30 -05:00
Tooling [libTooling] Fix bug in Stencil handling of macro ranges 2020-01-17 12:11:25 -05:00
CMakeLists.txt Reland [clang] DirectoryWatcher 2019-07-12 20:34:10 +00:00