]> granicus.if.org Git - clang/shortlog
clang
2013-07-19 Fariborz JahanianFixes an ObjC migrator crash when last decl
2013-07-19 Roman DivackyThis patch implements __get_cpuid_max() as an inline...
2013-07-19 Richard Sandiford[SystemZ] Add -march= command-line option
2013-07-19 Richard Sandiford[SystemZ] Enable frame-pointer elimination for -O1...
2013-07-19 Alexey SamsonovRevert r186672 - turns out ASan supports Mac OS 10...
2013-07-19 Alexey Samsonov[ASan] Reflect the dropped Mac OS 10.6 support in docs
2013-07-19 Manuel KlimekAllow clang tools to display an overview when using...
2013-07-19 Manuel KlimekAdds overlapsWith and contains predicates on tooling...
2013-07-19 Manuel KlimekAdds ctorInitializer and forEachConstructorInitializer...
2013-07-19 NAKAMURA TakumiStmtOpenMP.h: Prune a stray \param in the comment of...
2013-07-19 NAKAMURA TakumiStmtOpenMP.h: Fix bogus \param(s). [-Wdocumentation]
2013-07-19 Daniel JasperImprove clang-format vim integration.
2013-07-19 Timur IskhodzhanovSimplify the CodeGenFunction::Build*Virtual*Call family...
2013-07-19 Craig TopperRemove trailing whitespace.
2013-07-19 Craig TopperRemove unnecessary IsFirst variable from debug codde...
2013-07-19 Alexey BataevOpenMP: basic support for #pragma omp parallel
2013-07-19 Fariborz JahanianObjectiveC migrator: add support to migrate to
2013-07-19 Jordan Rose[analyzer] Include analysis stack in crash traces.
2013-07-19 Eric ChristopherUpdate createCompileUnit call for llvm changes.
2013-07-18 Eli FriedmanFix crash-on-invalid with inheriting constructor.
2013-07-18 Eli FriedmanClean up diagnostics for inheriting constructors.
2013-07-18 Alexander KornienkoAdded -lines X:Y option to specify line range to proces...
2013-07-18 Fariborz JahanianObjectiveC migrator: Remove semicolon after the typedef
2013-07-18 Hans WennborgAddress -Wreorder warning in Driver.cpp
2013-07-18 Hans WennborgTurn Driver::CCCIsCXX and CCCIsCPP into a single Mode...
2013-07-18 Fariborz JahanianObjectiveC migration. migration to NS_ENUM/SN_OPTION
2013-07-18 Reid Kleckner[Driver] Use LLVM's response file parser because it...
2013-07-18 Samuel BenzaquenSeparate the notion of 'context' when recursing down...
2013-07-18 Aaron BallmanChanged declarations from Attr to InheritableAttr as...
2013-07-18 Aaron BallmanSwitching to use checkAttributeNumArgs for trivial...
2013-07-18 Aaron BallmanTest contents were somehow duplicated, resulting in...
2013-07-18 Aaron BallmanReplacing a morally duplicate diagnostic by adding...
2013-07-18 Daniel Jasperclang-format: Fix bad line break with pointers to members.
2013-07-18 Manuel KlimekFix crash in libclang if code completion is used with...
2013-07-18 Aaron BallmanRemoved a parameter from handleAttrWithMessage to make...
2013-07-18 JF BastienFix volatile _Complex alignment test on platforms where...
2013-07-18 Adrian Prantls/BuiltinLocation/ArtificialLocation/
2013-07-18 Eric ChristopherInstead of checking against some version of "isType...
2013-07-18 Adrian PrantlFix a compile error caught by bb-chapuni.
2013-07-18 Adrian PrantlFix a compile error caught by bb-chapuni.
2013-07-18 Adrian PrantlDon't generate bogus line table entries for __copy_help...
2013-07-18 Adrian PrantlReplace llvm::DIBuilder::DisableDebugLocations() with...
2013-07-18 Adrian PrantlClarified documentation.
2013-07-18 Adrian PrantlSimplify logic by using the appropriate function.
2013-07-18 John ThompsonAdd condition expression result to if and elif callbacks.
2013-07-17 Richard SmithReinstate r186040, with additional fixes and more test...
2013-07-17 Eric Christopher80-column fixes.
2013-07-17 Robert WilhelmEven more code conformance.
2013-07-17 Reid KlecknerMS wide bitfield error check in Sema
2013-07-17 Daniel Jasperclang-format: Add space in corner case.
2013-07-17 David BlaikieConstify Replacements parameter to applyAllReplacements.
2013-07-17 Jean-Daniel... Improve idiomatic-parentheses by checking method family...
2013-07-17 NAKAMURA TakumiSemaDeclCXX.cpp: Dissolve a ligature "fi" in comment.
2013-07-17 Enea ZaffanellaFixed source range of C++03 access declarations.
2013-07-17 Jordan Rose[analyzer] Handle C++11 member initializer expressions.
2013-07-17 Jordan Rose[analyzer] Handle C string default values for const...
2013-07-17 Jordan Rose[analyzer] Treat std::initializer_list as opaque rather...
2013-07-17 Hans WennborgOption parsing tables: remove some unnecessary #defines
2013-07-17 Daniel JasperImprove line breaking before multi-line strings.
2013-07-17 Samuel BenzaquenAdd TemplateArgument related matchers to the registry.
2013-07-17 Samuel BenzaquenAdd CXXCtorInitializer related matchers to the dynamic...
2013-07-17 Timur IskhodzhanovReplace TEST* with CHECK-DAG in vbtable tests
2013-07-17 Pavel Labath[analyzer] Add very limited support for temporary destr...
2013-07-17 NAKAMURA Takumiclang/test/CodeGen/volatile-complex.c: Loosen CHECKs...
2013-07-17 JF BastienPropagate alignment for _Complex
2013-07-17 Rafael EspindolaUse the simpler is_directory.
2013-07-17 Fariborz JahanianMore code conformance.
2013-07-17 Fariborz JahanianObjectiveC migrator: When adding conforming protocol,
2013-07-16 Alexander KornienkoAvoid breaking non-trailing block comments.
2013-07-16 Fariborz JahanianFollow coding convention in argument decl.
2013-07-16 Eli FriedmanMake Expr::isConstantInitializer match IRGen.
2013-07-16 Argyrios Kyrtzidis[arcmt] Remove some dead code.
2013-07-16 Fariborz JahanianObjectiveC migrator. If a class implements a protocol's
2013-07-16 Alexander KornienkoDon't break line comments with escaped newlines.
2013-07-16 Daniel Jasperclang-format: Improve handling of unterminated string...
2013-07-16 Eli FriedmanFix crash on complex constant zero.
2013-07-16 Rafael EspindolaUpdate for llvm API change.
2013-07-16 Fariborz JahanianObjectiveC migration: complete migrating class
2013-07-16 Hans WennborgFileCheckize test/Driver/immediate-options.c
2013-07-16 Craig TopperFix formatting. No functional change.
2013-07-16 Daniel JasperRevamp the formatting of C++11 braced init lists.
2013-07-16 Samuel BenzaquenAdd more types to ASTNodeKind. Refactor common instanti...
2013-07-16 Fariborz JahanianThis patch removes unused parameter allProperties and...
2013-07-16 Manuel KlimekRemove unnecessary assignment.
2013-07-16 Manuel KlimekFixes another hard to test problem with iterator invali...
2013-07-16 Daniel Jasperclang-format: Improve detection of function types.
2013-07-16 Tim NorthoverFix test on release builds.
2013-07-16 Tim NorthoverARM: implement low-level intrinsics for the atomic...
2013-07-16 Serge PavlovLimit number of bits in size representation so that...
2013-07-16 Craig TopperAdd 'const' qualifiers to static const char* variables.
2013-07-16 Eli FriedmanMerge attributes on typedef decls.
2013-07-16 Eli FriedmanFix alignment of class derived from empty class.
2013-07-16 Fariborz JahanianObjC migrator: build conforming interface
2013-07-16 Eli FriedmanFix member refs with using decl + anonymous union.
2013-07-15 David BlaikieTest case for r18266 (serialization support for TagDecl...
2013-07-15 Fariborz JahanianObjC migrator: finding conforming protocol
2013-07-15 Kaelyn UhrainFix a typo in the diagnostic note added in r186342.
2013-07-15 Kaelyn UhrainMove the "->" to "." fixit from r186128 into a separate...
2013-07-15 Samuel BenzaquenAdd support for type traversal matchers.
2013-07-15 Chandler CarruthRe-revert r86040, which was un-reverted in r186199.
next