llvm-project/clang/lib
Mehdi Amini 566a51d193 Add dependency from clangCodeGen to clangAnalysis
This is unbreaking the build with shared library after r285019.

llvm-svn: 285042
2016-10-24 23:38:32 +00:00
..
ARCMigrate [NFC] Header cleanup 2016-07-18 19:02:11 +00:00
AST Fix bug where one of the cases where we mangle a <bare-unresolved-name> failed 2016-10-24 20:47:04 +00:00
ASTMatchers [AST] Convert Marshallers to use unique_ptr. 2016-10-10 16:26:40 +00:00
Analysis Add support for __builtin_os_log_format[_buffer_size] 2016-10-24 20:39:34 +00:00
Basic [Basic] Support 32-bit x86 and ARM targets for Fuchsia 2016-10-24 22:55:57 +00:00
CodeGen Add dependency from clangCodeGen to clangAnalysis 2016-10-24 23:38:32 +00:00
Driver Adjust for TimePoint interface change in llvm: D25730. NFC 2016-10-24 10:59:13 +00:00
Edit [OpenCL] Generate opaque type for sampler_t and function call for the initializer 2016-07-28 19:26:30 +00:00
Format clang-format: [JS] Fix template string ASI. 2016-10-21 05:11:38 +00:00
Frontend Switch SmallSetVector to use DenseSet when it overflows its inline space. 2016-10-21 21:45:01 +00:00
FrontendTool C++ Modules TS: add frontend support for building pcm files from module 2016-08-26 00:14:38 +00:00
Headers revert r284963 2016-10-24 11:30:23 +00:00
Index Visit lambda capture inits from RecursiveASTVisitor::TraverseLambdaCapture(). 2016-08-17 14:59:53 +00:00
Lex Module: improve the diagnostic message for include of non-modular header. 2016-10-21 23:27:37 +00:00
Parse Add missing warning for use of C++1z init-statements in C++14 and before. 2016-10-18 20:27:16 +00:00
Rewrite [analyzer] Re-apply r283092, attempt no.4, chunk no.4 (last) 2016-10-07 19:25:10 +00:00
Sema [Sema][ObjC] Warn about implicitly autoreleasing out-parameters captured 2016-10-24 21:45:54 +00:00
Serialization Module: correctly set the module file kind when emitting file_modified. 2016-10-21 23:35:03 +00:00
StaticAnalyzer [analyzer] Use unsigned integers to rely on well-defined overflow semantics. 2016-10-24 18:49:04 +00:00
Tooling Deduplicate sets of replacements by file names. 2016-10-14 09:32:06 +00:00
CMakeLists.txt