llvm/clang/lib
Kazu Hirata 7c83799fd8 [MacroExpansionContext] Fix a warning.
This patch fixes:

  error: private field 'PP' is not used [-Werror,-Wunused-private-field]
2021-02-22 16:54:57 -08:00
..
Analysis [MacroExpansionContext] Fix a warning. 2021-02-22 16:54:57 -08:00
APINotes APINotes: annotate dump methods (NFC) 2021-01-08 20:49:28 +00:00
ARCMigrate
AST Modify TypePrinter to differentiate between anonymous struct and unnamed struct 2021-02-22 14:16:43 -08:00
ASTMatchers Add code complete support for mapAnyOf 2021-02-07 16:03:05 +00:00
Basic [clang][patch] Inclusive language, modify filename SanitizerBlacklist.h to NoSanitizeList.h 2021-02-22 15:11:37 -05:00
CodeGen DebugInfo: Emit "LocalToUnit" flag on local member function decls. 2021-02-22 17:55:25 -05:00
CrossTU [analyzer][CTU] API for CTU macro expansions 2021-02-22 11:12:22 +01:00
DirectoryWatcher
Driver [Clang][OpenMP] Require CUDA 9.2+ for OpenMP offloading on NVPTX target 2021-02-22 11:00:33 -05:00
Edit
Format [clang-format] Add possibility to be based on parent directory 2021-02-14 19:56:10 +01:00
Frontend [clang][patch] Inclusive language, modify filename SanitizerBlacklist.h to NoSanitizeList.h 2021-02-22 15:11:37 -05:00
FrontendTool
Headers [OpenCL] Move printf declaration to opencl-c-base.h 2021-02-18 11:27:19 +00:00
Index [Clang][RISCV] Define RISC-V V builtin types 2021-02-18 10:17:31 +08:00
IndexSerialization
Lex Don't allow __VA_OPT__ to be detected by #ifdef. 2021-01-27 13:34:15 -08:00
Parse [clang] Tweaked fixit for static assert with no message 2021-02-22 17:43:53 +00:00
Rewrite
Sema Improve diagnostic for ignored GNU 'used' attribute 2021-02-22 09:18:13 -08:00
Serialization Switch to using LEB encoding for key and data lengths in on-disk hash 2021-02-18 17:19:01 -08:00
StaticAnalyzer [analyzer][CTU] API for CTU macro expansions 2021-02-22 11:12:22 +01:00
Testing
Tooling [Syntax] No crash on OpaqueValueExpr. 2021-02-18 10:32:04 +01:00
CMakeLists.txt