]> granicus.if.org Git - clang/shortlog
clang
2013-08-10 Jordan Rose[analyzer] Update Open Projects and Potential Checkers...
2013-08-10 NAKAMURA Takumiclang/test/Driver/cl-options.c: Suppress this on cygmin...
2013-08-09 Eli FriedmanCorrectly profile CXXPseudoDestructorExprs.
2013-08-09 James DennettExpose LambdaIntroducer::DefaultLoc in the AST's Lambda...
2013-08-09 Richard TrieuFix typo in template diffing docs.
2013-08-09 Richard TrieuFix for PR16570: when comparing two function pointers...
2013-08-09 Argyrios Kyrtzidis[arcmt] When handling unbridged casts, handle the body...
2013-08-09 Robert WilhelmOmit llvm:: before ArrayRef, as we have using llvm...
2013-08-09 Benjamin KramerRemove "static" on simple temporary StringRef.
2013-08-09 Hans Wennborgclang-cl: Don't pass /defaultlib to the linker
2013-08-09 David BlaikieOnly emit debug info for implicit members that actually...
2013-08-09 Benjamin KramerAdd a convenient way to compare GCCVersions without...
2013-08-09 Benjamin KramerDirectIvarAssignment: Replace vtable'd objects with...
2013-08-09 Daniel Dunbar[tests] Update to use lit_config and lit package, as...
2013-08-09 Alexey SamsonovFixup for r188058: assume hasAsanZeroBaseShadow() is...
2013-08-09 Benjamin KramerAdd lrint to the list of math builtins. It never sets...
2013-08-09 Benjamin KramerPut back a microoptimization with a comment to make...
2013-08-09 David MajnemerSema: Assertion failure during CodeGen in CodeGenModule...
2013-08-09 David Majnemer[-cxx-abi microsoft] Mangle UUIDs correctly, stick...
2013-08-09 Pavel Labath[analyzer] Enable usage of temporaries in InitListExprs
2013-08-09 Alexey SamsonovMake SanitizerArgs parsing toolchain-independent
2013-08-09 Alexander KornienkoUse isCharInSet from llvm/Support/UnicodeCharRanges...
2013-08-09 David MajnemerRevert "[-cxx-abi microsoft] Mangle UUIDs correctly...
2013-08-09 David Majnemer[-cxx-abi microsoft] Mangle UUIDs correctly, stick...
2013-08-09 Richard SmithImplement [class.friend]p11's special name lookup rules...
2013-08-09 Jordan Rose[analyzer] Warn when using 'delete' on an uninitialized...
2013-08-09 Daniel Dunbar[tests] Make string encoding issues explicit.
2013-08-09 Daniel Dunbar[tests] Avoid deprecated except syntax.
2013-08-09 Hans Wennborgclang-cl: Support /showIncludes
2013-08-08 Hans Wennborgclang-cl: Map /Oi[-] to -f[no-]builtin
2013-08-08 Fariborz Jahanianunbreak buildbot on Windows.
2013-08-08 Fariborz JahanianObjectiveC migrator: tighten rule about when to
2013-08-08 Fariborz JahanianObjectiveC migration: Handle another special case of
2013-08-08 Hans Wennborgclang-cl: use MS C++ ABI
2013-08-08 Rafael EspindolaFix alignof computation of large arrays on x86_64.
2013-08-08 Reid KlecknerRevert "clang-cl: Hook up /Za to prevent adding oldname...
2013-08-08 Stefanus Du... Add clang_Location_isFromMainFile() to libclang.
2013-08-08 Hans WennborgRemove misleading comment about using cc1 option table.
2013-08-08 Hans Wennborgclang-cl: Hook up /Za to prevent adding oldnames.lib...
2013-08-08 Jordan Rosescan-build: pass -target through to analyzer
2013-08-08 Edwin VaneIntroduce Replacement deduplication and conflict detect...
2013-08-08 Alexey SamsonovFactor out parsing sanitizer arguments to a separate...
2013-08-08 Benjamin KramerRemove unused variable. No functionality change.
2013-08-08 Alexey SamsonovMove SanitizerArgs implementation from .h to .cpp
2013-08-08 Chandler CarruthThe only useful loop unrolling flag to give realistical...
2013-08-08 Richard TrieuSplit the deprecated increment bool warning into a...
2013-08-08 Arnold SchwaighoferRevert r187935 "Support for double width characters."
2013-08-08 Richard TrieuEmit an error for enum increments and decrements in...
2013-08-08 Filipe Cabecinhascatch-undefined-behavior.cpp: Remove names that don...
2013-08-08 Filipe CabecinhasUBSan: Fix naming for IR variables in catch-undef-behav...
2013-08-08 Filipe CabecinhasUBSan: Fix alignment checks emitted in downcasts.
2013-08-08 Hans Wennborgclang-cl: Support the run-time selection options (...
2013-08-07 Alexander KornienkoSupport for double width characters.
2013-08-07 Peter CollingbourneDataFlowSanitizer; Clang changes.
2013-08-07 Hans WennborgFix doxygen function name mismatch.
2013-08-07 Richard SmithPR9992: Serialize and deserialize the token sequence...
2013-08-07 Argyrios Kyrtzidis[PCH] Fix a PCH serialization crash, with invalid code...
2013-08-07 Manuel KlimekFixes a couple of bugs with the Allman brace breaking.
2013-08-07 Rafael EspindolaCorrectly allign arrays on 32 bit systems.
2013-08-07 Fariborz JahanianPatch to fix doxygen trailing comments for ObjectiveC...
2013-08-07 Daniel Jasperclang-format: Fix corner case in OpenMP pragma formatting.
2013-08-07 Jordan RoseEliminate CXXConstructorDecl::IsImplicitlyDefined.
2013-08-07 Rafael EspindolaIndicate success for simple options when clang called...
2013-08-07 Alexey SamsonovDocumentation for sanitizer special case list format...
2013-08-07 Daniel Jasperclang-format: Improve formatting of builder-type calls.
2013-08-07 Hans Wennborgclang-cl: Use .obj as object file extension instead...
2013-08-06 Fariborz JahanianPatch to fix doxygen trailing comments for ObjectiveC...
2013-08-06 Hans Wennborgclang-cl: Implement support for the /Fo option
2013-08-06 Richard TrieuAdd a new warning to -Wloop-analysis to detect suspicio...
2013-08-06 Fariborz JahanianObjectiveC migration: tweak setting of lifetime attribute
2013-08-06 Larisse VoufoUpdate status of support for variable templates on...
2013-08-06 Larisse VoufoA bit of clean up based on peer's feedback...
2013-08-06 Richard SmithPR16755: When initializing or modifying a bitfield...
2013-08-06 Larisse VoufoRemoved hack that was used to properly restore the...
2013-08-06 Larisse VoufoFixing commit r187768: Moved diagnosis of forward decla...
2013-08-06 Richard TrieuFix for PR16570: when comparing two function pointers...
2013-08-06 Larisse VoufoMoved diagnosis of forward declarations of variable...
2013-08-06 NAKAMURA Takumiclang/test/Driver/crash-report.c: Mark it as XFAIL...
2013-08-06 NAKAMURA TakumiAST/DeclTemplate.h: Possibly fix a warning. [-Wuninitia...
2013-08-06 NAKAMURA TakumiSemaTemplateInstantiateDecl.cpp: Suppress a warning...
2013-08-06 Larisse VoufoStarted implementing variable templates. Top level...
2013-08-06 Hans Wennborgclang-cl: Implement the /Tc, /TC, /Tp and /TP options.
2013-08-05 David Majnemer[ms-cxxabi] Properly mangle member pointers
2013-08-05 David Majnemer[ms-cxxabi] Handle template-template arguments
2013-08-05 David Majnemer[ms-cxxabi] Mangle nullptr template arguments
2013-08-05 Daniel JasperAdd option to disable module loading.
2013-08-05 Hans Wennborglit.cfg: better check for MSYS
2013-08-05 Richard SmithImplement C++'s restrictions on the type of an expressi...
2013-08-05 Serge PavlovRegression test for PR12699
2013-08-05 Jordan Rose[analyzer] Clarify that r187624 is a hack and should...
2013-08-05 Craig TopperUse a shuffle with undef elements instead of inserting...
2013-08-05 David MajnemerSema: Don't assume a nested name specifier holds a...
2013-08-04 Timur IskhodzhanovEmit the constructor for abstract classes when using...
2013-08-03 Craig TopperAdd support for passing -1 to __builtin_shufflevector...
2013-08-02 Hans WennborgOptions.td: remove _DASH_DASH
2013-08-02 Fariborz JahanianObjectiveC migrator. Differentiate 'instancetype'
2013-08-02 Bob WilsonOnly use the Darwin linker's -export_dynamic option...
2013-08-02 Hans WennborgRe-commit r187637: "clang-cl: add more options"
2013-08-02 Manuel KlimekImplement Allman style.
2013-08-02 Manuel KlimekFix crash when encountering alias templates in isDerive...
next