llvm-project/clang/lib
mydeveloperday 9e194a3b93 [sema] NFC Unable to build Sema library with MSVC Debug target due to missing /bigobj
Summary:
Unable to build sema library on MSVC with Debug target

```
C:\clang\llvm-project\clang\lib\Sema\SemaOpenMP.cpp : fatal error C1128: number of sections exceeded object file format limit: compile with /bigobj
```

Reviewed By: aaron.ballman

Subscribers: mgorny, cfe-commits

Tags: #clang

Differential Revision: https://reviews.llvm.org/D79292
2020-05-02 19:34:58 +01:00
..
ARCMigrate [NFC] Refactoring PropertyAttributeKind for ObjCPropertyDecl and ObjCDeclSpec. 2020-04-23 17:21:25 -04:00
AST Use realloc for NestedNameSpecifierLocBuilder 2020-05-02 17:12:44 +02:00
ASTMatchers [ASTMatchers] Fix isDerivedFrom for recursive templates 2020-04-15 12:49:01 -07:00
Analysis Revert "Reapply "Add support for #pragma float_control" with improvements to" 2020-05-01 10:31:09 -07:00
Basic [OPENMP50]Basic support for uses_allocators clause. 2020-04-30 16:24:36 -04:00
CodeGen [WebAssembly] Renumber SIMD opcodes 2020-05-01 17:20:49 -07:00
CrossTU Revert "[analyzer] On-demand parsing capability for CTU" 2020-04-27 14:27:04 +02:00
DirectoryWatcher [DirectoryWatcher] Do not use FSEvents on non-macOS platforms 2020-04-23 10:22:28 -07:00
Driver [Gnu toolchain] Move GCC multilib/multiarch paths support from Linux to Gnu 2020-05-01 12:12:27 +02:00
Edit [C++2a] Add __builtin_bit_cast, used to implement std::bit_cast 2019-07-02 18:28:13 +00:00
Format Add the missing '='. NFC. 2020-05-02 01:07:44 -04:00
Frontend Revert "Reapply "Add support for #pragma float_control" with improvements to" 2020-05-01 10:31:09 -07:00
FrontendTool [llvm][clang][IFS] Enhancing the llvm-ifs yaml format for symbol lists. 2020-04-01 10:49:06 -04:00
Headers [WebAssembly] Renumber SIMD opcodes 2020-05-01 17:20:49 -07:00
Index Avoid including FileManager.h from SourceManager.h 2020-03-11 13:53:12 -07:00
Lex Fix pr31836 on Windows too, and correctly handle repeated separators. 2020-05-01 14:17:01 -04:00
Parse Revert "Reapply "Add support for #pragma float_control" with improvements to" 2020-05-01 10:31:09 -07:00
Rewrite [Rewrite][NFC] Add FIXMEs and tests for RemoveLineIfEmpty bug 2019-08-15 21:17:48 +00:00
Sema [sema] NFC Unable to build Sema library with MSVC Debug target due to missing /bigobj 2020-05-02 19:34:58 +01:00
Serialization Revert "Reapply "Add support for #pragma float_control" with improvements to" 2020-05-01 10:31:09 -07:00
StaticAnalyzer [analyzer] Fix build error. NFC. 2020-04-29 15:24:10 +03:00
Tooling Strip -showIncludes in getClangStripDependencyFileAdjuster() 2020-04-27 11:20:08 -07:00
CMakeLists.txt Reland [clang] DirectoryWatcher 2019-07-12 20:34:10 +00:00