]> granicus.if.org Git - clang/shortlog
clang
2009-04-07 Daniel DunbarDriver: Fix forwarding of -fpascal-strings.
2009-04-07 Steve NaroffFix <rdar://problem/6764172> [sema] crash on invalid.
2009-04-07 Daniel DunbarVisibility attributes should only be set on definition.
2009-04-07 Daniel DunbarDriver: Fix forwarding of -{std,ansi,trigraphs} when...
2009-04-07 Anders CarlssonShuffle some call code around. No functionality change.
2009-04-07 Daniel DunbarDriver: Forward remaining -f options to clang manually.
2009-04-07 Daniel DunbarDriver: Only forward last instance of -mmacosx-version...
2009-04-07 Fariborz JahanianNow that we have __weak defined as attribute in all...
2009-04-07 Daniel DunbarDriver: Manually translate a number of -f with no-...
2009-04-07 Daniel DunbarDriver: Add default for ArgList::hasFlag and simplify...
2009-04-07 Douglas GregorAllow us to ask for the access specifier of a translati...
2009-04-07 Fariborz JahanianPropagte -fvisibility to objc2's class symbols.
2009-04-07 Eli FriedmanDiagnose uses of function specifiers on declarations...
2009-04-07 Daniel DunbarDriver: Explicitly warn that -pg isn't supported (even...
2009-04-07 Daniel DunbarDriver: Add 'q' flag for options which shouldn't be...
2009-04-07 Ted KremenekCFG: when there is not continue or break target, mark...
2009-04-07 Anders CarlssonRemove some dead code.
2009-04-07 Fariborz JahanianFixes method name lookup when method appears in
2009-04-07 Anders CarlssonFix broken test case. I have no idea why this ever...
2009-04-07 Daniel DunbarDriver: Fix a parsing bug where some options were matched
2009-04-07 Chris Lattneradd a warning for this crazy case, as suggested by...
2009-04-07 Douglas GregorMove the internal DeclContext data structures into...
2009-04-07 Daniel DunbarUse %s in test, not hard coded name.
2009-04-07 Chris LattnerFariborz points out that weak is now defined to the...
2009-04-07 Douglas GregorXFAIL a failing test
2009-04-07 Steve NaroffTweak Sema::ActOnInstanceMessage() to look for a class...
2009-04-07 Ted KremenekUpdate checker build.
2009-04-07 Steve NaroffFix typo in newly added test case.
2009-04-07 Steve NaroffChange the type of ObjC @ string constants (from NSCons...
2009-04-07 Daniel DunbarHandle use side of __objc_exception__ attribute; when...
2009-04-07 Chris Lattner*everyone* knows that __weak is not defined on linux :)
2009-04-07 Chris Lattnerimplement rdar://6762183. I'm not sure if it is more...
2009-04-07 Daniel DunbarVarious fixes to symbols used for Obj-C x86_64 metadata.
2009-04-07 Ted KremenekAdd test case.
2009-04-07 Ted KremenekRemove hack from LiveVariables analysis where variables...
2009-04-07 Chris Lattnerdefine __va_copy unconditionally, but va_copy only...
2009-04-07 Ted KremenekRemove GetLeakNode. This isn't the right approach.
2009-04-07 Ted KremenekRemove period.
2009-04-07 Ted KremenekEagerly compute the leak location when a leak occurs...
2009-04-07 Ted KremenekRemoved some commented code.
2009-04-07 Chris LattnerThe __weak and __strong defines are common to all darwi...
2009-04-07 Ted KremenekRemove hack support for @try...@finally in source-level...
2009-04-07 Daniel DunbarDriver: More verbosity reduction.
2009-04-07 Daniel DunbarFix test (triple wasn't passed correctly, the driver...
2009-04-07 Ted KremenekPathDiagnostic generation: experiment with avoiding...
2009-04-07 Daniel DunbarImplement __sync_{add,sub,and,or,xor}_and_fetch and
2009-04-07 Daniel DunbarRemove a FIXME, the driver handles -O4.
2009-04-07 Anders CarlssonUse the new getFunctionInfo that takes a BlockPointerTy...
2009-04-07 Ted Kremenekretain/release checker: When hunting for the leak locat...
2009-04-07 Ted KremenekDon't overguard to adding a control-flow piece when...
2009-04-06 Fariborz JahanianWarn instead of error on duplicate protocol definitions.
2009-04-06 Ted KremenekRewrite control-flow diagnostic generation "extensive...
2009-04-06 Ted KremenekPathDiagnosticLocation now also wraps Decls.
2009-04-06 Steve NaroffMake casting 'super' a deprecated warning (instead...
2009-04-06 Anders CarlssonFix typo.
2009-04-06 Douglas GregorFixed the Fix-It hints for comparison against a string...
2009-04-06 Fariborz JahanianFixed visibility issues related to objc2's synthesized
2009-04-06 Anders CarlssonAdd a getFunctionInfo that takes a BlockPointerType.
2009-04-06 Anders CarlssonSimplify C++ member function calls.
2009-04-06 Anders CarlssonDefine __OPTIMIZE__ and __OPTIMIZE_SIZE__ if the -O...
2009-04-06 Chris Lattnerenable -std=c9x and -std=iso9899:199x, patch by Ed...
2009-04-06 Anders CarlssonAdd clang-cc to the xcodeproj file.
2009-04-06 Chris LattnerDaniel convinced me that accepting "const va_list"...
2009-04-06 Fariborz Jahanianwritable property in a category of class's superclass
2009-04-06 Chris LattnerFix a couple of cases where Constant* pointers can...
2009-04-05 Chris Lattnerin va_arg diagnostics, print out the unpromoted type...
2009-04-05 Ted KremenekFix output of ranges in analyzer plist files.
2009-04-05 Zhongxing XuApply a patch which adds 'OriginalParmVar' to the DeclC...
2009-04-05 Chris LattnerAdd a warning for questionable va_args usage.
2009-04-05 Chris LattnerGCC compatibility: gcc allows applying va_args to const
2009-04-05 Chris Lattnerfix rdar://6757323, where an escaped newline in a ...
2009-04-04 Anders CarlssonAdd some basic support for generating C++ member functions.
2009-04-04 Anton KorobeynikovExtend possible handled regparm(N) value
2009-04-04 Daniel DunbarDriver: Handle -dumpversion, this is used by some confi...
2009-04-04 Daniel DunbarDriver: Handle properly calling dsymutil when source...
2009-04-04 Daniel DunbarDriver: Automatically suppress warnings for duplicate...
2009-04-04 Anton KorobeynikovTestcase for regparm codegen
2009-04-04 Anton KorobeynikovBasic support for regparm codegen
2009-04-03 Anton KorobeynikovProvide sema proper values of maximal number of argumen...
2009-04-03 Anders CarlssonAdd support for calling C++ member functions.
2009-04-03 Anders CarlssonAdd a getFunctionInfo that takes a CXXMethodDecl.
2009-04-03 Daniel DunbarDriver: Add -Qunused-arguments option to suppress drive...
2009-04-03 Fariborz JahanianReal corener case of a method declared in a protocol
2009-04-03 Chris Lattnerimprove the string literal comparison warning to not...
2009-04-03 Ted KremenekSentence-case bug type.
2009-04-03 Daniel DunbarDriver: Explicitly ignore -fpch-preprocess when using...
2009-04-03 Daniel DunbarReduce Driver verbosity by suppressing unused warning...
2009-04-03 Ted Kremenekretain/release checker: don't track NSPanel until we...
2009-04-03 Chris Lattneradd fixit advice to an archiac ObjC issue.
2009-04-03 Chris LattnerFix Clang on VC++, patch by Bixia Zheng!
2009-04-03 Chris Lattnerfix some warnings on VC++, patch by John Thompson!
2009-04-03 Chris Lattnerinitialize an ivar.
2009-04-03 Steve NaroffAdd a comment/FIXME so Eli can sleep better:-))
2009-04-03 Zhongxing XuThis is the first step to gradually remove the use...
2009-04-03 Daniel DunbarDo we have fixit advice for comments yet?
2009-04-03 Anders CarlssonIgnore plus operands when looking up the operand number...
2009-04-03 Daniel DunbarFix comment.
2009-04-03 Fariborz JahanianImplement -fvisibility.
2009-04-03 Ted KremenekConvert region-design document to HTML.
2009-04-03 Daniel DunbarDriver: Add missed translation for darwin::Preprocess...
next