llvm-project/clang/lib
George Burgess IV 94908088a8 [CodeGen] fix inline builtin-related breakage from D78162
In cases where we have multiple decls of an inline builtin, we may need
to go hunting for the one with a definition when setting function
attributes.

An additional test-case was provided on
https://github.com/ClangBuiltLinux/linux/issues/979
2020-04-16 11:54:10 -07:00
..
ARCMigrate Avoid SourceManager.h include in RawCommentList.h, add missing incs 2020-02-27 13:49:40 -08:00
AST [ASTImporter] Fix bug introduced in 2ba4e3a459 2020-04-16 16:03:27 +02:00
ASTMatchers [ASTMatchers] Fix isDerivedFrom for recursive templates 2020-04-15 12:49:01 -07:00
Analysis Move BinaryOperators.FPOptions to trailing storage 2020-04-15 12:57:31 -07:00
Basic LangOptions cannot depend on ASTContext, make it not use ASTContext directly 2020-04-16 11:46:35 +02:00
CodeGen [CodeGen] fix inline builtin-related breakage from D78162 2020-04-16 11:54:10 -07: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 Also look for devtoolset-9 gcc toolchain 2020-04-16 11:17:39 +02: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] Do not interpret C# deconstruction in a foreach as a cast 2020-04-16 14:22:34 +01:00
Frontend [clang] Const correct ComputePreambleBounds 2020-04-16 12:10:40 +02: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 [NFC] Rename Sema.FPFeatures to CurFPFeatures and accessor to getCurFPFeatures 2020-04-16 08:50:14 -07:00
Serialization Revert "[clang][AST] Support AST files larger than 512M" 2020-04-16 09:09:38 -07:00
StaticAnalyzer [ADT/STLExtras.h] - Add llvm::is_sorted wrapper and update callers. 2020-04-14 14:11:02 +03:00
Tooling [ADT/STLExtras.h] - Add llvm::is_sorted wrapper and update callers. 2020-04-14 14:11:02 +03:00
CMakeLists.txt Reland [clang] DirectoryWatcher 2019-07-12 20:34:10 +00:00