llvm-project/clang/lib
Chandler Carruth 9fdd5fa5e0 [PM] Setup TargetLibraryInfo correctly for the new pass manager.
Without this, -fno-builtin and friends doesn't work. Added the obvious
RUN lines to the test for -fno-builtin and they pass now.

llvm-svn: 308967
2017-07-25 10:46:07 +00:00
..
ARCMigrate Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC. 2017-06-03 06:23:19 +00:00
AST Work around an MSVC2017 update 3 codegen bug. 2017-07-24 16:54:11 +00:00
ASTMatchers [ASTMatchers] Fix use after free. 2017-06-09 17:55:42 +00:00
Analysis [clang] Fix handling of "%zd" in scanf 2017-07-20 20:11:47 +00:00
Basic AArch64 & ARM: move TargetInfo functions from .h to .cpp file. NFC. 2017-07-24 17:06:23 +00:00
CodeGen [PM] Setup TargetLibraryInfo correctly for the new pass manager. 2017-07-25 10:46:07 +00:00
Driver [mips] Add support for -m(no-)extern-data. 2017-07-24 14:02:09 +00:00
Edit [clang] Fix format specifiers fixits for nested macros 2017-06-20 20:46:58 +00:00
Format [clang-format] Reorder assignments, NFC 2017-07-24 19:52:49 +00:00
Frontend Remove Bitrig: Clang Changes 2017-07-21 22:46:31 +00:00
FrontendTool [CMake] Move CLANG_ENABLE_(ARCMT|OBJC_REWRITER|STATIC_ANALYZER) into clang/Config/config.h. 2017-07-18 08:55:03 +00:00
Headers [SystemZ] Add support for IBM z14 processor (3/3) 2017-07-17 17:47:35 +00:00
Index [index] Set SymbolSubKind::Accessor[GS]etter on class methods 2017-07-21 23:04:27 +00:00
Lex [NFC] Use RAII to un-poison and then re-poison __VA_ARGS__ 2017-07-25 03:15:36 +00:00
Parse [OPENMP] Initial support for 'in_reduction' clause. 2017-07-21 18:48:21 +00:00
Rewrite Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC. 2017-06-03 06:29:40 +00:00
Sema This patch enables the usage of constant Enum identifiers within Microsoft style inline assembly statements. 2017-07-25 10:43:43 +00:00
Serialization Fix incorrect use of current directory to find moved paths in ASTReader. 2017-07-25 10:22:06 +00:00
StaticAnalyzer [analyzer] Treat throws as sinks for suppress-on-sink purposes. 2017-07-25 09:44:02 +00:00
Tooling [clang-diff] Get rid of unused variable warnings in ASTDiff.cpp 2017-07-21 13:18:51 +00:00
CMakeLists.txt