]> granicus.if.org Git - clang/shortlog
clang
2013-09-13 David TweedA buildbot compiling with strict error on unused variab...
2013-09-13 David TweedCertain multi-platform languages, such as OpenCL, have...
2013-09-13 Amaury de la... Add "native" to config.available_features, to make...
2013-09-13 Daniel Jasperclang-format: Detect braced lists in subscript expressions.
2013-09-13 David Majnemer[-cxx-abi microsoft] Mangle user defined entry points...
2013-09-13 Daniel Jasperclang-format: Fix incorrect enum parsing / layouting.
2013-09-13 David Majnemer[-cxx-abi microsoft] Mangle declarations inside extern "C"
2013-09-13 David MajnemerCHECK -> CHECK-DAG
2013-09-13 Richard TrieuRefactor the uninitialized field visitor. Also moved...
2013-09-13 James DennettDocumentation: Doxygen-ification of existing docs for...
2013-09-13 James DennettDocumentation cleanup: Fixing \brief comments, migratin...
2013-09-13 Jordan RoseFix two incorrect comments.
2013-09-13 Jordan Rose[analyzer] Fix copy-paste error in internal docs.
2013-09-13 Jordan Rose[analyzer] Run post-stmt checks for DeclStmt.
2013-09-12 Hal FinkelRestore the sqrt -> llvm.sqrt mapping in fast-math...
2013-09-12 Nick LewyckyFix typo in llvm_unreachable string.
2013-09-12 Richard SmithPR13657 (and duplicates):
2013-09-12 Eli FriedmanFix regression from r190427.
2013-09-12 Michael HanAdd a test case to test RAV visits parameters of implic...
2013-09-12 Richard SmithPR16054: Slight strengthening for -Wsometimes-uninitial...
2013-09-12 Hans WennborgMove the execution code from Compilation::ExecuteComman...
2013-09-12 Hans WennborgMove Compilation::PrintJob and PrintDiagnosticJob into...
2013-09-12 Jordan Rose[CMake] Put controversial always-recheck-revision-numbe...
2013-09-12 Joey GoulyFix the MCTargetAsmParser API change.
2013-09-12 Argyrios Kyrtzidis[libclang] In clang_getLocation, check that the provide...
2013-09-11 Argyrios KyrtzidisFix the end-location of a CXXTemporaryObjectExpr when...
2013-09-11 Jordan Rose[CMake] Fix repository version checking dependencies...
2013-09-11 NAKAMURA Takumiclang/test/FixIt/fixit-unicode-with-utf8-output.c:...
2013-09-11 Jordan Rose[CMake] Always include the Clang repo version, just...
2013-09-11 Fariborz JahanianObjectiveC migration. NS_RETURNS_NOT_RETAINED is the...
2013-09-11 Daniel Jasperclang-format: Fix bug in pointer detection
2013-09-11 Aaron BallmanTablegen now generates a StringSwitch for attributes...
2013-09-11 Fariborz JahanianObjectiveC migrator. Modify inferred property name
2013-09-11 Alexander KornienkoTest for correct usage of columnWidth in clang fixit...
2013-09-11 Roman DivackyClarify the status of PowerPC support.
2013-09-11 Fariborz JahanianObjectiveC migrator. methods which look like a getter and
2013-09-11 Serge PavlovAdded regression tests.
2013-09-11 Jordan Rose[analyzer] Handle zeroing constructors for fields of...
2013-09-11 Hans Wennborgclang-cl: Warn about overriding /MD with /MT etc.
2013-09-11 Michael HanTeach RAV to visit parameter variable declarations...
2013-09-11 Robert Lyttonfix xcore-opts.c test
2013-09-11 Aaron BallmanAdding some additional test cases for the cleanup attri...
2013-09-11 Evgeniy StepanovFix 2 cases of uninitialized reads of an invalid Presum...
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.
next