]> granicus.if.org Git - clang/shortlog
clang
2011-04-15 Chris Lattnerfix a bunch of comment typos found by codespell. Patch by
2011-04-15 Peter CollingbourneC1X: implement static asserts
2011-04-15 Peter CollingbourneC1X: implement generic selections
2011-04-15 Peter CollingbourneC1X: add a language standard
2011-04-14 Tanya LattnerDo not expand the opencl pragma names. This is so you...
2011-04-14 Douglas GregorIf the declaration of a C++ member function with an...
2011-04-14 Douglas GregorWhen we transform a C++ exception declaration (e.g...
2011-04-14 Richard SmithAdd support for C++0x's range-based for loops, as speci...
2011-04-14 Richard SmithDetect when the string "<::" is found in code after...
2011-04-14 Douglas GregorHarden Clang's cursor visitation logic against NULL...
2011-04-14 Fariborz JahanianMatch pointer of compatible vection types.
2011-04-14 Douglas GregorWhen determining the "usage" type of a declaration...
2011-04-14 Anton KorobeynikovImplement ARM pcs attribute. Basically it's another...
2011-04-14 Richard SmithName mangling of late-specified return types doesn...
2011-04-14 Richard SmithImplement C++0x [lex.pptoken]p3's handling of <::.
2011-04-14 Douglas GregorParse an '@' in an Objective-C++ class member specifica...
2011-04-14 Sebastian RedlChained PCH: Remember when additional specializations...
2011-04-14 Sebastian RedlAdd header guards to include/clang/Basic/ConvertUTF.h.
2011-04-14 Sebastian RedlFix -H. It was pretty broken.
2011-04-14 Sebastian RedlThe ASTReader created by -chain-include used the genera...
2011-04-14 Ted KremenekReturn the correct lastly populated block from CFGBuild...
2011-04-14 Ken DyckReplace a couple of divide-by-8s with divide-by-charwid...
2011-04-14 Eli FriedmanRe-fix r129481 and r129465 properly. Nulls fixits...
2011-04-14 Argyrios KyrtzidisWhen creating an implicit member expression through...
2011-04-14 Ken DyckReplace a couple of divisions-by-'8' with divisions...
2011-04-14 Anders CarlssonIn C++, when initializing an array from a pascal string...
2011-04-14 Anders CarlssonAdd a flag to StringLiteral to keep track of whether...
2011-04-13 Anders CarlssonRename test.
2011-04-13 Chandler CarruthAdd -no-canonical-prefixes to tests which assert on...
2011-04-13 Fariborz JahanianIssue the 2nd fixit even if fix-it hint is supressed.
2011-04-13 Ted KremenekAdd Objective-C++ files to those accepted by ccc-analyzer.
2011-04-13 Ted KremenekUpdate public analyzer build to checker-256.
2011-04-13 Fariborz JahanianNo fixit hint for builtin expressions which are
2011-04-13 Bill WendlingRemoving the unaligned load tests from builtins-x86...
2011-04-13 Axel NaumannFrom Vassil Vassilev: Give external source's last resor...
2011-04-13 Bill WendlingRemove comment that snuck in there.
2011-04-13 Bill WendlingIt looks like the FreeBSD buildbot needs this for the...
2011-04-13 Chandler CarruthTeach -Wuninitialized about C++'s typeid expression...
2011-04-13 Argyrios KyrtzidisCollect the options applicable to the Rewriter methods...
2011-04-13 Bill WendlingJust use a native "load" instead of translating the...
2011-04-13 Francois PichetStill not used to put the * next to the variable name.
2011-04-13 Francois PichetIn Microsoft mode, within class scope, if a CXXScopeSpe...
2011-04-13 Anders CarlssonUse EmitCallOrInvoke in EmitBadTypeidCall and EmitBadCa...
2011-04-13 Bill WendlingConvert the unaligned load builtins to the first-class...
2011-04-12 Daniel DunbarDriver/no-integrated-as: Fix forwarding of -g flag...
2011-04-12 Fariborz JahanianRedeclaration of 'self' should be flagged in
2011-04-12 Daniel DunbarIRgen/Obj-C: Emit CFStrings and NSStrings with the...
2011-04-12 John McCallWe can't emit an aggregate cast as its sub-expression...
2011-04-12 Daniel DunbarDriver: Don't treat -m{abi,arch,cpu,cmodel}= as "driver...
2011-04-12 Ted KremenekTeach VariadicMethodTypeChecker to not crash when proce...
2011-04-12 Ted KremenekFix another IdempotentOperationsChecker corner case...
2011-04-12 Ted KremenekProvide options to explicitly enable/disable checkers...
2011-04-12 Ted KremenekEnable C++ static analysis support in ccc-analyzer.
2011-04-12 Ted KremenekArrayBoundCheckerV2: don't arbitrarily warn about index...
2011-04-12 Lenny MaioraniThis patch adds modeling of strcmp() to the CString...
2011-04-12 Fariborz JahanianFix a regression where the initializer implements
2011-04-12 Richard SmithFix AST serialization of reference-to-reference types...
2011-04-12 Ted Kremenekstatic analyzer: invalidate by-ref arguments passed...
2011-04-12 Ted KremenekFix bug in SimpleSValBuilder where '--' pointer arithme...
2011-04-12 Douglas GregorDon't suggest dynamic_cast or typeid as code completion...
2011-04-12 John McCallTemplate static data members can have weak_odr linkage...
2011-04-12 John McCallWhoops.
2011-04-12 Douglas GregorObjective-C++: The global namespace is an associated...
2011-04-12 John McCallIgnore indirect field declarations. Fixes PR9570.
2011-04-12 John McCallFormatting.
2011-04-12 John McCallThis test works now; enable it.
2011-04-12 Ted KremenekRegionStoreManager::invalidateRegions: treat classes...
2011-04-12 John McCallAfter some discussion with Doug, we decided that it...
2011-04-12 Ted KremenekTeach GRState::getSValAsScalarOrLoc() about C++ references.
2011-04-11 Ted KremenekC++ static analysis: also invalidate fields of objects...
2011-04-11 Fariborz JahanianTypo.
2011-04-11 Fariborz JahanianFixup more objc rwriter bug having to do with
2011-04-11 Chris Lattnerfix the path to ld.so for darwin/ppc, resolving PR9677...
2011-04-11 Anders CarlssonIf there's an invoke destination, we should use invoke...
2011-04-11 John McCallMore __unknown_anytype work.
2011-04-11 Anders CarlssonRemove CK_DynamicToNull.
2011-04-11 Anders CarlssonWhen we know that a dynamic_cast always returns null...
2011-04-11 Anders CarlssonAdd CXXDynamicCastExpr::isAlwaysNull() which will be...
2011-04-11 Anders CarlssonClean up CodeGenFunction::EmitDynamicCast. No functiona...
2011-04-11 Anders CarlssonReplace a couple of Builder.CreateICmpEQ with Builder...
2011-04-11 Eli FriedmanPR9669: implement correct checking for [dcl.init.string]p2.
2011-04-10 Anders CarlssonRemove the CodeGenCXX/dyncast.cpp test; it isn't really...
2011-04-10 Anders CarlssonAs a first step towards fixing PR9641, add a CK_Dynamic...
2011-04-10 John McCallSimplify calling CheckPlaceholderExpr, converge on...
2011-04-10 Anders CarlssonStrip off parens and no-op casts when deciding if an...
2011-04-10 Anders CarlssonChange CollectPrimaryBases to collect the bases in...
2011-04-10 Anders CarlssonMake -fdump-vtable-layouts also dump vtable indices...
2011-04-10 Oscar FuentesReflect rename on LLVM cmake file.
2011-04-10 Chandler CarruthEnhance the diagnostic for literal float -> int convers...
2011-04-10 Francois PichetRefactor 129240 to merge the old default argument into...
2011-04-10 Eli FriedmanPR9580: Handle vectors correctly in ScalarExprEmitter...
2011-04-10 Francois PichetMSVC accepts that default parameters be redefined for...
2011-04-10 Oscar Fuenteslibclang output name is now libclang. This solves a...
2011-04-09 John McCallFix a bunch of major problems with __unknown_anytype...
2011-04-09 Eli FriedmanMake sure we or together the overflow flags of the...
2011-04-09 Lenny Maioranistrcat() and strncat() model additions to CStringChecker.
2011-04-09 Dylan Noblesmithrefactor flags for TokenKinds.def
2011-04-09 Dylan Noblesmithrefactor -ccc-gcc-name code
2011-04-09 Eli FriedmanPR8369: make __attribute((regparm(0))) work correctly...
2011-04-09 Chandler CarruthClean up the bool conversion warning. Group it with...
next