llvm-project/clang/lib
Richard Trieu f8b8b39c60 Fix header issues.
Several headers would fail to compile if other headers were not previously
included.  The usual issue is that a class is forward declared, but the
full definition is needed.  The requirement for the definition is use of
isa/dyn_cast or calling functions of pointer-packed data types such as
DenseMap or PointerIntPair.  Add missing includes to these headers.

SVals.h required an out-of-line method definition in the .cpp file to avoid
circular inclusion of headers with BasicValueFactory.h

llvm-svn: 350913
2019-01-11 01:32:35 +00:00
..
ARCMigrate [analyzer] [RetainCountChecker] [NFC] Remove redundant enum items *Msg, as the object type is already communicated by a separate field 2019-01-10 18:14:12 +00:00
AST NFC: Change case of identifiers 2019-01-10 20:58:21 +00:00
ASTMatchers [ASTMatchers] Improve assert message for broken parent map. 2019-01-08 07:29:46 +00:00
Analysis [AST] Store the callee and argument expressions of CallExpr in a trailing array. 2018-12-21 15:20:32 +00:00
Basic [WebAssembly] Add unimplemented-simd128 feature, gate builtins 2019-01-10 23:49:00 +00:00
CodeGen Fix header issues. 2019-01-11 01:32:35 +00:00
CrossTU [analyzer][CrossTU][NFC] Generalize to external definitions instead of external functions 2019-01-10 17:44:04 +00:00
Driver Properly support -shared-libgcc. 2019-01-10 22:25:58 +00:00
Edit [Fixed Point Arithmetic] Fixed Point to Boolean Cast 2018-10-23 17:55:35 +00:00
Format clang-format: [JS] support goog.requireType. 2019-01-07 13:12:50 +00:00
Frontend [OpenMP] Add flag for preventing the extension to 64 bits for the collapse loop counter 2019-01-09 20:38:35 +00:00
FrontendTool [analyzer][NFC] Merge ClangCheckerRegistry to CheckerRegistry 2018-12-15 18:11:49 +00:00
Headers [X86] Make the pointer arguments to avx512 gather/scatter intrinsics 'void*' to match gcc and Intel's documentation. 2019-01-09 07:36:01 +00:00
Index [Index] Index paremeters in lambda expressions. 2018-12-19 13:44:41 +00:00
Lex Add an explicit initializer to silence a -Wmissing-field-initializers diagnostic; NFC. 2019-01-11 00:13:57 +00:00
Parse Use DeclSpec for quals in DeclaratorChunk::FunctionTypeInfo. 2019-01-09 11:25:09 +00:00
Rewrite Misc typos fixes in ./lib folder 2018-12-10 12:37:46 +00:00
Sema [Sema] Call CheckPlaceholderExpr to resolve typeof or decltype 2019-01-10 20:12:16 +00:00
Serialization [AST] Store the results in OverloadExpr in a trailing array 2019-01-09 15:43:19 +00:00
StaticAnalyzer Fix header issues. 2019-01-11 01:32:35 +00:00
Tooling Fix use-after-free bug in Tooling. 2019-01-08 16:55:13 +00:00
CMakeLists.txt Add Cross Translation Unit support library 2017-09-22 11:11:01 +00:00