llvm-project/clang/lib
Ayke van Laethem cfc002714a
[AVR] Support aliases in non-zero address space
This fixes code like the following on AVR:

void foo(void) {
}
void bar(void) __attribute__((alias("foo")));

Code like this is present in compiler-rt, which I'm trying to build.

Differential Revision: https://reviews.llvm.org/D76182
2020-04-14 00:42:19 +02:00
..
ARCMigrate Avoid SourceManager.h include in RawCommentList.h, add missing incs 2020-02-27 13:49:40 -08:00
AST [OPENMP50] Fix PR45469: Consider variable-category of defaultmap clause as optional. 2020-04-09 09:43:03 -04:00
ASTMatchers [ASTMatchers] Fixed CastKind being parsed incorrectly for dynamic matchers 2020-04-09 15:09:45 +01:00
Analysis [AST] Remove DeclCXX.h dep on ASTContext.h 2020-04-06 10:09:01 -07:00
Basic [RISCV] Add Clang frontend support for Bitmanip extension 2020-04-09 18:04:22 +01:00
CodeGen [AVR] Support aliases in non-zero address space 2020-04-14 00:42:19 +02:00
CrossTU [clang] Replace SmallStr.str().str() with std::string conversion operator. 2020-01-29 21:27:46 -08:00
DirectoryWatcher Add missing newlines at EOF; NFC 2020-02-12 15:57:25 +00:00
Driver HIP: Fix handling of denormal mode 2020-04-13 11:48:45 -07: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] use spaces for alignment with UT_ForContinuationAndIndentation 2020-04-13 15:14:26 +01:00
Frontend Implement `-fsanitize-coverage-whitelist` and `-fsanitize-coverage-blacklist` for clang 2020-04-10 10:44:03 -07:00
FrontendTool [llvm][clang][IFS] Enhancing the llvm-ifs yaml format for symbol lists. 2020-04-01 10:49:06 -04:00
Headers [OpenMP] Allow <math.h> to go first in C++-mode in target regions 2020-04-09 22:10:31 -05:00
Index Avoid including FileManager.h from SourceManager.h 2020-03-11 13:53:12 -07:00
Lex Remove llvm::Error include form Diagnostic.h 2020-04-06 10:42:17 -07:00
Parse [OPENMP50] Fix PR45469: Consider variable-category of defaultmap clause as optional. 2020-04-09 09:43:03 -04:00
Rewrite [Rewrite][NFC] Add FIXMEs and tests for RemoveLineIfEmpty bug 2019-08-15 21:17:48 +00:00
Sema Simplify string joins. NFCI. 2020-04-11 17:20:11 +02:00
Serialization [FPEnv] Use single enum to represent rounding mode 2020-04-09 13:26:47 +07:00
StaticAnalyzer [analyzer][AnalysisOrderChecker] Display the CallEvent type in preCall/postCall 2020-04-09 16:41:07 +02:00
Tooling Fix syntax error 2020-04-09 13:46:23 -07:00
CMakeLists.txt Reland [clang] DirectoryWatcher 2019-07-12 20:34:10 +00:00