hanchenye-llvm-project/clang/lib/Sema
Chris Lattner a5678ccd4a capture whether a CharacterLiteral was wide or not in the AST.
Patch by Mike Stump!

llvm-svn: 52081
2008-06-07 22:35:38 +00:00
..
IdentifierResolver.cpp Comments fix. 2008-05-15 17:26:35 +00:00
IdentifierResolver.h Comments fix. 2008-05-15 17:26:35 +00:00
Makefile Make a major restructuring of the clang tree: introduce a top-level 2008-03-15 23:59:48 +00:00
ParseAST.cpp Moved LangOptions from TranslationUnit to ASTContext. This induced a variety of cleanups in some ASTConsumers. 2008-06-04 15:55:15 +00:00
Sema.cpp Give the "isa" slot a name! 2008-06-04 03:03:48 +00:00
Sema.h Clean up dead code from SemaInit landing. 2008-06-06 19:40:52 +00:00
SemaChecking.cpp Add __builtin_frame_address and __builtin_return_address gcc builtins to 2008-05-20 08:23:37 +00:00
SemaDecl.cpp Clean up dead code from SemaInit landing. 2008-06-06 19:40:52 +00:00
SemaDeclCXX.cpp Oops...remove weird printf:-) 2008-06-05 22:58:33 +00:00
SemaDeclObjC.cpp Second half of "fix" for <rdar://problem/5986085> clang on xcode: error: redefinition of 'XCElementToggler' as different kind of symbol 2008-06-05 22:57:10 +00:00
SemaExpr.cpp capture whether a CharacterLiteral was wide or not in the AST. 2008-06-07 22:35:38 +00:00
SemaExprCXX.cpp Make a major restructuring of the clang tree: introduce a top-level 2008-03-15 23:59:48 +00:00
SemaExprObjC.cpp Fix <rdar://problem/5986833> clang on xcode: incompatible type returning 'void', expected 'int'. 2008-06-05 14:49:39 +00:00
SemaInit.cpp Count the number of initializable members correctly in structs/unions 2008-05-25 14:03:31 +00:00
SemaStmt.cpp Remove FileVarDecl and BlockVarDecl. They are replaced by VarDecl::isBlockVarDecl() and VarDecl::isFileVarDecl(). 2008-04-15 22:42:06 +00:00
SemaType.cpp Implementation of gcc mode attribute; this is significant because 2008-05-27 03:33:27 +00:00
SemaUtil.h Make a major restructuring of the clang tree: introduce a top-level 2008-03-15 23:59:48 +00:00