]> granicus.if.org Git - clang/shortlog
clang
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...
2011-11-13 Argyrios KyrtzidisDon't crash when a duplicate interface/protocol is...
2011-11-13 Rafael EspindolaFix the signature of the getcontext builtin. Patch...
2011-11-13 Benjamin KramerSilence unused variable warning.
2011-11-13 Peter CollingbourneWhen reference binding array rvalues, such as those...
2011-11-12 Richard SmithRepresent an APValue based on a Decl as that Decl,...
2011-11-12 Argyrios Kyrtzidis[PCH] Fix the test.
2011-11-12 Argyrios KyrtzidisAdd a method in ASTMutationListener for the last use...
2011-11-12 Argyrios Kyrtzidis[PCH] When completing an objc forward reference, do...
2011-11-12 David BlaikieRemove unnecessary 'else's after 'return's.
2011-11-12 Eli FriedmanAdd missing casts to AST.
2011-11-12 Argyrios Kyrtzidis[libclang] Further simplify the indexing API.
2011-11-12 Douglas GregorTweak the module map file test slightly, by putting...
2011-11-12 Douglas GregorImplement a minor optimization when loading module...
2011-11-12 Douglas GregorWhen searching for a module, speculatively load module...
2011-11-11 Eli FriedmanMake test compatible with ARM hosts.
2011-11-11 Douglas GregorTeach the search for modules to consider modules descri...
2011-11-11 Douglas GregorFix some typos, grammar errors, etc. in cursor kind...
2011-11-11 Douglas GregorWire up the mapping from header files mentioned in...
2011-11-11 Douglas GregorResolve the header files named in module map "header...
2011-11-11 Richard SmithExtend -Wno-bind-to-temporary-copy and -Wno-{unnamed...
2011-11-11 Douglas GregorRename SPECIAL_TYPE_jmp_buf and SPECIAL_TYPE_sigjmp_buf...
2011-11-11 Douglas GregorIntroduce basic support for parsing module map files.
2011-11-11 Sean CallananWhen importing an ObjCInterfaceDecl, ensure that
2011-11-11 Ted KremenekTweak CXLoadedDiagnosticSetImpl::makeString() to includ...
2011-11-11 Benjamin KramerSilence compiler warning.
2011-11-11 Richard SmithConstant expression evalation: const_cast support.
2011-11-11 Bob WilsonSearch for libstdc++.dylib in llvm-gcc's files on darwi...
2011-11-11 NAKAMURA Takumilibclang/CXLoadedDiagnostic.cpp: Work around not to...
2011-11-11 Richard SmithDon't recurse so deep in this test, pending APValue...
2011-11-11 Richard SmithReduce the constexpr stack pressure somewhat. Hopefully...
2011-11-11 NAKAMURA Takumitest/Misc/serialized-diags.c: Tweak FileCheck expressio...
2011-11-11 Richard SmithConstant expression evaluation: support for constexpr...
2011-11-11 Ted KremenekPlace 'argument unused during compilation' under a...
2011-11-11 John McCallDon't apply NRVO to over-aligned variables. The caller...
2011-11-11 John McCallBe sure to insulate block literals from any cleanups...
2011-11-11 Eli FriedmanAdd Linux multiarch include directories for mips/mipsel...
2011-11-11 NAKAMURA Takumiinclude/clang-c/Index.h: Update CINDEX_LINKAGE on 6...
2011-11-11 Eli FriedmanMake sure that restrict-qualifying an array actually...
2011-11-11 Ted Kremenek[serialized diagnostics]: add test cases for serialized...
2011-11-11 Douglas GregorI predict that HeaderSearch will need the ability to...
2011-11-11 Argyrios Kyrtzidis[libclang] Simplify the indexing API.
2011-11-11 Argyrios KyrtzidisAdd a const version of ObjCClassDecl::getForwardDecl...
2011-11-11 Francois PichetMove "Unqualified lookup into dependent bases of class...
2011-11-11 Ted Kremenek[static analyzer] be more specific when running removeD...
2011-11-11 Ted KremenekAdd top-level driver option '--serialize-diagnostics...
2011-11-10 Richard SmithImplicit casts from rvalue to lvalue are not meaningful...
2011-11-10 Ted Kremenek[static analyzer]: only call RemoveDeadBindings() when...
2011-11-10 Pete CooperAdd invariant.load metadata to loads from selector...
2011-11-10 Eli FriedmanAdd missing dependency for shared library build to...
2011-11-10 Devang PatelRevert r144273. It causes clang self-host build failure.
2011-11-10 Benjamin Kramerserialized diagnostics: simplify code.
2011-11-10 John McCallWhenever explicitly activating or deactivating a cleanu...
next