]> granicus.if.org Git - clang/shortlog
clang
2007-10-16 Anton KorobeynikovUnbreak mingw32. Maybe there should be something like...
2007-10-16 Chris Lattnerinitialization of references should not do default...
2007-10-16 Steve NaroffBad cast...need to use dyn_cast_or_null. Also changed...
2007-10-15 Fariborz JahanianPatch to parse @selector expressions.
2007-10-15 Steve NaroffChange the type of ObjCStringLiteral from "struct __bui...
2007-10-15 Steve NaroffFix a parser bug with message expressions - need to...
2007-10-15 Steve NaroffMove type compatibility predicates from Type to ASTCont...
2007-10-15 Anders CarlssonAdd code generation and sema checking for __builtin_va_arg.
2007-10-15 Fariborz JahanianSeveral name lookup conflict detection fixes involving...
2007-10-15 Steve NaroffAdded ASTContext::setObjcIdType/getObjcIdType(), set...
2007-10-15 Steve NaroffTeach the type checker about "id". This removes the...
2007-10-15 Anders CarlssonAdd support for Pascal strings.
2007-10-15 Anders CarlssonFix a warning
2007-10-14 Steve Naroff- Teach ObjcInterfaceDecl::lookupInstance/ClassMethod...
2007-10-14 Steve NaroffAdd category lookup (removing a couple FIXME's).
2007-10-14 Steve NaroffFix -ast-dump for ObjC.
2007-10-14 Steve Naroff- Added Sema::AddFactoryMethodToGlobalPool and Sema...
2007-10-13 Anders CarlssonFix an incorrect assertion.
2007-10-13 Chris Lattnerhaha, my devious plot is complete:
2007-10-13 Anders CarlssonAdd __builtin_va_list definitions for x86_64 and ppc64.
2007-10-13 Chris LattnerWith this I can now insert stuff before tabs, woo.
2007-10-13 Chris LattnerWoo, tab deletion now works. Next lets see if we can
2007-10-13 Chris Lattneranother step forward in rewriter stuff. This still has
2007-10-12 Anders CarlssonGenerate code for va_start and va_end.
2007-10-12 Fariborz JahanianPatch to check for duplicate method decls in protocols.
2007-10-12 Chris Lattnerremove dead method with bogus comment.
2007-10-12 Fariborz JahanianCheck and diagnose that objective-c objects may not...
2007-10-12 Ted KremenekAdded notion of '*' specified format width/specifiers...
2007-10-12 Chris Lattneradd a new SM::getDecomposedFileLoc method.
2007-10-12 Fariborz JahanianFixed typo in comment.
2007-10-12 Fariborz JahanianFixed a @compatible_alias bug. In the process, discover...
2007-10-12 Steve NaroffReplace one FIXME with another. We handle protocols...
2007-10-12 Anders CarlssonAdd some more diagnostics for va_start, fix tests so...
2007-10-12 Fariborz JahanianFixed a bug whereby, struct tag name matches a typedef...
2007-10-12 Steve NaroffTemporary fix to test case. This area is currently...
2007-10-12 Chris Lattneradd comments.
2007-10-12 Ted KremenekPrintf argument checking now supports dynamically-passe...
2007-10-11 Fariborz JahanianThis patch implementa objective-c's @compatibilty-alias...
2007-10-11 Chris LattnerPush the rewriting APIs along. Build a trivial client...
2007-10-11 Fariborz JahanianImplemented parsing of objctive-c protocol conforming...
2007-10-11 Chris Lattneradd RewriterTest.cpp to xcode project.
2007-10-11 Chris Lattnerclarify
2007-10-11 Chris Lattnerslightly simplify interface
2007-10-11 Anders CarlssonAdd __builtin_va_start to the list of builtins, make...
2007-10-11 Fariborz JahanianPatch to create protocol conforming class types.
2007-10-11 Chris Lattneradd scafolding to play around with and bring up the...
2007-10-11 Chris Lattnerupdate argument.
2007-10-11 Chris Lattnerrename -parse-ast-view to -ast-view
2007-10-11 Chris Lattnerrename -parse-ast-print to -ast-print
2007-10-10 Chris LattnerFix 80 col violations.
2007-10-10 Chris Lattnerfix a bunch of regressions I introduced :(
2007-10-10 Steve NaroffRefinements to Sema::GetObjcIdType()...
2007-10-10 Ted KremenekCommented out header with no section body. Will write...
2007-10-10 Ted KremenekAdded some documentation on clang CFGs. It is very...
2007-10-10 Steve Naroff- Make sure default return/argument types (for methods...
2007-10-10 Chris Lattneravoid accessing off the end of identifiers.
2007-10-10 Anders CarlssonEmit a warning when the body of an if block is a NullStmt.
2007-10-10 Chris Lattnerclang -E should not print tokens from the predefines...
2007-10-10 Hartmut KaiserUpdated VC++ build system.
2007-10-10 Ted KremenekAdded idea for a simple C++ checker.
2007-10-10 Chris Lattneradd an idea
2007-10-10 Chris Lattnerresolve a fixme, by moving __builtin_va_list to a more...
2007-10-10 Steve NaroffFix a latent bug in MinimalActions (created by a recent...
2007-10-10 Steve NaroffRemove Scope argument from ObjC actions that either...
2007-10-09 Chris LattnerAdd a dummy for the id typedef. Steve, plz fill this...
2007-10-09 Chris LattnerMake a significant change to invert the control flow...
2007-10-09 Steve NaroffMake sure methods with no return type default to "id".
2007-10-09 Devang PatelRecognize while(1) and avoid extra blocks.
2007-10-09 Devang Patelnew test
2007-10-09 Chris Lattneravoid a noop virtual method call on the hot scope popin...
2007-10-09 Devang PatelRecognize "do {} while (0)" idiom and avoid extra...
2007-10-09 Devang PatelUse LLVMFoldingBuilder
2007-10-09 Fariborz JahanianRemove comment about protocols and namespace no longer...
2007-10-09 Fariborz JahanianMinor code clean up to make it more readable.
2007-10-09 Chris LattnerUpdate DeclKind enums to reflect ObjcProtocolDecl's...
2007-10-09 Fariborz JahanianRemove addition of protocol names to declaration scopes...
2007-10-09 Chris Lattnerconvert driver over to use Token::is/isNot APIs. fwew...
2007-10-09 Chris LattnerSwitch lexer/pp over to new Token::is/isNot api
2007-10-09 Chris Lattnerswtich to Token::is/isNot
2007-10-09 Chris Lattnerswitch more code to use Token::is/isNot where possible.
2007-10-09 Chris Lattnerswitch some more of the parser over to using Token...
2007-10-09 Chris LattnerAdd two new Token helper functions, "is" and "isNot...
2007-10-09 Fariborz JahanianAdded better comment about protocol list for class...
2007-10-09 Chris Lattnerrename some "Parse" actions to "ActOn". Move code...
2007-10-09 Devang PatelUse const& for RHS.
2007-10-09 Devang PatelFix comment. Describe what it is, instead of how it...
2007-10-09 Fariborz JahanianPrevent memory leak by not creating a category object...
2007-10-08 Steve NaroffRemove 2 protocol related actions from MinimalActions...
2007-10-08 Fariborz JahanianAdded a new class for Interfaces qualified by protocol...
2007-10-08 Steve NaroffRemoved unused instance variable from FieldDecl.
2007-10-08 Chris LattnerRename FileVariable -> FileVar for consistency with...
2007-10-08 Chris Lattneradd a comment.
2007-10-08 Chris LattnerMove identifierTable.h to the right folder.
2007-10-08 Steve NaroffConvert Selector Maps/Sets to use stronger typing ...
2007-10-08 Devang PatelCode gen case statement ranges.
2007-10-08 Fariborz JahanianSeveral small patches to do pretty printing for objecti...
2007-10-08 Fariborz JahanianRemoved unnecessary base class from some of objective...
2007-10-08 Fariborz JahanianReturn NULL on invalid protocol.
2007-10-07 Chris Lattnerremove unneeded #include
2007-10-07 Chris Lattnermove IdentifierTable.h from liblex to libbasic.
next