]> granicus.if.org Git - clang/shortlog
clang
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.
2007-10-07 Chris Lattnerimplement the Token class in the Lexer.cpp file instead...
2007-10-07 Chris Lattnerimprove layering:
2007-10-07 Chris Lattnerchange calls to getMacroInfo into hasMacroDefinition...
2007-10-07 Chris Lattneradd a hasMacroDefinition() method to IdentifierInfo...
2007-10-07 Chris Lattnerupdate comment.
2007-10-07 Chris LattnerRemove the PPID bitfield from IdentifierInfo, shrinking...
2007-10-07 Chris LattnerFirst step to fixing a long lived layering violation...
2007-10-07 Chris LattnerThe identifier shouldn't be added to the scope, the...
2007-10-07 Chris Lattnerclassof isn't right. This is causing assertion failure...
2007-10-07 Chris LattnerShrink the builtinID down by 3 bits, allowing all the...
2007-10-07 Chris LattnerRename ASTStreamers.* -> ASTConsumers.*
2007-10-07 Chris Lattnersimplify the interfaces to create selectors: getSelecto...
2007-10-07 Chris Lattnersimplify some Selector interfaces.
2007-10-07 Chris Lattnermove ImplementationClassInfo out of ASTContext into...
2007-10-06 Chris Lattneradd comments.
2007-10-06 Chris Lattnerswitch ObjcCategoryImplDecl over to being a NamedDecl...
2007-10-06 Chris Lattnerintroduce a new NamedDecl class, switch a couple of...
2007-10-06 Chris LattnerEvery decl has a SourceLocation, move the location...
2007-10-06 Kevinfuture notes & minor changes
2007-10-06 Chris Lattnersimplify the interface to create ObjcClassDecl's.
2007-10-06 Chris Lattnersimplify the interface for creating ObjcForwardProtocolDecl
2007-10-06 Chris Lattneradd a missing ;
2007-10-06 Chris Lattnerstub out some printing of objc decls.
2007-10-06 Chris Lattnerspeed up clang startup another 28% by avoiding std...
2007-10-06 Chris Lattnerspeed up clang startup time by about 23% by avoiding...
2007-10-06 Chris Lattnerfix grammaro
2007-10-06 Chris Lattneredits
2007-10-06 Chris Lattnerfix accidental commit
2007-10-06 Chris Lattneredits
next