]> granicus.if.org Git - clang/shortlog
clang
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...
2013-08-02 Fariborz JahanianObjectiveC migrator: Add another family of factory
2013-08-02 Matt ArsenaultFix missing * making the C++ mode thing not work
2013-08-02 Hans WennborgCC1: Only parse command-line options that have the...
2013-08-02 Fariborz JahanianObjectiveC migrator: Fixes public buildbot failures,
2013-08-02 Fariborz Jahanianrevert patch I added in r187655. It still breaks public
2013-08-02 Fariborz JahanianObjectiveC migration. Check-in patch reverted in r187634.
2013-08-02 Rafael EspindolaConvert last use of st_dev in clang.
2013-08-02 Tim NorthoverRemove rather oddly merged logic from AArch64 commit.
2013-08-02 Daniel Jasperclang-format: Fix string breaking after "<<".
2013-08-02 Alexey SamsonovAssume UniqueID is zero for invalid PPRegion to fix...
2013-08-02 Craig TopperFix indentation. No functional change.
2013-08-02 Hans WennborgRevert r187537 "clang-cl: add more options"
2013-08-02 Richard SmithWhen merging redeclaration chains across modules, if...
2013-08-02 Hans Wennborgclang-cl: add more options
2013-08-02 Rafael EspindolaRevert "ObjectiveC migrator. Migrate to instancetype...
2013-08-01 Rafael EspindolaRevert "If -fslp-vectorize or -fno-slp-vectorize are...
2013-08-01 Daniel Jasperclang-format: Operator precendence in ObjC method exprs.
2013-08-01 Nadav RotemIf -fslp-vectorize or -fno-slp-vectorize are given...
2013-08-01 Fariborz JahanianObjectiveC migrator. Migrate to instancetype return...
next