]> granicus.if.org Git - clang/shortlog
clang
2013-06-24 Richard SmithSlightly improve cross-module merging for function...
2013-06-24 Dmitri GribenkoComment parsing: allow "\param ..." to describe variadi...
2013-06-24 Richard SmithWhen setting the external visible declarations for...
2013-06-24 Richard SmithAdd -ast-dump-lookups switch to -cc1 to dump DeclContex...
2013-06-24 Dmitri GribenkoMove comment on Sema::isFunctionPointerVarDecl() to...
2013-06-23 Dmitri GribenkoDocumentation parsing: recognize \relates, \related...
2013-06-23 Dmitri GribenkoArrayRef'ize Sema::CodeCompleteConstructorInitializer
2013-06-23 Chandler CarruthFix the addition of Clang's profile runtime library...
2013-06-23 Chandler CarruthThe makefile build system had two lists of the 32-bit...
2013-06-23 Chandler CarruthSlightly loosen the test as there are other linker...
2013-06-23 Chandler CarruthAdd and tighten up tests for cross compiling tool selec...
2013-06-23 Stephen LinAdd null check (resolves PR16423)
2013-06-23 David MajnemerAST: Clean up FriendObjectKind related decls
2013-06-22 Dmitri GribenkoComment parsing: followup to r184610: allow multiple...
2013-06-22 Richard SmithFix assert if an attempt is made to explicitly instanti...
2013-06-22 Richard SmithAdd dumping support for DeclContext's StoredDeclsMap.
2013-06-22 David BlaikieDebugInfo: Support (using GNU extensions) for template...
2013-06-22 Benjamin KramerRemove duplicated case.
2013-06-22 Larisse VoufoInstantiation bug fix extension (cf. r184503) -- minor...
2013-06-22 Chandler CarruthReword and reformat some of the "Multiarch" code in...
2013-06-22 David MajnemerRevert r184401 which reverted r183462.
2013-06-22 Richard TrieuExtend -Wnon-pod-varargs to check calls made from membe...
2013-06-22 Alexander KornienkoFixed typo.
2013-06-22 Anna Zaks[analyzer] Use output form collections’ count to decide...
2013-06-22 Anna Zaks[CFG] Set the “loop target” (back edge) for VisitObjCFo...
2013-06-22 Richard TrieuExtend -Wnon-pod-varargs to more cases, such as functio...
2013-06-22 David BlaikieDebugInfo: Random tidying up/simplification
2013-06-21 David BlaikieProvide suggested no-arg calls for overloaded member...
2013-06-21 Sean Silva[docs] `-fno-sanitize=` is accepted too.
2013-06-21 Fariborz Jahanian[document parsing]: Allow multiple adjacent \return...
2013-06-21 Tim NorthoverTeach ARM va_arg to ignore empty structs.
2013-06-21 Tim NorthoverCheck for trivial constructibility before emptiness...
2013-06-21 Justin Holewinski[NVPTX] Fix inline asm test case to use LLVM IR instead...
2013-06-21 David BlaikieDebugInfo test: Rename function to avoid using the...
2013-06-21 David BlaikieAggregate & rename limit debug info tests.
2013-06-21 Nick LewyckyFix a leak of TargetMachine in clang. We'll continue...
2013-06-21 David BlaikiePR16214: Debug info for types first used via pointers...
2013-06-21 Matt Beaumont-GayPropagate the invalid bit from bases to derived templat...
2013-06-21 Justin Holewinski[NVPTX] Add NVPTX register constraints
2013-06-21 Larisse VoufoExtend template instantiation bug fix (r184503) with...
2013-06-21 Manuel KlimekAdd an option to not indent declarations when breaking...
2013-06-21 Jordan RoseRevert "[analyzer] Handle zeroing CXXConstructExprs."
2013-06-21 Douglas Gregor[Modules] If a module map resides in a system header...
2013-06-21 Larisse VoufoAdd basic fixit test to template instantiation bug...
2013-06-21 Samuel BenzaquenAdd support for polymorphic matchers. Use runtime type...
2013-06-21 Reid KlecknerDisable an assertion death test when using MSVC's assert()
2013-06-21 Reid Kleckner[ms-cxxabi] Destroy temporary record arguments in the...
2013-06-21 Manuel KlimekImprove documentation for AST matchers.
2013-06-21 David BlaikieDebugInfo: handle the DI asm printing change to reword...
2013-06-21 Eli FriedmanDelete dead code.
2013-06-21 Eli FriedmanAdd test.
2013-06-21 Sean Silva[docs] Add link to presentation slides.
2013-06-21 Eli FriedmanDelete dead code.
2013-06-21 Nico WeberAdd an assert() suggested by Richard.
2013-06-21 Eli FriedmanAdd missing test.
2013-06-21 David BlaikieFix all the silly things I committed in r184509
2013-06-21 Jordan Rose[analyzer] Handle zeroing CXXConstructExprs.
2013-06-21 Jordan Rose[analyzer] Fix stale comment in CallEvent.
2013-06-21 David BlaikieAlternative fix for r184473.
2013-06-21 Douglas GregorAdd test header missing from r184504.
2013-06-21 Douglas GregorWhen building a module, keep *all* declared methods...
2013-06-21 Larisse VoufoBug Fix: Template explicit instantiations should not...
2013-06-20 Eli FriedmanAdd a couple more tests.
2013-06-20 Chandler CarruthUpdate a comment to clarify that searching the target...
2013-06-20 Nico WeberFix a crash with __flaot128 noticed by Eli.
2013-06-20 Michael Gottesman[checked-arithmetic builtins] Added builtins to enable...
2013-06-20 Richard TrieuAdd back a condition accidentially removed in r184470.
2013-06-20 Richard SmithFix typo in comment. Patch by Matthew Dempsky!
2013-06-20 Richard SmithFix copy-pasted comment.
2013-06-20 Eli FriedmanDon't allow __attribute__((common)) in C++. PR16330.
2013-06-20 Richard SmithAvoid repeatedly evaluating subexpressions when checkin...
2013-06-20 Nico WeberLazily provide a __float128 dummy type in -std=gnu...
2013-06-20 John McCallCall __cxa_begin_catch before std::terminate() in a...
2013-06-20 Adrian PrantlDebug Info: Attempt to resolve forward declarations...
2013-06-20 Lawrence CrowlTest files for private header patch.
2013-06-20 Lawrence CrowlThis patch adds new private headers to the module map...
2013-06-20 Richard TrieuExtend -Wnon-pod-varargs to check calls made from funct...
2013-06-20 Eli FriedmanClean up warning and add a test.
2013-06-20 Eli FriedmanAdd test.
2013-06-20 Lawrence CrowlFix English grammar error.
2013-06-20 Meador IngeCodeGen: Don't set 'PMBuilder.DisableSimplifyLibCalls'
2013-06-20 Eli FriedmanAdd an additional test for dynamic_cast.
2013-06-20 Eli FriedmanRemove dead code.
2013-06-20 David BlaikieFix CodeGenCXX/debug-info.cpp to target a known ABI...
2013-06-20 Reid KlecknerFix CodeGenCXX/debug-info.cpp test on Windows
2013-06-20 Rafael EspindolaUse the new name of getUniqueID.
2013-06-20 Samuel BenzaquenEnhancements for the DynTypedMatcher system.
2013-06-20 Manuel KlimekAdds the equalsBoundNode matcher.
2013-06-20 Alexander KornienkoUse the same set of whitespace characters for all opera...
2013-06-20 Manuel KlimekImplements declaratorDecl, parmVarDecl and hassTypeLoc...
2013-06-20 Enea ZaffanellaImproved source code fidelity for gcc mode attribute.
2013-06-20 Evgeniy StepanovAdd -fno-assume-sane-operator-new when building with...
2013-06-20 Chandler CarruthUpdate two options to my proposed syntax for user-facin...
2013-06-20 Pavel LabathFix static analyzer crash when casting from an incomple...
2013-06-20 Chandler CarruthAdd a regression test for PR16370 next to the dr7 test...
2013-06-20 Chandler CarruthTemporarily revert r183462: "Implement DR7"
2013-06-20 Eli FriedmanFix one place I missed that was memcpy'ing TypeLocs...
2013-06-20 Richard SmithPR16377: Allow evaluation of statement expressions...
2013-06-20 Richard SmithAdd a workaround for a libstdc++-4.2 <tr1/hashtable...
2013-06-20 Eli FriedmanOne more cast test.
next