]> granicus.if.org Git - clang/shortlog
clang
2013-07-23 Aaron BallmanReplacing some manual diagnostic checks with an existin...
2013-07-23 Rafael EspindolaRun %clang_cc1, it is the one that actually crashes.
2013-07-23 Aaron BallmanRemoved a redundant diagnostic and replaced it with...
2013-07-23 Aaron BallmanConsolidate several attribute argument diagnostics...
2013-07-23 Aaron BallmanCorrecting the NSObject and Overloadable attribute...
2013-07-23 Richard SmithC++1y literal suffix support:
2013-07-23 Jordan Rose[analyzer] Enable pseudo-destructor expressions.
2013-07-23 Jordan Rose[analyzer] Add test for crash tracing (r186639)
2013-07-23 Jordan RoseRevert "[analyzer] Add very limited support for tempora...
2013-07-23 Matt ArsenaultError on more illegal kernel argument types for OpenCL
2013-07-23 Eli BenderskyMake the nomathbuiltin.c test less demanding.
2013-07-23 David BlaikieFurther simplify test case from r186894
2013-07-23 Eli FriedmanIntegers which are too large should be an error.
2013-07-23 Adrian PrantlSimplify testcase.
2013-07-23 Eli BenderskyAdd a -fno-math-builtin option to the Clang -cc1
2013-07-23 Adrian PrantlImplement a better fix for r186894 by setting the appro...
2013-07-22 Fariborz JahanianObjectiveC migration. Better handle migration to conforming
2013-07-22 Adrian PrantlDebug Info: Acknowledge the alignment when locating...
2013-07-22 Eli FriedmanTestcase for PR16673.
2013-07-22 Eli FriedmanDon't emit open-paren fixit without close-paren.
2013-07-22 Enea ZaffanellaRevert commit 186833 (no longer needed after the fix...
2013-07-22 Douglas GregorMake modules depend on the compiler's own module.map...
2013-07-22 Bill WendlingUse the updated name for the attribute.
2013-07-22 Enea ZaffanellaFixed implementation of C89 6.5.7 p3.
2013-07-22 Fariborz JahanianObjective-C migration: Use NS_OPTIONS when enumerators
2013-07-22 Argyrios Kyrtzidis[arcmt] Only disable ARC in the second compilation...
2013-07-22 Richard SmithAdd testcase for PR16134, which no longer crashes with...
2013-07-22 Richard SmithUpdate comment to refer to core issue number.
2013-07-22 Aaron BallmanThis test was missing its -verify argument.
2013-07-22 Daniel JasperFix bug in clang-format's vim integration cause by...
2013-07-22 Samuel BenzaquenAdd support for overloaded matchers. ie different match...
2013-07-22 NAKAMURA Takumic-index-test.c: Let this C89-compliant since r186817.
2013-07-22 Reid Kleckner[ms-cxxabi] Emit linkonce complete dtors in TUs that...
2013-07-22 Reid KlecknerRename D to GD to match the type, which is GlobalDecl
2013-07-22 Daniel JasperInstall git-clang-format along with clang-format by...
2013-07-22 Reid KlecknerForward declare OMPClause in Sema.h to avoid an include
2013-07-22 Enea ZaffanellaImplement the part of C89 6.5.7 p3 requiring a constant...
2013-07-22 Enea ZaffanellaImprove clarity/consistency of a few UsingDecl methods...
2013-07-22 Robert WilhelmRemove superfluous cast.
2013-07-22 Richard SmithPR16288: A template is only missing a default template...
2013-07-22 Richard SmithImplement DR257 / fix PR16659:
2013-07-22 NAKAMURA TakumiSemaTemplate.cpp: Prune a stray "\param NumParamLists...
2013-07-21 Richard SmithTest updates missed from r186799.
2013-07-21 Richard SmithTighten up the set of operator new/operator delete...
2013-07-21 Craig TopperConst-correct some iterators. No functional change.
2013-07-21 Craig TopperReplace 'unsigned short' with 'uint16_t' in a packed...
2013-07-21 Craig TopperRevert r186649 because it wasn't unnecessary and add...
2013-07-21 Robert WilhelmConvert Sema::MatchTemplateParametersToScopeSpecifier...
2013-07-21 Lubos Lunakreport unused-value warning also for warn_unused types
2013-07-21 Daniel Jasperclang-format: Smarter replacement in the vim integration.
2013-07-20 Enea ZaffanellaAdded preproc callback for pragma directives.
2013-07-20 Richard SmithAdd missing check for creating an instance of an abstra...
2013-07-20 Richard SmithUndisable a test for a c++98-compat warning for inherit...
2013-07-20 Lubos Lunakadd type attribute warn_unused, for -Wunused-variable...
2013-07-20 Lubos Lunakavoid bogus warnings about "unknown" pragmas with ...
2013-07-20 Lubos Lunakfix sometimes incorrect line numbers in -frewrite-inclu...
2013-07-20 Benjamin KramerSilence GCC warning for using both enum and unsigned...
2013-07-20 David MajnemerDiagnosticIDs: Forbid Diag ID from being valid
2013-07-20 Richard TrieuIf a default argument is a dependent type, get the...
2013-07-20 Eli FriedmanFix bug in computing POD-for-layout.
2013-07-20 Alexander KornienkoUse -lines option instead of -offset/-length. This...
2013-07-20 Eli FriedmanMake IgnoreParens() look through ChooseExprs.
2013-07-19 Larisse VoufoFIXME fix: improving diagnostics for template arguments...
2013-07-19 Larisse VoufoRevert "Use function overloading instead of template...
2013-07-19 Eli FriedmanFix pack instantiation with function types.
2013-07-19 Larisse VoufoUse function overloading instead of template specializa...
2013-07-19 Eli FriedmanCorrectly handle packs for variadic type traits.
2013-07-19 Craig TopperRemove trailing whitespace
2013-07-19 Hans WennborgAdd a cl.exe compatible driver mode
2013-07-19 Reid KlecknerUse an i686 triple for this test now that it uses stdcall
2013-07-19 Jean-Daniel... Fix another place where clang check objc selector name...
2013-07-19 Fariborz JahanianObjectiveC migrator: Another use case of enum
2013-07-19 Samuel BenzaquenAdd support for raw_ostream on the printing methods...
2013-07-19 Reid KlecknerCreate calling convention AttributedType sugar nodes
2013-07-19 Eli FriedmanFix for template substitution with packs.
2013-07-19 Richard SmithUpdate users manual to indicate:
2013-07-19 Akira Hatanaka[mips] Add support for command-line options -mno-check...
2013-07-19 Argyrios Kyrtzidis[arcmt] After checking is successful disable auto-synth...
2013-07-19 Aaron BallmanReplace some existing type attribute diagnostics with a
2013-07-19 John ThompsonAdd SourceRange to PPCallbacks::Defined callback.
2013-07-19 Enea ZaffanellaFix source range of implicitly instantiated friend...
2013-07-19 Benjamin KramerFix test to actually check things.
2013-07-19 Fariborz JahanianFixes an ObjC migrator crash when last decl
2013-07-19 Roman DivackyThis patch implements __get_cpuid_max() as an inline...
2013-07-19 Richard Sandiford[SystemZ] Add -march= command-line option
2013-07-19 Richard Sandiford[SystemZ] Enable frame-pointer elimination for -O1...
2013-07-19 Alexey SamsonovRevert r186672 - turns out ASan supports Mac OS 10...
2013-07-19 Alexey Samsonov[ASan] Reflect the dropped Mac OS 10.6 support in docs
2013-07-19 Manuel KlimekAllow clang tools to display an overview when using...
2013-07-19 Manuel KlimekAdds overlapsWith and contains predicates on tooling...
2013-07-19 Manuel KlimekAdds ctorInitializer and forEachConstructorInitializer...
2013-07-19 NAKAMURA TakumiStmtOpenMP.h: Prune a stray \param in the comment of...
2013-07-19 NAKAMURA TakumiStmtOpenMP.h: Fix bogus \param(s). [-Wdocumentation]
2013-07-19 Daniel JasperImprove clang-format vim integration.
2013-07-19 Timur IskhodzhanovSimplify the CodeGenFunction::Build*Virtual*Call family...
2013-07-19 Craig TopperRemove trailing whitespace.
2013-07-19 Craig TopperRemove unnecessary IsFirst variable from debug codde...
2013-07-19 Alexey BataevOpenMP: basic support for #pragma omp parallel
2013-07-19 Fariborz JahanianObjectiveC migrator: add support to migrate to
2013-07-19 Jordan Rose[analyzer] Include analysis stack in crash traces.
next