llvm-project/clang/unittests
Daniel Jasper b7fda11572 clang-format: [JS] Support for (.. of ..) loops.
Before:
  for (var i of[2, 3]) {}

After:
  for (var i of [2, 3]) {}

llvm-svn: 260518
2016-02-11 13:24:15 +00:00
..
AST Remove autoconf support 2016-01-26 21:30:40 +00:00
ASTMatchers Make ParentMap work with explicit specializations of function templates. 2016-02-08 22:23:09 +00:00
Basic Remove autoconf support 2016-01-26 21:30:40 +00:00
CodeGen Remove autoconf support 2016-01-26 21:30:40 +00:00
Driver Remove autoconf support 2016-01-26 21:30:40 +00:00
Format clang-format: [JS] Support for (.. of ..) loops. 2016-02-11 13:24:15 +00:00
Frontend Remove autoconf support 2016-01-26 21:30:40 +00:00
Lex Remove autoconf support 2016-01-26 21:30:40 +00:00
Rewrite Remove autoconf support 2016-01-26 21:30:40 +00:00
Sema Remove autoconf support 2016-01-26 21:30:40 +00:00
StaticAnalyzer Remove autoconf support 2016-01-26 21:30:40 +00:00
Tooling Add Tooling functionality to get a name for a QualType that can be used to name 2016-02-09 21:04:04 +00:00
libclang Remove autoconf support 2016-01-26 21:30:40 +00:00
CMakeLists.txt [CMake] Don't build the libclang tests unless you're building libclang 2015-12-04 23:12:19 +00:00