llvm-project/clang/lib
Benjamin Kramer 82dfc97f66 Fix typo in comment. Found by -Wdocumentation.
llvm-svn: 183217
2013-06-04 09:13:21 +00:00
..
ARCMigrate Cleanup handling of UniqueExternalLinkage. 2013-05-13 00:12:11 +00:00
AST Pacify compilers that think you can drop off a fully covered switch. 2013-06-03 21:26:13 +00:00
ASTMatchers Add support for .bind("foo") expressions on the dynamic matchers. 2013-06-03 19:31:08 +00:00
Analysis CFG: In a DeclStmt, skip anything that's not a VarDecl. 2013-06-03 22:59:41 +00:00
Basic Do not report -Wasm-operand-widths for ARM output operands. <rdar://14050337> 2013-06-03 23:57:13 +00:00
CodeGen Fix typo in comment. Found by -Wdocumentation. 2013-06-04 09:13:21 +00:00
Driver Driver: implement --dyld-prefix option. 2013-05-27 21:40:20 +00:00
Edit [objcmt] Fix a mishandled conversion to objc directory literal. 2013-04-06 01:13:17 +00:00
Format Moved FormatToken to a separate header. 2013-06-03 16:45:03 +00:00
Frontend Adding support for MSVC #pragma detect_mismatch functionality by emitting a FAILIFMISMATCH linker command into the object file. 2013-06-04 02:07:14 +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 Add arm_neon.h to the builtin intrinsics module map. 2013-05-20 14:07:18 +00:00
Lex [Preprocessor] Prevent expansion of y in x ## y when x is empty 2013-05-25 01:35:18 +00:00
Parse Adding support for MSVC #pragma detect_mismatch functionality by emitting a FAILIFMISMATCH linker command into the object file. 2013-06-04 02:07:14 +00:00
Rewrite Use only explicit bool conversion operator 2013-05-15 07:37:26 +00:00
Sema Adding support for MSVC #pragma detect_mismatch functionality by emitting a FAILIFMISMATCH linker command into the object file. 2013-06-04 02:07:14 +00:00
Serialization [PCH] Fix crash with valid code, related to anonymous field initializers. 2013-05-30 23:59:46 +00:00
StaticAnalyzer [analyzer] Enable the new edge algorithm by default. 2013-06-03 23:00:19 +00:00
Tooling Let clang-format move the cursor appropriately. 2013-05-21 12:21:39 +00:00
CMakeLists.txt Turn CLANG_ENABLE_{ARCMT,REWRITER,STATIC_ANALYZER} into proper options so that 2013-05-29 21:09:18 +00:00
Makefile Dont use/link ARCMT, StaticAnalyzer and Rewriter to clang when the user 2012-12-13 16:09:42 +00:00