]> granicus.if.org Git - clang/shortlog
clang
2011-11-17 Ted KremenekMake 'LangOptions' in CompilerInvocation a heap-allocat...
2011-11-17 Ted KremenekSimplify crash cleanup logic in ASTUnit::LoadFromComman...
2011-11-17 Anna Zaks[analyzer] Minor tweaks to the ProgramState::isTainted().
2011-11-17 Anna Zaks[analyzer] Add a helper method.
2011-11-17 Richard SmithConstant expression evaluation: add support for evaluat...
2011-11-17 Douglas GregorWhen making a suggestion regarding which module to...
2011-11-17 Douglas GregorAdd the notion of "framework" modules to module maps...
2011-11-17 Douglas GregorIf we're dealing with an overridden buffer in the AST...
2011-11-17 NAKAMURA Takumidocs/UsersManual.html: Remove obsolete mingw issue.
2011-11-17 NAKAMURA Takumitest/Frontend/dependency-gen.c: Relax expressions for...
2011-11-17 NAKAMURA TakumiRevert r132539 for now, "My testing shows that function...
2011-11-17 David BlaikieInclude named unions in union member init checking
2011-11-17 Francois PichetIn Microsoft mode, make "Unqualified lookup into depend...
2011-11-17 Douglas GregorActually free memory for the module maps
2011-11-17 Douglas GregorTry to appease the failing buildbot where I can't repro...
2011-11-17 Douglas GregorWhen we're loading a framework header, first try to...
2011-11-17 Anna Zaks[analysis] Constify CheckerContext.
2011-11-17 Anna Zaks[analyzer] Put CheckerConext::getCalleeName out of...
2011-11-17 Daniel Dunbarclang/Darwin: Use the compiler-rt provided profile...
2011-11-17 Daniel Dunbartests/Driver/darwin-ld.c: Get rid of the "splatter...
2011-11-16 Douglas GregorAdd missing header for modules test.
2011-11-16 Daniel Dunbarbuild/make/compiler-rt: Don't attempt to build compiler...
2011-11-16 Douglas GregorA module with an umbrella header assumes that all of...
2011-11-16 Abramo BagnaraAdded missing ImplicitCastExpr around conversion operat...
2011-11-16 Bob WilsonFix Neon builtin pointer argument checking for "sret...
2011-11-16 Jim Goodnow IIFixed crash with initializer lists and unnamed bitfield...
2011-11-16 Douglas GregorImplement (de-)serialization of the buffer contents...
2011-11-16 Benjamin KramerUpdate CMake build.
2011-11-16 Anna Zaks[analyzer] Catch the first taint propagation implied...
2011-11-16 Anna Zaks[analyzer] Adding generic taint checker.
2011-11-16 Anna Zaks[analyzer] Adding basic building blocks for taint propa...
2011-11-16 Anna Zaks[analyzer] Cleanup: Null->0, comments.
2011-11-16 Anna Zaks[analyzer] Cleanup (NULL -> 0, no doxygen in cpp).
2011-11-16 Anna Zaks[analyzer] Assert if we ever get an over constrained...
2011-11-16 Anna Zaks[analyzer] Factor getCalleeName to the checker context.
2011-11-16 Chandler CarruthStop claiming that Visual Studio 2005 is a viable basis...
2011-11-16 Kostya SerebryanyAdd -f[no-]address-sanitizer flag
2011-11-16 Richard SmithPR11391: Don't try to evaluate the LHS of a _Complex...
2011-11-16 Douglas GregorWhen building a module from a module map that isn't...
2011-11-16 Abramo BagnaraFixed missing cast and wrong cast kind in delete expres...
2011-11-16 Douglas GregorSwitch the remaining modules tests over to -emit-module...
2011-11-16 Argyrios Kyrtzidis[libclang] Add a comment in lazyCreateDiags to explain...
2011-11-16 Argyrios Kyrtzidis[libclang] Make clang_annotateTokens use "file-targeted...
2011-11-16 Argyrios Kyrtzidis[libclang] Make clang_findReferencesInFile use "file...
2011-11-16 Evan ChengMatch LLVM API change.
2011-11-16 Richard SmithFix PR11385: A pointer constant expression which has...
2011-11-16 Douglas GregorMigrate a few more modules tests over to -emit-module...
2011-11-16 Ted KremenekTeach ccc-analyzer about -fobjc-arc.
2011-11-16 Argyrios Kyrtzidis[libclang] Fix crash on invalid code. Fixes rdar:/...
2011-11-16 Argyrios Kyrtzidis[libclang] Indexing API: fill the objc category info...
2011-11-16 Argyrios Kyrtzidis[libclang] Indexing API: make sure we do not try to...
2011-11-16 Argyrios Kyrtzidis[libclang] Indexing API: if the CXIndexOpt_OneRefPerFil...
2011-11-16 Argyrios Kyrtzidis[libclang] In lazyCreateDiags, recreate the diagnostic...
2011-11-16 Eli FriedmanFix test on Release builds.
2011-11-16 Eli FriedmanFix a bunch of really nasty bugs in how we compute...
2011-11-16 Douglas GregorSwitch some more of the modules tests over to "-emit...
2011-11-16 Douglas GregorAdd support for building a module from a module map...
2011-11-15 Francois PichetIn Microsoft mode, make "Unqualified lookup into depend...
2011-11-15 Douglas GregorRevert r144703. It was a dumb idea anyway; will add...
2011-11-15 Eli FriedmanCompute whether a class is trivial correctly for templa...
2011-11-15 Douglas GregorSplit GenerateModuleAction into its own action, which...
2011-11-15 Abramo BagnaraFixed plausible overloads location.
2011-11-15 Douglas GregorAdd a -cc1-level option -fmodule-name=<name>, which...
2011-11-15 Fariborz JahanianRemove one group'ed warning.
2011-11-15 Fariborz JahanianAdd -Wmismatched-method-attributes flag for when attrib...
2011-11-15 Chad RosierTypo.
2011-11-15 Chad RosierFix a regression from 143657. The second pass of the...
2011-11-15 Douglas GregorTeach the CFG builder how to properly destroy temporari...
2011-11-15 Benjamin KramerValidate DiagGroup names in TableGen, they're used...
2011-11-15 Benjamin KramerWarning option typo correction: When two options have...
2011-11-15 Abramo BagnaraFixed a cut&paste error introduced in r141336.
2011-11-15 Argyrios Kyrtzidis[PCH] When serializing an PseudoObjectExpr or AtomicExp...
2011-11-15 Argyrios Kyrtzidis[libclang] Indexing API: Pass an implicit ObjCInterface...
2011-11-15 Argyrios KyrtzidisUse Decl's isImplicit field to indicate whether an...
2011-11-15 Argyrios Kyrtzidis[libclang] Introduce a new function to apply the indexi...
2011-11-15 Eli FriedmanFix crash in calling convention code expanding an struc...
2011-11-15 John McCallResolve placeholder expressions before trying to deduce
2011-11-15 Devang PatelRemove extra ';'.
2011-11-15 Nick LewyckyThe optimizers figured out how to make this store 6.
2011-11-14 Ted KremenekFix potential memory leak for clients of clang_getOverr...
2011-11-14 Benjamin KramerA space in a diagnostic group is a bead idea.
2011-11-14 Benjamin KramerPrint a typo correction hint for unknown warning flags.
2011-11-14 Matt Beaumont-GayDon't track depfiles as result files which need to...
2011-11-14 Douglas GregorWhen we're checking access in a dependent context,...
2011-11-14 Argyrios Kyrtzidis[libclang] Slight changes to the indexing API and bigge...
2011-11-14 Douglas GregorUse Sema::RequireCompleteType to check for the complete...
2011-11-14 Ted KremenekARC: make assignment to 'self' within class methods...
2011-11-14 Ted Kremenek[static analyzer] Tweak RetainCountChecker's diagnostic...
2011-11-14 Ted Kremenek[analyzer;Regionstore] handle loads from StringLiteral...
2011-11-14 John McCallIn ARC, don't reclaim objects of Class type.
2011-11-14 Richard TrieuChange the checks in the type aka printing. A confusin...
2011-11-14 Ted Kremenek[analyzer] teach AnalysisDeclContext::getSelfDecl(...
2011-11-14 Eric ChristopherFixup comment.
2011-11-14 Argyrios Kyrtzidis[PCH] Load the chained objc categories only after recur...
2011-11-14 Nico WeberFix a regression in wide character codegen. See PR11369.
2011-11-14 Argyrios Kyrtzidis[PCH] Do not crash if a class extension in a chained...
2011-11-14 Argyrios Kyrtzidis[PCH] In ASTWriter::WriteChainedObjCCategories use...
2011-11-13 Argyrios Kyrtzidis[libclang] Move the check for errors in c-index-test...
2011-11-13 Argyrios Kyrtzidis[PCH] When chaining a PCH and serializing HeaderSearch...
2011-11-13 Argyrios Kyrtzidis[libclang] for c-index-test, check for CINDEXTEST_FAILO...
next