llvm-project/clang/lib
Daniel Jasper 61d81973c1 clang-format: [Java] Improve formatting of generics.
Before:
  Function < F, ? extends T > function;

After:
  Function<F, ? extends T> function;

llvm-svn: 221976
2014-11-14 08:22:46 +00:00
..
ARCMigrate Objective-C SDK modernization tool. Use its own option 2014-10-31 21:19:45 +00:00
AST Fix assert/crash on invalid with __builtin_constant_p conditionals in constant expressions. 2014-11-13 23:03:19 +00:00
ASTMatchers Add valueDecl() matcher. 2014-10-28 13:33:58 +00:00
Analysis Thread Safety Analysis: move warnings on range-based for loops out of beta 2014-11-05 23:09:28 +00:00
Basic [Sanitizer] Refactor SanitizerArgs parsing in Driver. 2014-11-14 02:59:20 +00:00
CodeGen Remove -fseh-exceptions in favor of checking the triple 2014-11-14 02:01:10 +00:00
Driver [Sanitizer] Refactor SanitizerArgs parsing in Driver. 2014-11-14 02:59:20 +00:00
Edit Edit: Do not extend a removal to include trailing whitespace if we're at the end 2014-09-15 11:47:10 +00:00
Format clang-format: [Java] Improve formatting of generics. 2014-11-14 08:22:46 +00:00
Frontend Remove -fseh-exceptions in favor of checking the triple 2014-11-14 02:01:10 +00:00
FrontendTool Provide a BuryPointer for unique_ptrs. 2014-08-29 16:53:14 +00:00
Headers [PowerPC] Add vec_vsx_ld and vec_vsx_st intrinsics 2014-11-12 04:19:56 +00:00
Index [CMake] Prune redundant libdeps. 2014-10-30 01:37:44 +00:00
Lex [c++1z] Support for u8 character literals. 2014-11-08 06:08:42 +00:00
Parse PR21565 Add an egregious hack to support broken libstdc++ headers that declare 2014-11-14 00:37:55 +00:00
Rewrite Trim some includes. NFC. 2014-10-29 22:13:46 +00:00
Sema [OPENMP] Temporary fix for processing of global variables in loops. 2014-11-14 04:08:45 +00:00
Serialization PR21437, final part of DR1330: delay-parsing of exception-specifications. This 2014-11-13 20:01:57 +00:00
StaticAnalyzer [c++1z] N4295: fold-expressions. 2014-11-08 05:07:16 +00:00
Tooling [Tooling] Restore current directory after processing each file. 2014-11-10 15:42:31 +00:00
CMakeLists.txt Fix build with various feature flag combinations 2014-07-14 22:17:22 +00:00
Makefile Make clang's rewrite engine a core feature 2014-07-16 16:48:33 +00:00