]> granicus.if.org Git - clang/shortlog
clang
2013-03-25 NAKAMURA Takumiclang/test/Index/crash-recovery-code-complete.c: Mark...
2013-03-25 Douglas Gregor<rdar://problem/13395022> Strip references when extract...
2013-03-25 Douglas Gregor<rdar://problem/13185264> Don't crash when attempting...
2013-03-25 Matt Beaumont-GayFix layering violation harder.
2013-03-25 Douglas Gregor<rdar://problem/13358795> Teach CMake to check Subversi...
2013-03-25 Ted KremenekFix testcase.
2013-03-25 Ted KremenekFor printf checking, handle nested typedefs for darwin...
2013-03-25 Douglas Gregor<rdar://problem/13459871> Allow forward declaration...
2013-03-25 Douglas GregorRemove local path from test.
2013-03-25 Douglas GregorUse <time.h> rather than <sys/time.h>
2013-03-25 Douglas GregorUse xargs rather than
2013-03-25 Matt Beaumont-GayFix a layering violation introduced in r177705.
2013-03-25 Douglas GregorUse 'touch -t', which both BSD and Linux support.
2013-03-25 Nick LewyckyTry harder to be signal-safe inside our signal handler...
2013-03-25 Douglas Gregor<rdar://problem/13434605> Periodically prune the module...
2013-03-25 Nick LewyckyCorrect indentation. No functionality change.
2013-03-25 Bill WendlingEmit an error message instead of crashing when derefere...
2013-03-25 Chad RosierIR-gen should not generate an MMX types unless the...
2013-03-25 Anna Zaks[analyzer] Set concrete offset bindings to UnknownVal...
2013-03-25 Fariborz JahanianAdded PR number for failing win64 tests.
2013-03-25 Daniel JasperRe-add clang-format tests to clang/test.
2013-03-25 Anton Yartsev[analyzer] Adds cplusplus.NewDelete checker that check...
2013-03-24 Jordan Rose[analyzer] Teach ConstraintManager to ignore NonLoc...
2013-03-24 Benjamin KramerSimplify code. No functionality change.
2013-03-24 Rafael EspindolaReject -no-integrated-as on windows.
2013-03-24 Guy BenyeiGenerate metadata to implement the -cl-kernel-arg-info...
2013-03-24 Benjamin KramerDon't actually invoke codegen in driver test.
2013-03-23 Nadav RotemMake clang to mark static stack allocations with lifeti...
2013-03-23 Bob WilsonRevert svn r176894 and r177658.
2013-03-23 John McCallUnder ARC, when we're passing the address of a strong...
2013-03-23 Richard TrieuStrip off local qualifiers when converting from RecordT...
2013-03-23 Jordan Rose[analyzer] Teach constraint managers about unsigned...
2013-03-23 Jordan Rose[analyzer] Loc-Loc operations (subtraction or compariso...
2013-03-23 Jordan Rose[analyzer] CmpRuns.py: Accept single files as input.
2013-03-23 Jordan Rose[analyzer] Also transform "a < b" to "(b - a) > 0"...
2013-03-23 Jordan RoseAdd reverseComparisonOp and negateComparisonOp to Binar...
2013-03-23 Jordan Rose[analyzer] Translate "a != b" to "(b - a) != 0" in...
2013-03-23 Jordan Rose[analyzer] Use SymExprs to represent '<loc> - <loc...
2013-03-23 Fariborz Jahaniandocumentation parsing: when providing code completion...
2013-03-23 Anna Zaks[analyzer] Warn when a nil key or value are passed...
2013-03-23 Anna Zaks[analyzer] Correct the stale comment.
2013-03-23 Richard SmithIf a .syms file is available alongside a sanitizer...
2013-03-22 Bill WendlingUse RequireCompleteType() instead of isIncompleteType().
2013-03-22 Ted KremenekAdd test case for PR 12921.
2013-03-22 Douglas Gregor<rdar://problem/13479539> Only rebuild the global modul...
2013-03-22 Jordan RoseRevert "[analyzer] Break cycles (optionally) when trimm...
2013-03-22 Jordan Rose[analyzer] Use a forward BFS instead of a reverse BFS...
2013-03-22 Jordan Rose[analyzer] Fix test to actually test what was intended.
2013-03-22 Jordan Rose[analyzer] Fix ExprEngine::ViewGraph to handle C++...
2013-03-22 Argyrios Kyrtzidis[PCH/Modules] De/Serialize MacroInfos separately than...
2013-03-22 Argyrios Kyrtzidis[modules] When a MacroInfo object is deserialized,...
2013-03-22 Reid Kleckner[ms-cxxabi] Implement member data pointers for non...
2013-03-22 Douglas Gregor<rdar://problem/13479539> Simplify ModuleManager/Global...
2013-03-22 Fariborz Jahaniandocumentation parsing. Provide code completion comment
2013-03-22 Fariborz JahanianThese tests fail on our Window64 machine.
2013-03-22 Daniel JasperBetter fix for r177725.
2013-03-22 Daniel JasperAlign comments to surrounding unformatted comments.
2013-03-22 Reid Kleckner[cxxabi] Get ptrdiff_t from the CodeGenModule instead...
2013-03-22 Daniel JasperUpdate docs after moving clang-format from clang-tools...
2013-03-22 Daniel JasperAdd clang-format to the corresponding Makefile.
2013-03-22 Daniel JasperMore precisely recognize ObjC method declarations.
2013-03-22 Dmitri GribenkoDocumentation: fix a typo and formatting
2013-03-22 Daniel JasperFix DeclRefExpr::getFoundDecl() for usages by reference.
2013-03-22 Daniel JasperMake clang-format understand more line comments.
2013-03-22 Douglas GregorAdd future directions for modules
2013-03-22 Douglas GregorMore modules documentation, including the straw-man...
2013-03-22 Alexey BataevOpenMP threadprivate directive parsing and semantic...
2013-03-22 Douglas GregorMore documentation on the module map language.
2013-03-22 Alexey Bataevtest commit
2013-03-22 John McCallWarn about attempts to reinterpret_cast between two...
2013-03-22 John McCallFix a crash-on-valid where a block capture copy express...
2013-03-22 Richard Smithubsan: Pass floating-point arguments to the runtime...
2013-03-22 Douglas Gregor<rdar://problem/13479214> Make Clang's <stddef.h> robus...
2013-03-21 Jordan Rose[analyzer] scan-build: emit errors on stderr, and exit...
2013-03-21 David BlaikieUpdate debug info test case for more incoming DIBuilder...
2013-03-21 David BlaikieUpdate debug info test case for an incoming change...
2013-03-21 Douglas Gregor<rdar://problem/13477190> Give the Clang module cache...
2013-03-21 David BlaikieFix indentation
2013-03-21 Fariborz JahanianObjective-C: Tighten the rules when warning
2013-03-21 David BlaikieGeneralize debug info tests to be forward compatible...
2013-03-21 Aaron BallmanThis ugly regex is required because on Windows, the...
2013-03-21 Benjamin KramerRemove unused variable.
2013-03-21 Benjamin KramerAvoid warnings from compilers that think you can drop...
2013-03-21 Aaron BallmanDelayed template parsing is not supported by the AST...
2013-03-21 Jordan Rose[analyzer] Print return values from debug.DumpCalls...
2013-03-21 Alexander KornienkoBetter block comment formatting.
2013-03-21 Alexander Potapenko[ASan] Let the users to invoke `clang -fsanitize=addres...
2013-03-21 Bob WilsonFix a typo.
2013-03-21 Douglas Gregor<rdar://problem/13037793> Allow the names of modules...
2013-03-21 John McCallFurther weaken block conversion rules to permit blocks...
2013-03-21 Manman RenAdd more testing cases for tbaa.struct
2013-03-20 David BlaikieDebug info - generalize namespace test to not depend...
2013-03-20 Richard SmithSplit ubsan runtime into three pieces (clang part):
2013-03-20 Reid Kleckner[ms-cxxabi] Mangle function pointer template arguments...
2013-03-20 Jordan Rose[analyzer] Appease buildbots: include template argument...
2013-03-20 James DennettDocumentation cleanup for MacroInfo.
2013-03-20 Douglas Gregor<rdar://problem/12368093> Extend module maps with a...
2013-03-20 Jordan Rose[analyzer] Don't invalidate globals when there's no...
2013-03-20 Jordan Rose[analyzer] Track malloc'd memory into struct fields.
2013-03-20 Jordan Rose[analyzer] Invalidate regions indirectly accessible...
next