]> granicus.if.org Git - clang/shortlog
clang
2013-12-05 Alp Tokerclang-format-diff.py: pass through errors to stderr...
2013-12-05 Richard SmithUpdate C++ status from 'SVN' to 'Clang 3.4' in preparat...
2013-12-05 Richard SmithImplement DR482: namespace members can be redeclared...
2013-12-05 Alp TokerFix comment typo in r196476
2013-12-05 Argyrios Kyrtzidis[objc] If an interface has no initializer marked as...
2013-12-05 Alp TokerCorrect hyphenations in comments and assert messages
2013-12-05 Richard SmithPer [dcl.meaning]p1, a name in an inline namespace...
2013-12-05 Richard TrieuFixed a bad assert from r194968. r194969 removed the...
2013-12-05 Alp TokerAdd an assert to make it clear we're on the first line
2013-12-05 Richard TrieuRemove unused variable.
2013-12-05 Reid KlecknerFix non-MSVC build error in ASTContext::getAdjustedType
2013-12-05 Faisal ValiFix init-captures for generic lambdas.
2013-12-05 David MajnemerParse: Recover better from bad definitions with base...
2013-12-05 Reid KlecknerAdd an AdjustedType sugar node for adjusting calling...
2013-12-05 Mark LaceySimplify the constructor to CodeGenABITypes.
2013-12-05 Richard SmithReject template-ids containing literal-operator-ids...
2013-12-04 Aaron BallmanGiving a Subjects list to DllExport, which allows the...
2013-12-04 Aaron BallmanCommon functionality is already checked within SemaDecl...
2013-12-04 Reid KlecknerFactor duplicated code for TransformTypeInObjectScope
2013-12-04 Faisal ValiFix for PR18052 - Lambdas within NSDMI's and default...
2013-12-04 Aaron BallmanThe MSP430Interrupt attribute does have a sema handler...
2013-12-04 Aaron BallmanGetting rid of some hard-coded strings. No functional...
2013-12-04 Aaron BallmanThis attribute somehow remained nameless in the attribu...
2013-12-04 Rafael EspindolaRemove empty header.
2013-12-04 Fariborz JahanianObjectiveC - Introducing objc_bridge_related attribute
2013-12-04 John ThompsonEnea Zaffanella's fix for the PPCallbacks Elif callback...
2013-12-04 Richard SmithFix indentation.
2013-12-04 Reid Kleckner[ms-cxxabi] Construct and destroy call arguments in...
2013-12-04 David BlaikieFix test case due to r196394 and improve it to not...
2013-12-04 Aaron BallmanWhen parsing ignored attribute arguments, presuming...
2013-12-04 Alexander KornienkoAdded a regression test for the change in r196380
2013-12-04 Alexander KornienkoFix the regression caused by r196378
2013-12-04 Alexander KornienkoLeave constructor initializer lists on one line in...
2013-12-04 NAKAMURA TakumiRevert r196372, "do not warn about unknown pragmas...
2013-12-04 Lubos Lunakdo not warn about unknown pragmas in modes that do...
2013-12-04 Richard Sandiford[SystemZ] Fix handling of pass-by-pointer arguments
2013-12-04 David MajnemerSema: Propagate the mangling number into instantiations
2013-12-04 Kevin Qin[AArch64 NEON] Add ACLE intrinsic vceqz_f64.
2013-12-04 Kevin Qin[AArch64 NEON] Add missing compare intrinsics.
2013-12-04 Serge PavlovFix error recovery in return statement.
2013-12-04 Faisal ValiFix PR17637: incorrect calculation of template paramete...
2013-12-04 NAKAMURA Takumiclang/test: REQUIRES: s/x86-64-registered-target/x86...
2013-12-04 NAKAMURA Takumiclang/test: REQUIRES: s/ppc{32|64}-registered-target...
2013-12-04 NAKAMURA Takumiclang/test/CodeGen/builtins-nvptx.c: Prune "REQUIRES...
2013-12-04 NAKAMURA Takumicheck-clang: Introduce get_llvm_config_props in clang...
2013-12-04 NAKAMURA TakumiAdd newline at eof.
2013-12-04 Richard SmithRemove redundant check.
2013-12-04 Richard SmithFix crash if a dependent template-id was assumed to...
2013-12-04 Alp Tokerclang-format-diff.py: Fix 'beintroduced' in help output
2013-12-04 Richard SmithFix crash if a variable template specialization is...
2013-12-04 Richard SmithFix several crash-on-invalids when using template-ids...
2013-12-03 Argyrios Kyrtzidis[objc] Add a warning when a class that provides a desig...
2013-12-03 Argyrios Kyrtzidis[objc] Emit warning when the implementation of a second...
2013-12-03 Argyrios Kyrtzidis[objc] Emit warnings when the implementation of a desig...
2013-12-03 Argyrios Kyrtzidis[objc] Emit a warning when the implementation of a...
2013-12-03 Argyrios Kyrtzidis[objc] Introduce ObjCInterfaceDecl::getDesignatedInitia...
2013-12-03 Argyrios Kyrtzidis[objc] Introduce attribute 'objc_designated_initializer'.
2013-12-03 Daniel JasperFix corner case in module-based layering warning.
2013-12-03 Hans WennborgCMake: enable building the clang-format vs plugin
2013-12-03 Daniel Jasperclang-format: Improve clang-format's documentation...
2013-12-03 Fariborz JahanianIssue diagnostic when constructor or destructor
2013-12-03 Rafael EspindolaCheck IR on this test.
2013-12-03 Rafael EspindolaCheck IR on this test.
2013-12-03 Rafael EspindolaCheck IR on this test.
2013-12-03 Rafael EspindolaCheck IR on this test.
2013-12-03 Rafael EspindolaCheck IR on this test.
2013-12-03 Rafael Espindolacheck IR in this test
2013-12-03 Rafael Espindolacheck IR in this test.
2013-12-03 Rafael Espindolacheck IR in this test.
2013-12-03 Rafael EspindolaCheck IR in this test.
2013-12-03 Rafael EspindolaCheck IR in this test.
2013-12-03 Rafael EspindolaCheck IR in this test.
2013-12-03 Rafael EspindolaCheck IR instead of assembly in this test.
2013-12-03 Aaron BallmanTypo caught by Alp Toker: s/appertain/appertains
2013-12-03 Alexander KornienkoCreate a separate file for JS-specific unit tests.
2013-12-03 Manuel KlimekPreserve carriage return when using clang-format's...
2013-12-03 Justin BognerParse: Fix references to 'if' that meant 'for', 'do...
2013-12-03 Alp TokerRemove HandleTagDeclDefinition class declaration
2013-12-03 Alp TokerDocumentation typo corrections
2013-12-03 Alp TokerFix method/variable name typos
2013-12-03 Daniel Jasperclang-format: Explicitly set fallback style that is...
2013-12-03 Alp TokerEmit an extension warning when changing system header...
2013-12-03 Hao Liu[AArch64]Add missing floating point convert, round...
2013-12-03 Hao LiuAArch64: add missing ACLE intrinsics mapping to general...
2013-12-03 Jiangning LiuPatch by Ana Pazos.
2013-12-03 Hao Liurevert r196152.
2013-12-03 Alp TokerTest to ensure no old-style-cast warning is emitted...
2013-12-03 Hao LiuAArch64: Add missing scalar pair intrinsics.
2013-12-03 Jiangning LiuAdd some missing AArch64 Neon intrinsics like vuqadd_s6...
2013-12-03 Jiangning LiuAdd some missing AArch64 Neon intrinsics like vmull_hig...
2013-12-03 Dmitri GribenkoMS inline asm: When LLVM called back to Clang to parse...
2013-12-02 Aaron BallmanRefactored the work group-related attributes to use...
2013-12-02 Aaron BallmanSimplifying a test for duplicate vec_type_hint attribut...
2013-12-02 Aaron BallmanThe CUDA device attribute doesn't need custom logic...
2013-12-02 Chad Rosier[AArch64] Implemented vcopy_lane patterns using scalar...
2013-12-02 Chad Rosier[AArch64] Add missing NEON scalar floating-point to...
2013-12-02 Manman RenDebug Info: Move the constant for Debug Info Version...
2013-12-02 Manman RenExpand comments for Debug Info Version.
2013-12-02 Aaron BallmanRectifying style issues with generated code. No functio...
2013-12-02 Aaron BallmanAutomate attribute language option checking by specifyi...
next