llvm-project/clang/lib
Tim Northover 1a9b904b76 Macho-embedded: rename compiler-rt support from Darwin-embedded
There's nothing Darwin-based in the files or target now, so the previous name
is now misleading.

llvm-svn: 199733
2014-01-21 12:38:19 +00:00
..
ARCMigrate Use the simpler version of llvm::sys::fs::remove when possible. 2014-01-10 21:32:14 +00:00
AST Update FunctionTypeLoc and related names to match r199686 2014-01-21 00:32:38 +00:00
ASTMatchers Sort all the #include lines with LLVM's utils/sort_includes.py which 2014-01-07 11:51:46 +00:00
Analysis Rename FunctionProtoType accessors from 'arguments' to 'parameters' 2014-01-20 20:26:09 +00:00
Basic [ARM] Add ACLE enum/wchar size predefines 2014-01-20 10:52:00 +00:00
CodeGen Use private linkage for utf-16 objc strings too. 2014-01-21 02:57:56 +00:00
Driver Macho-embedded: rename compiler-rt support from Darwin-embedded 2014-01-21 12:38:19 +00:00
Edit Add front-end infrastructure now address space casts are in LLVM IR. 2013-12-11 13:39:46 +00:00
Format clang-format: text following #if is likely an expression. 2014-01-21 08:56:09 +00:00
Frontend [asan] Remove -fsanitize-address-zero-base-shadow command line 2014-01-16 10:19:31 +00:00
FrontendTool Bury leaked pointers in a global array to silence a leak detector in --disable-free mode 2013-12-27 08:11:08 +00:00
Headers [CMake] Deprecate CLANG_RUNTIME_OUTPUT_INTDIR and CLANG_LIBRARY_OUTPUT_INTDIR. 2014-01-19 13:00:01 +00:00
Index Rename FunctionProtoType accessors from 'arguments' to 'parameters' 2014-01-20 20:26:09 +00:00
Lex Fix cxx_variable_templates feature check and documentation 2014-01-15 04:11:24 +00:00
Parse Remove some hard-coded specialness for thread-safety attributes from the parser, and made it more declarative. If an attribute is allowed to appear on a function definition when late parsed, it can now use the FunctionDefinition attribute subject. It's treated as a FunctionDecl for most purposes, except it also gets exposed on the AttributeList so that it can be used while parsing. 2014-01-20 17:18:35 +00:00
Rewrite Rename FunctionProtoType accessors from 'arguments' to 'parameters' 2014-01-20 20:26:09 +00:00
Sema Simplify expression, made possible by r199702. 2014-01-21 01:30:30 +00:00
Serialization Update FunctionTypeLoc and related names to match r199686 2014-01-21 00:32:38 +00:00
StaticAnalyzer Rename FunctionProtoType accessors from 'arguments' to 'parameters' 2014-01-20 20:26:09 +00:00
Tooling Sort all the #include lines with LLVM's utils/sort_includes.py which 2014-01-07 11:51:46 +00:00
CMakeLists.txt Fix dependencies now that the ARC migrator depends on the static analyzer. 2013-08-22 15:50:02 +00:00
Makefile Fix dependencies now that the ARC migrator depends on the static analyzer. 2013-08-22 15:50:02 +00:00