hanchenye-llvm-project/clang/lib
Francois Pichet 4ad4b58639 Allow type definitions inside anonymous struct/union in Microsoft mode.
llvm-svn: 113354
2010-09-08 11:32:25 +00:00
..
AST Allow (cv) void and incomplete arrays to be passed to the type traits. 2010-09-08 00:48:43 +00:00
Analysis FinishBlock() is essentially doing nothing except returning '!badCFG'. 2010-09-06 07:32:31 +00:00
Basic Allow 'o' and 'V' as constraints for output asm operands. 2010-09-07 18:40:41 +00:00
Checker Fix null pointer dereference in StreamChecker::Fseek (reported in PR 8081) and simplify surrounding checking logic. 2010-09-07 20:45:26 +00:00
CodeGen Implement ARM static local initialization guards, which are more compact than 2010-09-08 01:44:27 +00:00
Driver Driver/Darwin: Catch another case where ld ends up using ld_classic. 2010-09-07 17:50:41 +00:00
Frontend Tell the VS headers that char16_t and char32_t are keywords, so yvals.h doesn't try to define them as typedefs. 2010-09-05 23:16:22 +00:00
FrontendTool Move ExecuteCompilerInvocation to a new library FrontendTool 2010-08-24 00:31:22 +00:00
Headers fix PR7192 by defining wchar_t in a more conventional way. The 2010-09-05 23:29:49 +00:00
Index De-memberify the VarDecl and FunctionDecl StorageClass enums. 2010-08-26 03:08:43 +00:00
Lex fix 7320: we can't delete a trailing space if it doesn't exist. 2010-09-05 23:16:09 +00:00
Parse Provide proper type-source location information for 2010-09-08 00:15:04 +00:00
Rewrite zap more dead code. 2010-09-04 18:19:08 +00:00
Sema Allow type definitions inside anonymous struct/union in Microsoft mode. 2010-09-08 11:32:25 +00:00
Serialization Provide proper type-source location information for 2010-09-08 00:15:04 +00:00
CMakeLists.txt Move ExecuteCompilerInvocation to a new library FrontendTool 2010-08-24 00:31:22 +00:00
Makefile Move ExecuteCompilerInvocation to a new library FrontendTool 2010-08-24 00:31:22 +00:00