hanchenye-llvm-project/clang/lib
Richard Smith c5c27f2a1f Note that we support (and in fact have supported since the dawn of time itself)
C++1y binary literals.

llvm-svn: 179883
2013-04-19 20:47:20 +00:00
..
ARCMigrate ARCMigrate/Transforms.h: Remove \arg in comment. [-Wdocumentation] 2013-04-11 04:16:11 +00:00
AST Implement CodeGen for C++11 thread_local, following the Itanium ABI specification as discussed on cxx-abi-dev. 2013-04-19 16:42:07 +00:00
ASTMatchers Implements memoization for ancestor matching. 2013-03-14 16:33:21 +00:00
Analysis Thread safety analysis: turn on checking within lock and unlock functions. 2013-04-08 20:11:11 +00:00
Basic Add comment to describe cleverness. 2013-04-18 22:49:48 +00:00
CodeGen Emit the underlying type in the debug info for all kinds of fixed enums 2013-04-19 19:56:39 +00:00
Driver Add support for gcc's spelling of -fcolor-diagnostics. 2013-04-17 21:52:44 +00:00
Edit [objcmt] Fix a mishandled conversion to objc directory literal. 2013-04-06 01:13:17 +00:00
Format Unified token breaking logic: support for line comments. 2013-04-17 17:34:05 +00:00
Frontend Keep the parentheses in #pragma message (partial revert of r179771). 2013-04-19 17:13:17 +00:00
FrontendTool <rdar://problem/13509689> Introduce -module-file-info option that provides information about a particular module file. 2013-03-27 16:47:18 +00:00
Headers Avoid names like __in that conflict with SAL in builtin headers 2013-04-19 17:00:14 +00:00
Lex Note that we support (and in fact have supported since the dawn of time itself) 2013-04-19 20:47:20 +00:00
Parse Objective-C++: Enable passing of modern C++11 style 2013-04-18 23:43:21 +00:00
Rewrite rewrite-includes: Rewrite __has_include(_next) to get rid of a host dependency. 2013-04-16 19:08:41 +00:00
Sema [ms-inline asm] The parsing of C++ identifiers is a task of the front-end parser, 2013-04-19 20:37:49 +00:00
Serialization [Modules] Use global index to improve typo correction performance 2013-04-17 22:10:55 +00:00
StaticAnalyzer [analyzer] Call proper callback for const regions escaped other then on call. 2013-04-19 09:39:51 +00:00
Tooling ClangTool output cleanup 2013-03-15 20:14:01 +00:00
CMakeLists.txt Initial version of formatting library. 2012-12-03 18:12:45 +00:00
Makefile Dont use/link ARCMT, StaticAnalyzer and Rewriter to clang when the user 2012-12-13 16:09:42 +00:00