llvm-capstone/clang/lib
Gabor Marton 25234fd69e [ASTImporter] Support functions with placeholder return types ...
Summary:
Support functions with placeholder return types even in cases when the type is
declared in the body of the function.
Example: auto f() { struct X{}; return X(); }

Reviewers: balazske, a_sidorin, a.sidorin, shafik

Subscribers: rnkovacs, dkrupp, Szelethus, gamesh411, teemperor, cfe-commits

Tags: #clang

Differential Revision: https://reviews.llvm.org/D70819
2019-12-12 17:49:03 +01:00
..
Analysis [analyzer] Do not cache out on some shared implicit AST nodes 2019-12-11 17:15:12 -08:00
ARCMigrate Removed some questionable default arguments from setters 2019-09-12 12:16:43 +00:00
AST [ASTImporter] Support functions with placeholder return types ... 2019-12-12 17:49:03 +01:00
ASTMatchers Make it possible control matcher traversal kind with ASTContext 2019-12-06 23:11:32 +00:00
Basic [OPENMP50]Add if clause in teams distribute simd directive. 2019-12-11 12:30:18 -05:00
CodeGen [clang] Turn -fno-builtin flag into an IR Attribute 2019-12-12 17:21:12 +01:00
CrossTU
DirectoryWatcher
Driver [Remarks][Driver] Ask for line tables when remarks are enabled 2019-12-11 17:59:46 -08:00
Edit
Format Fix warning on extra ';'. NFC. 2019-12-03 16:02:55 -05:00
Frontend [OpenMP] Use the OpenMP-IR-Builder 2019-12-11 16:51:13 -06:00
FrontendTool [analyzer] Don't run the analyzer for -analyzer-list-enabled-checkers 2019-09-12 18:53:48 +00:00
Headers [ARM][CMSE] Add CMSE header and builtins 2019-12-12 15:01:14 +00:00
Index Remove Expr.h include from ASTContext.h, NFC 2019-12-06 15:30:49 -08:00
Lex [clang-scan-deps] do not skip empty #if/#elif in the minimizer to avoid missing __has_include dependencies 2019-12-02 18:47:22 -08:00
Parse [Diagnsotics] Small Improvement on -Wmisleading-indentation 2019-12-12 14:52:47 +01:00
Rewrite
Sema Suppress false-positive -Wuninitialized warnings in the constructor of a 2019-12-11 14:26:28 -08:00
Serialization [Support] Add TimeTraceScope constructor without detail arg 2019-12-11 14:32:21 +00:00
StaticAnalyzer [analyzer] Do not cache out on some shared implicit AST nodes 2019-12-11 17:15:12 -08:00
Tooling [Tooling/Syntax] Helpers to find spelled tokens touching a location. 2019-12-12 12:59:50 +01:00
CMakeLists.txt