llvm-project/clang/lib
Weverything 4ae537c222 Fix false positive with -Wnon-c-typedef-for-linkage
Implicit methods for structs can confuse the warning, so exclude checking
the Decl's that are implicit. Implicit Decl's for lambdas still need to
be checked, so skipping all implicit Decl's won't work.

Differential Revision: https://reviews.llvm.org/D79548
2020-05-07 19:20:08 -07:00
..
ARCMigrate [NFC] Refactoring PropertyAttributeKind for ObjCPropertyDecl and ObjCDeclSpec. 2020-04-23 17:21:25 -04:00
AST [Clang][Sema] Capturing section type conflicts between #pragma clang section and section attributes 2020-05-07 11:54:46 +01:00
ASTMatchers [ASTMatchers] Fix isDerivedFrom for recursive templates 2020-04-15 12:49:01 -07:00
Analysis Reapply "Add support for #pragma float_control" with buildbot fixes 2020-05-04 05:51:25 -07:00
Basic Add static assert to ID Table to make sure aux targets work right. 2020-05-07 12:49:46 -07:00
CodeGen Uniuqe Names for Internal Linkage Symbols. 2020-05-07 18:18:37 -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 Uniuqe Names for Internal Linkage Symbols. 2020-05-07 18:18:37 -07: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] [PR45639] clang-format splits up the brackets of C++17 attribute [[ ]] when used with the first parameter 2020-05-07 22:00:04 +01:00
Frontend Uniuqe Names for Internal Linkage Symbols. 2020-05-07 18:18:37 -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 Make -Wnonportable-include-path ignore drive case on Windows. 2020-05-07 15:54:09 -04:00
Parse [Clang][Sema] Capturing section type conflicts on #pragma clang section 2020-05-07 11:53:30 +01:00
Rewrite [Rewrite][NFC] Add FIXMEs and tests for RemoveLineIfEmpty bug 2019-08-15 21:17:48 +00:00
Sema Fix false positive with -Wnon-c-typedef-for-linkage 2020-05-07 19:20:08 -07:00
Serialization [clang] Fix an uint32_t overflow in large preamble. 2020-05-05 10:36:34 +02:00
StaticAnalyzer [analyzer] Stability improvement for IteratorModeling 2020-05-06 14:16:39 +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