]> granicus.if.org Git - clang/shortlog
clang
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...
2009-04-03 Steve NaroffTweak test (now that http://lists.cs.uiuc.edu/pipermail...
2009-04-03 Daniel DunbarAdd target hook for setting symbol prefix and section...
2009-04-03 Douglas GregorFix a little typo that was killing de-serialization
2009-04-02 Mike StumpMove the rest of the fixit tests to the FixIt area.
2009-04-02 Douglas GregorRename GeneratePCH action to GeneratePTH
2009-04-02 Mike StumpUpdate wording.
2009-04-02 Douglas GregorResynchronize Decl/VarDecl serialization code with...
2009-04-02 Ted KremenekSentence-type bug type and category.
2009-04-02 Ed SchoutenAdd some whitespace to test my commit privileges.
2009-04-02 Douglas GregorAdd a new command-line option "-fixit-at=file:line...
2009-04-02 Fariborz JahanianFix up lookup rules for properties declared in
2009-04-02 Steve NaroffFix http://llvm.org/bugs/show_bug.cgi?id=3907.
2009-04-02 Daniel DunbarDriver: Tweak search paths for FreeBSD.
2009-04-02 Ted KremenekFix grammar.
2009-04-02 Mike StumpRemove -ftrapu.
2009-04-02 Sanjiv GuptaDon't use static globals for params as it confuses...
2009-04-02 Ted KremenekAdd a few more analyzer test cases.
2009-04-02 Douglas GregorMove the fix-it tests into their own subdirectory
2009-04-02 Douglas GregorProvide FIX-IT notes to describe what fix-it is doing...
2009-04-02 Douglas GregorSome cleanups to the fix-it rewriter. Thanks, Chris
2009-04-02 Anders CarlssonImplement mangling of declarations inside functions.
2009-04-02 Anders CarlssonMangle VarDecls correctly.
2009-04-02 Anders CarlssonMove the function decl mangling code out into its own...
2009-04-02 Douglas GregorWhen calling a function without a prototype for which...
2009-04-02 Daniel DunbarWire --version to normal -v version text.
next