llvm-project/clang/lib
Craig Topper a2b907a469 [X86] Define i586 and pentium preprocessor defines for -march=lakemont to match GCC
llvm-svn: 317069
2017-11-01 02:18:49 +00:00
..
ARCMigrate Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC. 2017-06-03 06:23:19 +00:00
AST Make helper function static. NFC. 2017-10-31 23:23:36 +00:00
ASTMatchers Add objcCategoryImplDecl matcher 2017-10-26 15:53:37 +00:00
Analysis [Analyzer] Use value storage for BodyFarm 2017-11-01 01:36:01 +00:00
Basic [X86] Define i586 and pentium preprocessor defines for -march=lakemont to match GCC 2017-11-01 02:18:49 +00:00
CodeGen Fix for PR33930. Short-circuit metadata mapping when cloning a varargs thunk. 2017-10-31 22:49:48 +00:00
CrossTU [CrossTU] Fix handling of Cross Translation Unit directory path 2017-10-27 12:53:37 +00:00
Driver [CFI] Add CFI-icall pointer type generalization 2017-10-31 22:39:44 +00:00
Edit [clang] Fix format specifiers fixits for nested macros 2017-06-20 20:46:58 +00:00
Format [clang-format] Handle CRLF correctly when formatting escaped newlines 2017-10-30 14:41:34 +00:00
Frontend [CFI] Add CFI-icall pointer type generalization 2017-10-31 22:39:44 +00:00
FrontendTool [CMake] Use #cmakedefine01 for CLANG_ENABLE_(ARCMT|OBJC_REWRITER|STATIC_ANALYZER) 2017-10-18 05:21:17 +00:00
Headers [Headers] Fix typoed __ARM_DWARF_EH__ ifdefs 2017-10-19 07:40:45 +00:00
Index Fix indexer crash for default template template parameter value 2017-10-10 21:09:49 +00:00
Lex Add -f[no-]double-square-bracket-attributes as new driver options to control use of [[]] attributes in all language modes. This is the initial implementation of WG14 N2165, which is a proposal to add [[]] attributes to C2x, but also allows you to enable these attributes in C++98, or disable them in C++11 or later. 2017-10-15 15:01:42 +00:00
Parse Fix usage of right shift operator in fold expressions 2017-10-31 20:29:22 +00:00
Rewrite [Analyzer] Add support for displaying cross-file diagnostic paths in HTML output 2017-08-03 18:12:22 +00:00
Sema [c++17] Refine resolution of constructor / conversion function disambiguation. 2017-11-01 01:37:11 +00:00
Serialization [C++17] Fix PR34970 - tweak overload resolution for class template deduction-guides in line with WG21's p0620r0. 2017-10-22 14:45:08 +00:00
StaticAnalyzer [analyzer] Use the same filename for the header and the implementation of BugReporterVisitor 2017-10-30 22:31:57 +00:00
Tooling [refactor][extract] code extracted from inline method should be placed 2017-11-01 01:12:56 +00:00
CMakeLists.txt Add Cross Translation Unit support library 2017-09-22 11:11:01 +00:00