]> granicus.if.org Git - clang/shortlog
clang
2013-09-11 Alexander KornienkoSupport for CR LF newlines.
2013-09-11 Timur IskhodzhanovFix the ASan dll_thunk path
2013-09-11 Benjamin KramerSimplify code with the in place path::native. No functi...
2013-09-11 Daniel JasperSplit -Wunused-variable warning.
2013-09-11 Daniel Sanders[mips][msa] Corrected the definition of the dotp_[su...
2013-09-11 NAKAMURA TakumiSemaTemplateDeduction.cpp: Prune two stray \param(s...
2013-09-11 Benjamin KramerRemove unused diagnostics.
2013-09-11 Daniel JasperSupport for modular module-map-files
2013-09-11 Craig TopperFix a bug where -msse followed by -mno-sse would leave...
2013-09-11 David Majnemer[-cxx-abi microsoft] Canonicalize array parameters...
2013-09-11 Rui UeyamaDo not quote YAML plain string myself. Let YAMLIO do...
2013-09-11 Eli Friedmanvolatile types are not trivially copyable.
2013-09-11 Eli FriedmanFix test.
2013-09-11 Eli FriedmanFix is_trivially_constructible preconditions.
2013-09-11 Nick LewyckyDisable the bool and enum sanitizers when emitting...
2013-09-11 Aaron BallmanThe cleanup attribute no longer uses an unresolved...
2013-09-11 Richard SmithPR17075: When performing partial ordering of a member...
2013-09-11 Nico RieckAdd -fansi-escape-codes option
2013-09-11 Eli FriedmanGet rid of unused isPodLike definition.
2013-09-11 Eli FriedmanRemove unused class.
2013-09-10 DeLesley HutchinsFix ICE in consumed analysis when CFG is null.
2013-09-10 Eli FriedmanRemove unused variable.
2013-09-10 Richard SmithgetMostSpecialized for function template sets is never...
2013-09-10 Eli FriedmanAdd unused markings to suppress warnings.
2013-09-10 Reid KlecknerIgnore noreturn when checking function template special...
2013-09-10 Richard SmithPR5683: Issue a warning when subtracting pointers to...
2013-09-10 Eli FriedmanFix regression from r190382.
2013-09-10 Hans WennborgFix cl-link.c test failure on Mac platforms
2013-09-10 Reid Kleckner[ms-cxxabi] Mangle dynamic initializer stubs the same...
2013-09-10 Hans WennborgRemove Windows line-endings in two clang-cl test files.
2013-09-10 Hans Wennborgclang-cl: Support building DLLs (PR17083)
2013-09-10 Reid Kleckner[ms-cxxabi] Implement guard variables for static initia...
2013-09-10 Fariborz JahanianObjectiveC migrator: rename inferred isXXX property,
2013-09-10 Hans WennborgAllow _clang-format as alternative to .clang-format...
2013-09-10 Alexander KornienkoDon't divide L and #x in macro definitions. Fixes http...
2013-09-10 Alexander KornienkoCorrectly calculate OriginalColumn after multi-line...
2013-09-10 Daniel Jasperclang-format: Understand function type typedefs with...
2013-09-10 Daniel Sanders[mips][msa] Removed unsupported dot product instruction...
2013-09-10 Alexander KornienkoCalculate and store ColumnWidth instead of CodePointCou...
2013-09-10 Alexey SamsonovDelete unused static class members
2013-09-10 Stepan DyatkovskiyRejected 190391, due to failures on clang-x86_64-darwin...
2013-09-10 Stepan DyatkovskiyFix for PR16752. Second commit.
2013-09-10 David TweedFix minor coding style issue in r190296 pointed out...
2013-09-10 Craig TopperSeparate popcnt and sse4.2 feature control somewhat...
2013-09-10 Nick LewyckyGenerate code for the move assignment operator using...
2013-09-10 Eli FriedmanMake -Wunused warning rules more consistent.
2013-09-10 Hans Wennborgclang-cl: use -fdiagnostics-format=msvc by default
2013-09-10 Reid KlecknerIgnore calling conventions when checking function templ...
2013-09-09 Fariborz JahanianObjectiveC migrator. Do not infer NS_RETURNS_INNER_POINTER
2013-09-09 Aaron BallmanAttempting to unbreak the makefile-base builds.
2013-09-09 Aaron BallmanAdding a FIXME based on feedback from Richard Smith.
2013-09-09 Aaron BallmanAttribute tablegen now understands that attribute argum...
2013-09-09 Matt Beaumont-GayFix a crash introduced in r189828.
2013-09-09 Fariborz JahanianModern ObjectiveC translator. Fix translation of
2013-09-09 Sean Silva[docs] Prominently note modules are experimental.
2013-09-09 Sean Silva[docs] End users should see just "Clang"
2013-09-09 Sean Silva[docs] Fix Sphinx toctree warning.
2013-09-09 Sean Silva[docs] Fix some finicky Sphinx warnings.
2013-09-09 Sean Silva[docs] Typographical and rewording fixes.
2013-09-09 Hans Wennborgclang-cl: parse (but don't support) the /o flag
2013-09-09 Ted KremenekMove checker downloads to llvm.org.
2013-09-09 Richard SmithC++ modules: if a class is defined in multiple modules...
2013-09-09 Benjamin KramerCGDebugInfo: Hoist string allocation in a helper functi...
2013-09-09 Benjamin KramerSema: Don't crash on visibility attributes with an...
2013-09-09 Benjamin KramerFix constructor-related typos.
2013-09-09 Aaron BallmanSilencing an MSVC warning about an empty control statem...
2013-09-09 Aaron BallmanRemoving the endian attribute and updating associated...
2013-09-09 David TweedCommit 190296 missed out the tests; add them now. Note...
2013-09-09 David TweedThe OpenCL standard specifies the sizes and alignments...
2013-09-09 Stepan DyatkovskiyAdditional fix for PR16752 and for commit 190044:
2013-09-09 Richard SmithC++ modules: fix a bug where loading a declaration...
2013-09-09 Bill WendlingUpdate to the new API interface which requires the...
2013-09-09 Jiangning LiuImplement aarch64 neon instruction set AdvSIMD (3V...
2013-09-08 Renato GolinAdding cross-compilation instructions to Clang
2013-09-08 Daniel Jasperclang-format: Keep empty lines and format 1-line nested...
2013-09-08 Manman RenDebug Info: pass in DIScope instead of DIDescriptor...
2013-09-07 David MajnemerCorrect typo.
2013-09-07 Enea ZaffanellaFixed bug in call to CXXTemporaryObjectExpr ctor.
2013-09-07 Sylvestre Ledruadd OCLint to the list of projects based on clang
2013-09-07 Sylvestre Ledruadd he 'include what you use' project
2013-09-07 Sylvestre Ledruremove the description about clang & llvm in the freebs...
2013-09-07 Sylvestre Ledruabout the debian effort to rebuild the archive with...
2013-09-07 Sylvestre LedruClang event are now part of the llvm events. Add a...
2013-09-07 Sylvestre LedruUpdate the link to the current code coverage reports...
2013-09-07 David Majnemer'return' before 'else' is bad style
2013-09-07 David MajnemerAST: __uuidof should leak through templated types
2013-09-07 Enea ZaffanellaFix missing source location in CXXTemporaryObjectExpr...
2013-09-06 Fariborz JahanianObjectiveC migrator: When inferring a property,
2013-09-06 Hal FinkelReorder libm LIBBUILTIN definition groups
2013-09-06 Hal FinkelReorder libm LIBBUILTIN definitions
2013-09-06 Hal FinkelAdd the missing "n" to libm LIBBUILTIN definitions
2013-09-06 Richard SmithRemove error-prone 'list initialization' flag from...
2013-09-06 Daniel Jasperclang-format: Fix regression introduced by r190038.
2013-09-06 Daniel Jasperclang-format: Format typed enums with nested names.
2013-09-06 Daniel Jasperclang-format: Don't confuse operator[] with lambdas.
2013-09-06 Eli FriedmanPreserve exception specs in function decl merging.
2013-09-06 David BlaikieUnbreak the Clang -Werror build after r190183.
2013-09-06 Hans Wennborgclang-cl: ignore /RTC options (PR17129)
2013-09-06 Eric ChristopherAdd Intrin.h to the cmake files.
2013-09-06 Manman RenDebug Info: Update testing case.
next