]> granicus.if.org Git - clang/shortlog
clang
2009-04-08 Chris Lattneradd driver support for -Wno-trigraphs
2009-04-08 Chris Lattneradd support for -Wtrigraphs and -Wno-trigraphs.
2009-04-08 Fariborz JahanianAdded a FIXME.
2009-04-08 Chris Lattneradd driver headers to xcode proj
2009-04-08 Chris Lattnerimplement -imacros support in driver.
2009-04-08 Chris Lattnerfinish the implementation of -imacros. The driver...
2009-04-08 Anders CarlssonAdd code for emitting call arguments (not used yet).
2009-04-08 Anders CarlssonWe weren't generating correct code for calls to variadi...
2009-04-08 Daniel DunbarFix buffer overrun when laying out synthesized ivars.
2009-04-08 Chris LattnerAccording to the GCC man page, all -imacros are include...
2009-04-08 Chris Lattnerproperly escape filenames when generating implicit...
2009-04-08 Fariborz JahanianFixed a problem using property syntax on a 'super'
2009-04-08 Devang PatelUse presumed location to get line number info.
2009-04-08 Ted KremenekEnhance analyzer reasoning about sending messages to...
2009-04-08 Ted KremenekFix bug in ParentMap::isConsumedExpr. A BinaryOperator...
2009-04-08 Chris Lattnerreject the #__include_macros directive unless it comes...
2009-04-08 Chris LattnerAdd initial support for -imacros. Right now it has...
2009-04-08 Daniel DunbarMore fixes to builtin preprocessor defines.
2009-04-08 Steve NaroffSema::CheckConditionalOperands(): Soften pointer/intege...
2009-04-08 Daniel DunbarMake sure value is initialized when built w/o asserts.
2009-04-08 Douglas Gregor-Wmissing-prototypes shouldn't complain about main...
2009-04-08 Daniel DunbarDarwin ld: Unconditionally add -lstdc++ if we are prete...
2009-04-08 Chris Lattneruse escapes.
2009-04-08 Chris Lattnersome minor edits
2009-04-08 Daniel DunbarMake debug info work when using -save-temps.
2009-04-08 Ted KremenekInitial draft of PTH internals.
2009-04-08 Anders CarlssonAdd a destination type argument to EmitConstantExpr...
2009-04-08 Daniel DunbarImplementation definition of interfaces with __objc_exc...
2009-04-08 Sanjiv GuptaPointer width on targets like PIC16 is 16-bit, while...
2009-04-08 Chris Lattnerremove fixme!
2009-04-08 Chris Lattnerfix typo, noticed by Gabor
2009-04-08 Chris Lattnerimprove compatibility with VC+, patch by John Thompson!
2009-04-08 Ted KremenekNew static analyzer check by Nikita Zhuk!
2009-04-08 Daniel DunbarSet __PIC__ (more) correctly.
2009-04-08 Anders CarlssonDon't assume that a block always has a FunctionProtoTyp...
2009-04-08 Mike StumpAdd basic support for arm static analysis checking...
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
next