]> granicus.if.org Git - clang/shortlog
clang
2009-04-10 Anders CarlssonUse correct alignment and size for references in record...
2009-04-10 Ted KremenekWording changes.
2009-04-10 Ted KremenekAdd blurb about attribute "analyzer_noreturn"
2009-04-10 Anders CarlssonRename variables to avoid conflict.
2009-04-10 Anders CarlssonAdd Expr::EvaluateAsLValue which will (believe it or...
2009-04-10 Anders CarlssonFix thinko noticed by Chris.
2009-04-10 Anders CarlssonUse the same alignment for reference declarations as...
2009-04-10 Chris Lattnerfix indentation
2009-04-10 Ted KremenekSplit failing test case from misc-ps.m to misc-ps-range...
2009-04-10 Douglas GregorPCH serialization/deserialization of the source manager...
2009-04-10 Ted KremenekFix: <rdar://problem/6776949> Branch condition evaluate...
2009-04-10 Chris LattnerMake messages consistent.
2009-04-10 Chris Lattnerreject codegen of __thread variables as unimplemented...
2009-04-10 Ted KremenekImplement attribute "analyzer_noreturn" (<rdar://proble...
2009-04-09 Douglas GregorImplementation of pre-compiled headers (PCH) based...
2009-04-09 Ted Kremenek- Move ownership of MemRegionManager into ValueManager.
2009-04-09 Anders CarlssonAdd @encode support for complex types.
2009-04-09 Douglas GregorPropagate the ASTContext to various AST traversal and...
2009-04-09 Eli FriedmanAdd some FIXMEs for missing checks.
2009-04-09 Chris Lattnerdocument the x86 address space extension for GS.
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...
next