llvm-project/clang/lib
Daniel Jasper 139d4a3875 clang-format: Correctly understand arrays of pointers.
Before:
  A<int * []> a;

After:
  A<int *[]> a;

This fixes llvm.org/PR19360.

llvm-svn: 205761
2014-04-08 13:07:41 +00:00
..
ARCMigrate remove a bunch of unused private methods 2014-03-23 17:12:37 +00:00
AST PR19346: Adding 0 to a null pointer has defined behavior in C++. Allow it in constant expressions. 2014-04-08 12:19:28 +00:00
ASTMatchers Revert "Add support for named values in the parser." 2014-04-03 12:50:47 +00:00
Analysis Thread Safety Analysis: various fixes to new SExpr code. 2014-04-07 22:56:24 +00:00
Basic Driver: add target definition for Windows on ARM 2014-04-04 20:31:19 +00:00
CodeGen DebugInfo: Support type alias templates 2014-04-06 17:14:06 +00:00
Driver Fix a typo introduced in r205716 2014-04-07 16:19:27 +00:00
Edit Avoid a local Twine variable. 2014-03-29 16:54:24 +00:00
Format clang-format: Correctly understand arrays of pointers. 2014-04-08 13:07:41 +00:00
Frontend -fms-extensions: Don't define __PRETTY_FUNCTION__ to __FUNCTION__ 2014-04-07 19:27:58 +00:00
FrontendTool Replace OwningPtr with std::unique_ptr. 2014-03-07 20:03:18 +00:00
Headers intrin.h: Implement __readmsr, __readcr3, and __writecr3 2014-04-08 00:28:22 +00:00
Index libclang/libIndex: USR generation: mangle source location into USRs for macros, 2014-03-28 22:21:26 +00:00
Lex Revert r205436: 2014-04-03 18:04:52 +00:00
Parse -fms-extensions: Error out on #pragma init_seg 2014-04-03 19:04:24 +00:00
Rewrite Objective-C modern translator. Fix declaration of 2014-04-01 19:32:35 +00:00
Sema Revert r205646 (keeping the test in its modified form) as 2014-04-07 16:32:54 +00:00
Serialization [OPENMP][C++11] Renamed loop vars properly. 2014-04-04 10:02:14 +00:00
StaticAnalyzer [analyzer] Look through temporary destructors when finding a region to construct. 2014-04-05 02:01:41 +00:00
Tooling Tooling: Move heavyweight vectors around instead of copying. 2014-03-20 12:48:36 +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