llvm-project/clang/lib
Daniel Jasper 4ac7de7199 clang-format: Fix pointer/reference detection after decltype.
Before:
  [](const decltype(*a) & value) {}

After:
  [](const decltype(*a)& value) {}

llvm-svn: 210643
2014-06-11 07:35:16 +00:00
..
ARCMigrate There is no std::errc:success, remove the llvm one. 2014-05-31 03:20:52 +00:00
AST MS ABI: Only class templates get complex nullptr pointer-to-member-functions 2014-06-11 07:08:37 +00:00
ASTMatchers Add hasLocalStorage/hasGlobalStorage matchers. 2014-06-05 18:22:14 +00:00
Analysis PR19996: don't crash if -Wuninitialized sees a c++1y lambda init-capture. 2014-06-11 00:31:00 +00:00
Basic [AArch64] Add default features for CPUs on AArch64 target. 2014-06-11 01:42:16 +00:00
CodeGen CodeGen: Correct linkage of thread_local for OS X 2014-06-11 04:08:55 +00:00
Driver Driver: add -m{,no-}long-calls support 2014-06-07 19:32:38 +00:00
Edit [C++11] Use 'nullptr'. 2014-05-09 08:15:10 +00:00
Format clang-format: Fix pointer/reference detection after decltype. 2014-06-11 07:35:16 +00:00
Frontend Fix crash with x86_64-pc-win32-macho target. <rdar://problem/17235840> 2014-06-10 21:07:12 +00:00
FrontendTool [C++11] Use 'nullptr'. 2014-05-26 06:21:51 +00:00
Headers [PPC64LE] Implement little-endian semantics for vec_sums 2014-06-09 03:31:47 +00:00
Index Avoid dubious IdentifierInfo::getNameStart() uses 2014-06-07 23:30:53 +00:00
Lex Improve diagnostic mapping terminology 2014-06-10 09:31:37 +00:00
Parse PR19993: don't assert/crash if a static data member is initialized by '= delete;'. 2014-06-11 00:49:52 +00:00
Rewrite Removing an "if (this == nullptr)" check from two print methods. The condition 2014-06-09 22:53:25 +00:00
Sema Allow lookup into dependent bases in more places under -fms-compatibility 2014-06-11 00:01:28 +00:00
Serialization Improve diagnostic mapping terminology 2014-06-10 09:31:37 +00:00
StaticAnalyzer Removing an "if (this == nullptr)" check from two print methods. The condition 2014-06-09 22:53:25 +00:00
Tooling Remove the last remaining llvm/Config/config.h includes 2014-06-04 03:28:55 +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