]> granicus.if.org Git - clang/shortlog
clang
2009-04-09 Ted KremenekFix grammar. Bold face feature points.
2009-04-09 Ted KremenekMore cleanup.
2009-04-09 Ted KremenekMore cleanups.
2009-04-09 Ted KremenekAdd link from internals manual to PTH documentation.
2009-04-09 Ted KremenekMinor cleanups. Added a blurb about the advantages...
2009-04-09 Douglas GregorSimple DeclContext's internal representation by always...
2009-04-09 Ted KremenekRemove SVal::MakeZero and replace it with ValueManager...
2009-04-09 Daniel DunbarAdd more builtin definitions, including strcmp.
2009-04-09 Ted Kremenekanalyzer: Introduce a new class, ValueManager, that...
2009-04-09 Ted KremenekUpdate analyzer build.
2009-04-09 Zhongxing Xustop using loc::SymbolVal and clean up code with new...
2009-04-09 Zhongxing Xuclean up code with new API.
2009-04-09 Zhongxing Xuclean up code with new API.
2009-04-09 Zhongxing Xuclean up code with new API.
2009-04-09 Zhongxing Xuclean up code with new API.
2009-04-09 Zhongxing Xustop using loc::SymbolVal.
2009-04-09 Zhongxing Xustop using loc::SymbolVal.
2009-04-09 Zhongxing Xustop using loc::SymbolVal.
2009-04-09 Zhongxing Xuclean up code with new API.
2009-04-09 Zhongxing Xuclean up code with new API.
2009-04-09 Zhongxing XuAdd a new method because sometimes the type of the...
2009-04-09 Zhongxing Xumake a conjured symbol as the original code.
2009-04-09 Zhongxing Xuclean up code with new API.
2009-04-09 Ted KremenekFix a null pointer dereference error due to state cachi...
2009-04-09 Zhongxing XuCreate a symbolic region instead of a loc::SymbolVal...
2009-04-09 Ted KremenekGRExprEngine: Don't try to reason about the size of...
2009-04-09 Ted KremenekAnother ParentMap bug: only the right side of a comma...
2009-04-09 Ted KremenekFix another regression introduced by changes to the...
2009-04-09 Daniel DunbarMake -include, -imacros paths absolute in Frontend.
2009-04-09 Ted KremenekRefactor/cleanup reasoning of nil receivers in message...
2009-04-08 Daniel DunbarDriver: Split out CPP specific options for clang so...
2009-04-08 Steve NaroffFix <rdar://problem/6770998> make cast of super illegal...
2009-04-08 Anders CarlssonUse the new EmitCallArgs function. No indented function...
2009-04-08 Daniel DunbarForce triple for these tests.
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...
next