llvm-project/clang/lib
Nemanja Ivanovic 1e25464fc9 Make predefined FLT16 macros conditional on support for the type
We unconditionally predefine these macros. However, they may be used to
determine if the type is supported. In that case, there are unnecessary
failures to compile the code.

This is the proposed fix for https://bugs.llvm.org/show_bug.cgi?id=40559

Differential revision: https://reviews.llvm.org/D57577

llvm-svn: 354512
2019-02-20 20:27:33 +00:00
..
ARCMigrate Use llvm::is_contained. NFC 2019-02-10 05:54:57 +00:00
AST [OpenMP 5.0] Parsing/sema support for map clause with mapper modifier. 2019-02-19 16:38:20 +00:00
ASTMatchers Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
Analysis Revert "[Analysis] -Wunreachable-code shouldn't fire on the increment of a foreach loop" 2019-02-15 09:18:49 +00:00
Basic Reland "[clang][FileManager] fillRealPathName even if we aren't opening the file" 2019-02-18 22:33:40 +00:00
CodeGen [OPENMP][NVPTX]Use faster teams reduction algorithm. 2019-02-20 16:36:22 +00:00
CrossTU Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
Driver [Clang Driver] Add support for "-static-pie" argument to the Clang driver. 2019-02-20 19:07:04 +00:00
Edit Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
Format [clang-format] Do not emit replacements if Java imports are OK 2019-02-20 11:44:21 +00:00
Frontend Make predefined FLT16 macros conditional on support for the type 2019-02-20 20:27:33 +00:00
FrontendTool [analyzer][NFC] Supply CheckerRegistry with AnalyzerOptions 2019-01-26 15:59:21 +00:00
Headers [clang] Make sure C99/C11 features in <float.h> are provided in C++11 2019-02-13 19:08:01 +00:00
Index [clang][Index] Fix usage of IndexImplicitInstantiation 2019-02-18 11:30:43 +00:00
Lex Print a note to the called macro when diagnosing err_embedded_directive 2019-02-14 04:13:17 +00:00
Parse [OpenMP 5.0] Parsing/sema support for map clause with mapper modifier. 2019-02-19 16:38:20 +00:00
Rewrite Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
Sema [OPENMP] Use targetDiag for diagnostics of unsupported exceptions, NFC. 2019-02-20 19:37:17 +00:00
Serialization [OpenMP 5.0] Parsing/sema support for map clause with mapper modifier. 2019-02-19 16:38:20 +00:00
StaticAnalyzer [Analyzer] Crash fix for FindLastStoreBRVisitor 2019-02-13 12:25:47 +00:00
Tooling Switch to cantFail(), since it does the same assertion. 2019-02-06 17:59:39 +00:00
CMakeLists.txt Add Cross Translation Unit support library 2017-09-22 11:11:01 +00:00