Go to file
Adrian Prantl 8f1fb6f03d The style guide prefers preincrement expressions :-)
llvm-svn: 181373
2013-05-07 22:41:09 +00:00
clang The style guide prefers preincrement expressions :-) 2013-05-07 22:41:09 +00:00
clang-tools-extra Stop LoopConvert removing DeclStmts from selection/iteration condition clauses 2013-05-06 20:01:43 +00:00
compiler-rt [sanitizer] Fixed InitTlsSize for Android. 2013-05-07 16:29:26 +00:00
debuginfo-tests Remove IR scenario tests. 2013-03-15 20:52:10 +00:00
libclc Update the copyright coredits -- Happy new year 2013! 2013-01-01 10:00:19 +00:00
libcxx Introduce _LIBCPP_STD_VER. This can be set by the client (or the clang driver). Or it will be defaulted. The default is 11 if -std= c++11 or eariler, else it will default to the current year modulo the century. We anticipate it defaulting to 14 for C++14 when the time comes. For now, post-C++11 libcxx implementations should protect themselves with #if _LIBCPP_STD_VER > 11. 2013-05-07 20:16:13 +00:00
libcxxabi Add capability to demangle invocation functions for ObjC blocks. 2013-04-10 19:44:03 +00:00
lld [lld][ELF] fix build failure 2013-05-07 15:27:02 +00:00
lldb Adding some LLDB-specific logic to the tracer (in a separate tracer module) to improve the quality of the output when debugging data formatters 2013-05-07 21:42:18 +00:00
llvm Add the libc++ project to those we tag. 2013-05-07 22:15:06 +00:00
polly Sort includes 2013-05-07 08:11:54 +00:00