llvm-project/clang/AST
Fariborz Jahanian 049fa58d0d Fixed misc. issues raised by Chris L. on @synchronized implementation.
llvm-svn: 46558
2008-01-30 17:38:29 +00:00
..
ASTConsumer.cpp Don't attribute in file headers anymore. See llvmdev for the 2007-12-29 19:59:25 +00:00
ASTContext.cpp Tighten up ASTContext::typesAreCompatible()...it needs to make sure the qualifiers match. The comment and C99 citation for this routine were correct...the code needed to conform to the comment/spec. This fixes the test added below. 2008-01-29 18:58:14 +00:00
Builtins.cpp Don't attribute in file headers anymore. See llvmdev for the 2007-12-29 19:59:25 +00:00
CFG.cpp Added back logic in patch r46361 (http://llvm.org/viewvc/llvm-project?rev=46361&view=rev) with the addition of 2008-01-26 00:03:27 +00:00
Decl.cpp Missing ObjC stuff. Patch by Mike Stump. 2008-01-23 01:34:33 +00:00
DeclSerialization.cpp Add first pieces of support for parsing and representing 2008-01-12 07:05:38 +00:00
Expr.cpp Implement __builtin_offsetof. 2008-01-29 15:56:48 +00:00
ExprCXX.cpp Don't attribute in file headers anymore. See llvmdev for the 2007-12-29 19:59:25 +00:00
Makefile remove attribution from makefiles. 2007-12-29 20:02:25 +00:00
Stmt.cpp move some constructors out of line and fix indentation in ObjCAtThrowStmt::getSourceRange. 2008-01-30 05:01:46 +00:00
StmtDumper.cpp Substituted all instances of the string "Objc" for "ObjC". This fixes 2008-01-07 19:49:32 +00:00
StmtIterator.cpp Don't attribute in file headers anymore. See llvmdev for the 2007-12-29 19:59:25 +00:00
StmtPrinter.cpp Fixed misc. issues raised by Chris L. on @synchronized implementation. 2008-01-30 17:38:29 +00:00
StmtSerialization.cpp Rewriting of @synchronized. This has one FIXME in it. But this should allow @sychronized to be rewritten. 2008-01-29 22:59:37 +00:00
StmtViz.cpp Change uses of std::cerr/std::cout to llvm::Lcerr/llvm::cout, and remove 2008-01-14 16:44:48 +00:00
TranslationUnit.cpp Don't attribute in file headers anymore. See llvmdev for the 2007-12-29 19:59:25 +00:00
Type.cpp Exclude vectors from Type::isScalar() predicate. 2008-01-24 22:55:05 +00:00
TypeSerialization.cpp Don't attribute in file headers anymore. See llvmdev for the 2007-12-29 19:59:25 +00:00