]> granicus.if.org Git - clang/shortlog
clang
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.
2013-09-06 Alexey BataevOpenMP: Data-sharing attributes analysis and clause...
2013-09-06 Alexander KornienkoDon't remove trailing escaped newline from line comments.
2013-09-06 Hans WennborgRemove unused method Job::AddCommand.
2013-09-06 Jordan Rose[analyzer] SATestBuild: strip trailing newlines from...
2013-09-06 Sylvestre LedruFollow up on commit r190159. Also test the KFreeBSD...
2013-09-06 Sylvestre LedruAdd a test for the KFreeBSD define (#define __FreeBSD_k...
2013-09-06 David TweedOpenCL allows the (pre/post)-(increment/decrement)...
2013-09-06 Daniel Jasperclang-format: Fix regression introduced by r189353.
2013-09-06 Pavel LabathAvoid double edges when constructing CFGs
2013-09-06 Daniel Jasperclang-format: Fix regression introduced by r189337.
2013-09-06 Daniel Jasperclang-format: Fix comment formatting bugs in nested...
2013-09-06 David BlaikiePR17046, PR17092: Debug Info assert-on-valid due to...
2013-09-06 Eli FriedmanAdd self-comparison warnings for fields.
2013-09-06 David BlaikieConsumed Analysis: The 'consumable' attribute now takes...
2013-09-06 Richard SmithWhen creating an implicit conversion sequence for a...
2013-09-06 Eli FriedmanReduce stack usage of TreeTransform.
2013-09-06 Richard SmithC++11 attributes after 'constructor-name (' unambiguous...
2013-09-05 Eli FriedmanImprove error for "override" + non-virtual func.
2013-09-05 Eli FriedmanAdd a bit more info to modules fatal error.
2013-09-05 Fariborz JahanianObjectiveC migrator: tighten the rules for when
2013-09-05 Reid Klecknermanual: Fix RST reference to MS extension support
2013-09-05 Eli FriedmanFix regression from r190016.
2013-09-05 Manman RenDebug Info: Update testing case.
2013-09-05 Douglas GregorUnbreak build with libc++, whose std::list<T> requires...
2013-09-05 James DennettMark lambda closure classes as being implicitly-generated.
2013-09-05 Fariborz JahanianObjectiveC modern translator: fix up generated fast...
2013-09-05 Hans Wennborgclang-cl: Use .obj as extension for unnamed object...
2013-09-05 Daniel JasperAdd ATTRIBUTE_UNUSED to silence unused-function warning...
2013-09-05 Manuel KlimekFixes PR 17106 (explicitly typed enums are formatted...
2013-09-05 Alexander KornienkoHandle zero-width and double-width characters in string...
2013-09-05 Sylvestre LedruFix the profile of the function (fix commit 190048)
2013-09-05 Sylvestre LedruFix bug #17104 - Target info for GNU/kFreeBSD were...
2013-09-05 Daniel Jasperclang-format: Quickfix for braced init lists detected...
2013-09-05 Stepan DyatkovskiyAdd new methods for TargetInfo:
2013-09-05 Daniel JasperAddress post-commit review comments from r190038.
2013-09-05 Chandler CarruthSupport suppressing unused arguments warnings as a...
2013-09-05 Daniel Jasperclang-format: Fix parsing and indenting lambdas.
2013-09-05 Daniel Jasperclang-format: Enable formatting of nested blocks.
2013-09-05 Pavel Labath[analyzer] Restructure a test file
2013-09-05 Manuel KlimekMake error text if clang-format is not on the system...
2013-09-05 Richard TrieuFor "expected unqualified-id" errors after a double...
2013-09-05 Eli FriedmanAdd specific warning flags for GNU ext in lexer.
2013-09-05 Eli FriedmanNote when a decl is used in AST files.
2013-09-04 Richard SmithPR17103: Scoped enumerations with signed integer types...
next