]> granicus.if.org Git - clang/shortlog
clang
2013-07-09 NAKAMURA Takumic-index-test/CMakeLists.txt: Suggest -isystem to includ...
2013-07-09 NAKAMURA Takumic-index-test/Makefile: Use -isystem instead of -I on...
2013-07-09 Daniel JasperFix alignment of closing brace in braced initializers.
2013-07-09 Daniel JasperFormat overloaded operators like other functions.
2013-07-09 Anna Zaks[analyzer] Fixup for r185609: actually do suppress...
2013-07-09 Eli FriedmanFix recovery for missing * in objc property.
2013-07-09 Richard SmithDon't give # and ## special treatment when in -traditio...
2013-07-09 Richard SmithGeneralize hack allowing 'const' in __has_attribute...
2013-07-08 Eli FriedmanFix crash typo-correcting dependent member func.
2013-07-08 Fariborz JahanianObjC migration: more test for migration to
2013-07-08 Kaelyn UhrainAttempt typo correction for function calls with the...
2013-07-08 Kaelyn UhrainMake a couple of useful typo correction callbacks more...
2013-07-08 Fariborz JahanianObjC migration: Skip over setter/getter with attributes
2013-07-08 Fariborz Jahanian[Objective-C migrator] replace candidate user setter...
2013-07-08 Eli FriedmanFix Sema for compares with _Atomic vars.
2013-07-08 Daniel JasperFix incorrect incorrect cast identification in clang...
2013-07-08 Enea ZaffanellaFixed testcase failing under MS by adding "-fno-delayed...
2013-07-08 Daniel JasperReformat clang-format's source files after r185822...
2013-07-08 Daniel JasperPrefer similar line breaks.
2013-07-08 Manuel KlimekFix use of invalidated iterator bug in AST match finder.
2013-07-08 Alexander KornienkoFix for corner cases in code handling leading "* "...
2013-07-08 NAKAMURA Takumiclang/include/clang/AST/ExprCXX.h:260:5: Fix a warning...
2013-07-08 NAKAMURA Takumiclang/test/Index/comment-custom-block-command.cpp:...
2013-07-08 James DennettDocumentation cleanup for include/clang/AST/ExprCXX.h.
2013-07-08 NAKAMURA Takumiclang/test/Misc/permissions.cpp: Suppress this on MSYS...
2013-07-08 NAKAMURA Takumiclang/test/CodeGen/2008-01-25-ByValReadNone.c: Add...
2013-07-08 NAKAMURA TakumiAST/SourceLocationTest.cpp: Appease MS hosts to suppres...
2013-07-08 Craig TopperSimplify code. No functional change.
2013-07-08 Craig TopperIntroduce a typedef for the type of NewlyDeducedPacks...
2013-07-08 Craig TopperRemove 'else' after 'return'
2013-07-08 Craig TopperFunction argument formatting fixes. No functional change.
2013-07-08 Craig TopperFunction argument formatting fixes.
2013-07-08 Craig TopperUse SmallVectorImpl::reverse_iterator instead of SmallV...
2013-07-07 David MajnemerSema: Do not merge new decls with invalid, old decls
2013-07-07 Enea ZaffanellaFixed source range for functional cast and unresolved...
2013-07-07 Richard SmithRename test to match C++1y paragraph number per N3690...
2013-07-07 James DennettDocumentation cleanup for include/clang/AST/DeclCXX...
2013-07-06 Enea ZaffanellaFixed source location info for UnaryTransformTypeLoc...
2013-07-06 Fariborz JahanianObjective-C: Warn when fast enumeration variable isn...
2013-07-06 Sylvestre LedruRemove some useless declarations (found by scan-build)
2013-07-06 David MajnemerSema: Fix a crash when main is redeclared as a function...
2013-07-06 Nick LewyckyUpdate test for change in r185735.
2013-07-05 Fariborz JahanianRemove referece type onproperty of abstract
2013-07-05 Fariborz Jahanian[comment parsing]: Removes an unsafe API whose
2013-07-05 Rafael EspindolaUse llvm::sys::fs::createUniqueFile.
2013-07-05 Argyrios Kyrtzidis[libclang] Add the new function to libclang.exports
2013-07-05 Fariborz Jahanian[objc migrator]: More knobs to do migration to
2013-07-05 Argyrios Kyrtzidis[libclang] Introduce clang_Cursor_isObjCOptional, which...
2013-07-05 Eli FriedmanDon't use mangleCXXRTTIName in TBAA for C code.
2013-07-05 Rafael EspindolaUse llvm::sys::fs::createTemporaryFile.
2013-07-05 Craig TopperUse SmallVectorImpl& for function arguments instead...
2013-07-05 Eli FriedmanFix regression from r185450.
2013-07-05 Fariborz JahanianObjective-C: diagnose when synthesizing an ivar of
2013-07-05 Benjamin KramerAdd a test case for r185707/PR16547.
2013-07-05 Rafael EspindolaFix PR16547.
2013-07-05 Rafael EspindolaWe don't need to check for windows' error codes in...
2013-07-05 Daniel JasperFix formatting for allocation of new pointer variables.
2013-07-05 Daniel JasperImprove detection for preventing certain kind of format...
2013-07-05 Daniel JasperDon't break after a "(" following a binary operator.
2013-07-05 David MajnemerSema: Call IgnoreParens fewer times in CheckAddressOfOp...
2013-07-05 Craig TopperUse typedef for Densemap contraining SmallVector passed...
2013-07-05 Craig TopperAdd typedefs for Densemaps containing SmallVectors...
2013-07-05 Rafael EspindolaUse the new --crash option in commands that are expecte...
2013-07-04 James DennettAdd some more documentation on how to navigate from...
2013-07-04 James DennettMinor documentation cleanup
2013-07-04 Roman DivackyAdd test for r185584.
2013-07-04 Rafael EspindolaRequire a shell for this test.
2013-07-04 Rafael EspindolaAdd 'not' to commands that are expected to fail.
2013-07-04 Rafael EspindolaLooks like {{.*}} doesn't match the empty string. Fix...
2013-07-04 Rafael EspindolaRelax pattern to accept a signext on ppc64.
2013-07-04 Rafael EspindolaReplace 'grep foo | count 0' with 'not grep foo'.
2013-07-04 Rafael EspindolaRemove test for the old debug format which was XFAILed...
2013-07-04 Rafael EspindolaConvert test to FileCheck.
2013-07-04 Rafael EspindolaAdd missing expected-warning.
2013-07-04 Rafael EspindolaRemove more unused uses of -verify.
2013-07-04 Rafael EspindolaRemove unused -verify.
2013-07-04 Alexander KornienkoFixed typo: NoneComment -> NonComment, no other changes.
2013-07-04 Rafael Espindolaclang -cc1 has no -fno-unit-at-a-time or -funit-at...
2013-07-04 Rafael EspindolaUse a clang -cc1 option instead of -m32 and remove...
2013-07-04 Rafael EspindolaRemove tcl quotes.
2013-07-04 Rafael EspindolaConvert test to FileCheck.
2013-07-04 Rafael EspindolaReplace void with int to make this a valid C++ file.
2013-07-04 Rafael EspindolaRemove old test.
2013-07-04 Rafael EspindolaRemove old test.
2013-07-04 Rafael EspindolaClang has no nested function support. Delete this test.
2013-07-04 Craig TopperUse SmallVectorImpl::const_iterator instead of SmallVec...
2013-07-04 Alexander KornienkoAdded AlwaysBreakBeforeMultilineStrings option.
2013-07-04 Richard SmithAdd test for PR4997. This has been fixed for a while.
2013-07-04 Richard SmithTestcase for PR14130, which was probably fixed by r183859.
2013-07-04 Craig TopperAdd a space between closing template '>' to unbreak...
2013-07-04 Craig TopperUse SmallVectorImpl instead of SmallVector for iterator...
2013-07-04 Anna Zaks[analyzer] Suppress reports reported in std::list
2013-07-04 Anna Zaks[analyzer] Make sure that inlined defensive checks...
2013-07-04 Richard SmithPart of PR15673: If a function template has a default...
2013-07-04 Richard TrieuImprove -Wlogical-not-parentheses to catch when the...
2013-07-04 Fariborz Jahanian[ObjectiveC migrator] relax the rules for setter/getter
2013-07-04 Richard SmithPR16480: Reimplement token-caching for constructor...
2013-07-03 Fariborz JahanianMinor refactoring of my last patch.
2013-07-03 Fariborz Jahanian[ObjectiveC Migration]: Provide knobs for
2013-07-03 Roman DivackyCheck LongDoubleFormat instead of just Width as this...
next