llvm-project/clang/lib
Daniel Jasper cb51cf409b clang-format: Enable formatting of lambdas with explicit return type.
So clang-format can now format:

  int c = []()->int { return 2; }();
  int c = []()->vector<int> { return { 2 }; }();

llvm-svn: 199368
2014-01-16 09:11:55 +00:00
..
ARCMigrate Use the simpler version of llvm::sys::fs::remove when possible. 2014-01-10 21:32:14 +00:00
AST Rename language option MicrosoftMode to MSVCCompat 2014-01-14 12:51:41 +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 CFG: use Visit instead of VisitStmt to look through parens. 2014-01-14 17:29:12 +00:00
Basic MachO: use *-*-*-macho for MachO embedded targets. 2014-01-16 08:48:16 +00:00
CodeGen Make -fno-inline attach NoInline attribute to all functions that are not 2014-01-15 19:07:16 +00:00
Driver MachO: use *-*-*-macho for MachO embedded targets. 2014-01-16 08:48:16 +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: Enable formatting of lambdas with explicit return type. 2014-01-16 09:11:55 +00:00
Frontend Remove the -cxx-abi command-line flag. 2014-01-14 19:35:09 +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][VS][XCode] Restruct the output directory layout more comfortable, ${BINARY_DIR}/${BUILD_MODE}/(bin|lib) 2013-12-30 06:48:30 +00:00
Index Sort all the #include lines with LLVM's utils/sort_includes.py which 2014-01-07 11:51:46 +00:00
Lex Fix cxx_variable_templates feature check and documentation 2014-01-15 04:11:24 +00:00
Parse Fix for PR9812: warn about bool instead of _Bool. 2014-01-15 09:15:43 +00:00
Rewrite Use the simpler version of llvm::sys::fs::remove when possible. 2014-01-10 21:32:14 +00:00
Sema Fix for PR9812: warn about bool instead of _Bool. 2014-01-15 09:15:43 +00:00
Serialization Remove the -cxx-abi command-line flag. 2014-01-14 19:35:09 +00:00
StaticAnalyzer [analyzer] BlockCall shouldn't really be an AnyFunctionCall. 2014-01-15 17:25:15 +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