llvm-project/clang/lib
Roland McGrath cf36142d34 [clang] Add missing header guard in <cpuid.h>
This header has long lacked a standard multiple inclusion guard
like other headers have, for no apparent reason.  The GCC header
of the same name likewise lacks one up through release 10.1, but
trunk GCC (release 11, and perhaps future 10.x) has fixed it
(see https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96238).

Reviewed By: phosek

Differential Revision: https://reviews.llvm.org/D91226
2020-11-10 19:34:25 -08:00
..
APINotes APINotes: add APINotesYAMLCompiler 2020-11-05 18:55:13 +00:00
ARCMigrate [clang] Use SourceLocation as key in hash maps, NFCI 2020-10-20 16:24:09 +01:00
AST Add PrintingPolicy overload to APValue::printPretty. NFC. 2020-11-10 14:48:56 -08:00
ASTMatchers Add utility for testing if we're matching nodes AsIs 2020-11-10 23:32:30 +00:00
Analysis Thread safety analysis: Consider static class members as inaccessible 2020-10-30 00:35:14 +01:00
Basic Fix the data layout mangling specification for 'arm64-pc-win32-macho' 2020-11-10 18:52:12 -08:00
CodeGen [CodeGen] Mark calls to objc_autorelease as tail 2020-11-10 13:48:25 -08:00
CrossTU [analyzer] Add CTUImportCppThreshold for C++ files 2020-07-09 15:36:33 +02:00
DirectoryWatcher Revert "DirectoryWatcher: add an implementation for Windows" 2020-10-13 12:35:22 -07:00
Driver Allow searching for prebuilt implicit modules. 2020-11-10 10:14:13 -08:00
Edit [clang] Use SourceLocation as key in hash maps, NFCI 2020-10-20 16:24:09 +01:00
Format clang-format: [JS] support new assignment operators. 2020-11-10 09:26:46 +01:00
Frontend Allow searching for prebuilt implicit modules. 2020-11-10 10:14:13 -08:00
FrontendTool [NFC] Refactor Registry loops to range for 2020-06-19 00:40:10 +01:00
Headers [clang] Add missing header guard in <cpuid.h> 2020-11-10 19:34:25 -08:00
Index [Clang][PowerPC] Add __vector_pair and __vector_quad types 2020-10-28 13:19:20 -05:00
IndexSerialization [index-while-building] Fix build with -DBUILD_SHARED_LIBS=True 2020-08-20 15:12:56 +01:00
Lex Allow searching for prebuilt implicit modules. 2020-11-10 10:14:13 -08:00
Parse Add option 'exceptions' to pragma clang fp 2020-10-31 17:36:12 +07:00
Rewrite SourceManager: Clarify that FileInfo always has a ContentCache, NFC 2020-10-23 12:38:53 -04:00
Sema Properly collect template arguments from a class-scope function template 2020-11-10 15:55:19 -08:00
Serialization Allow searching for prebuilt implicit modules. 2020-11-10 10:14:13 -08:00
StaticAnalyzer [analyzer][ReturnPtrRangeChecker] Fix a false positive on end() iterator 2020-11-02 16:41:17 +01:00
Testing Fix MSVC "not all control paths return a value" warning. NFC. 2020-06-05 10:45:59 +01:00
Tooling Revert "[Syntax] Add minimal TableGen for syntax nodes. NFC" 2020-11-09 23:59:11 +01:00
CMakeLists.txt APINotes: add APINotesYAMLCompiler 2020-11-05 18:55:13 +00:00