]> granicus.if.org Git - clang/shortlog
clang
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.
2013-07-19 Eric ChristopherUpdate createCompileUnit call for llvm changes.
2013-07-18 Eli FriedmanFix crash-on-invalid with inheriting constructor.
2013-07-18 Eli FriedmanClean up diagnostics for inheriting constructors.
2013-07-18 Alexander KornienkoAdded -lines X:Y option to specify line range to proces...
2013-07-18 Fariborz JahanianObjectiveC migrator: Remove semicolon after the typedef
2013-07-18 Hans WennborgAddress -Wreorder warning in Driver.cpp
2013-07-18 Hans WennborgTurn Driver::CCCIsCXX and CCCIsCPP into a single Mode...
2013-07-18 Fariborz JahanianObjectiveC migration. migration to NS_ENUM/SN_OPTION
2013-07-18 Reid Kleckner[Driver] Use LLVM's response file parser because it...
2013-07-18 Samuel BenzaquenSeparate the notion of 'context' when recursing down...
2013-07-18 Aaron BallmanChanged declarations from Attr to InheritableAttr as...
2013-07-18 Aaron BallmanSwitching to use checkAttributeNumArgs for trivial...
2013-07-18 Aaron BallmanTest contents were somehow duplicated, resulting in...
2013-07-18 Aaron BallmanReplacing a morally duplicate diagnostic by adding...
2013-07-18 Daniel Jasperclang-format: Fix bad line break with pointers to members.
2013-07-18 Manuel KlimekFix crash in libclang if code completion is used with...
2013-07-18 Aaron BallmanRemoved a parameter from handleAttrWithMessage to make...
2013-07-18 JF BastienFix volatile _Complex alignment test on platforms where...
2013-07-18 Adrian Prantls/BuiltinLocation/ArtificialLocation/
2013-07-18 Eric ChristopherInstead of checking against some version of "isType...
2013-07-18 Adrian PrantlFix a compile error caught by bb-chapuni.
2013-07-18 Adrian PrantlFix a compile error caught by bb-chapuni.
2013-07-18 Adrian PrantlDon't generate bogus line table entries for __copy_help...
2013-07-18 Adrian PrantlReplace llvm::DIBuilder::DisableDebugLocations() with...
2013-07-18 Adrian PrantlClarified documentation.
2013-07-18 Adrian PrantlSimplify logic by using the appropriate function.
2013-07-18 John ThompsonAdd condition expression result to if and elif callbacks.
2013-07-17 Richard SmithReinstate r186040, with additional fixes and more test...
2013-07-17 Eric Christopher80-column fixes.
2013-07-17 Robert WilhelmEven more code conformance.
2013-07-17 Reid KlecknerMS wide bitfield error check in Sema
next