llvm-project/clang/lib
Daniel Jasper fb4333b093 clang-format: [JS] Basic support for escape sequences in regex literals.
Before:
  var regex = /\\/ g; // This isn't even recognized as regex.

After:
  var regex = /\\/g; // It now is.

llvm-svn: 208539
2014-05-12 11:29:50 +00:00
..
ARCMigrate [C++11] Use 'nullptr'. 2014-05-07 06:21:57 +00:00
AST [C++11] Use 'nullptr'. AST edition. 2014-05-12 05:36:57 +00:00
ASTMatchers Add support for named values in the parser. 2014-04-14 13:51:21 +00:00
Analysis Amending r208439 to remove buildLExpr; this code isn't strictly required yet, and fixes a dead code warning. 2014-05-09 18:44:48 +00:00
Basic [OPENMP] Removed unnecessary enums from OpenMP constructs 2014-05-12 04:23:46 +00:00
CodeGen Decouple ExprCXX.h and DeclCXX.h and clean up includes a bit. 2014-05-10 16:31:55 +00:00
Driver [Driver] Do not lose already detected set of toolchain's multilibs while 2014-05-12 07:37:51 +00:00
Edit [C++11] Use 'nullptr'. 2014-05-09 08:15:10 +00:00
Format clang-format: [JS] Basic support for escape sequences in regex literals. 2014-05-12 11:29:50 +00:00
Frontend Make DiagnosticsEngine non-copyable 2014-05-11 22:10:52 +00:00
FrontendTool [leaks] Don't leak the fake arguments we synthesize for LLVM option 2014-05-03 08:39:35 +00:00
Headers Let stddef.h respect __need_{wchar_t, size_t, NULL, ptrdiff_t, wint_t}. 2014-04-30 04:35:09 +00:00
Index Comment parsing: remove HTML attribute validation 2014-04-30 21:54:30 +00:00
Lex PR19698, PR19674: enable __has_feature checks for cxx_generic_lambdas and 2014-05-09 21:08:59 +00:00
Parse [OPENMP] Removed unnecessary enums from OpenMP constructs 2014-05-12 04:23:46 +00:00
Rewrite [C++11] Use 'nullptr'. 2014-05-07 06:21:57 +00:00
Sema [OPENMP] Removed unnecessary enums from OpenMP constructs 2014-05-12 04:23:46 +00:00
Serialization Decouple ExprCXX.h and DeclCXX.h and clean up includes a bit. 2014-05-10 16:31:55 +00:00
StaticAnalyzer Silence warning in Release builds. This function is only used in an assert. 2014-05-11 09:31:47 +00:00
Tooling Decouple ExprCXX.h and DeclCXX.h and clean up includes a bit. 2014-05-10 16:31: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