]> granicus.if.org Git - clang/shortlog
clang
2013-02-12 Dmitri GribenkoAdd a test for r174980, that we used to accept
2013-02-12 Daniel JasperFix crash for incomplete labels in macros.
2013-02-12 Chad Rosier[ms-inline asm] Update test case now that we are correc...
2013-02-12 Aaron BallmanFixing the MSVC compiler warning a different way; remov...
2013-02-12 Chad RosierTypo.
2013-02-12 Chad Rosier[ms-inline asm] Add a few test cases for the parsing...
2013-02-12 Aaron BallmanRemoving a signed/unsigned mismatch warning triggered...
2013-02-12 Dmitri GribenkoAccept over-qualified constructor in MSVC emulation...
2013-02-12 Daniel JasperFix bug in the adjustment to existing lines.
2013-02-12 Nico WeberFormatter: Correctly format stars in `sizeof(int**...
2013-02-12 Edwin VaneAdding more overloads for allOf matcher
2013-02-12 Timur IskhodzhanovRename -constructors test to just -structors as in...
2013-02-12 Nick LewyckyAttempt to fix this test on i686 targets.
2013-02-12 Nick LewyckyThe meat of this patch is in BuildCXXMemberCalLExpr...
2013-02-12 John McCallProperly assemble PHIs after a null-checked invoke...
2013-02-12 Richard SmithFix a bug reduced from a crash when trying to use modul...
2013-02-12 Anton Yartsev+ specified progress information
2013-02-12 Anton Yartsev+ centered progress cells
2013-02-12 John McCallCall __cxa_begin_catch with the current exception before
2013-02-12 John McCallChange some CGF parameters to CGMs.
2013-02-12 Richard SmithRemove an assert which triggers when a decl context...
2013-02-12 John McCallPerform placeholder conversions on the controller of...
2013-02-12 John McCallDiagnose loads of 'half' l-values in OpenCL.
2013-02-12 Lang HamesBacking out r174919 while I investigate a self-host...
2013-02-12 John McCallIn ARC, emit non-peepholed +1s within the full-expressi...
2013-02-12 John McCallSplit a couple of tests out into their own file.
2013-02-11 Lang HamesWhen generating IR for default copy-constructors, copy...
2013-02-11 Tanya LattnerTiming data was removed years ago. Remove these links.
2013-02-11 Richard SmithDon't bother reconciling external visible decls against...
2013-02-11 Fariborz Jahanianobjective-C modern translator: Fixes a mistranslation
2013-02-11 Douglas Gregor[Modules] Cope better with top-level declarations loade...
2013-02-11 Nico WeberFormatter: Detect ObjC message expressions after 'in...
2013-02-11 Manuel KlimekGet rid of manual debug output, now that the test runne...
2013-02-11 Daniel JasperFix invalid formatting with spaces before trailing...
2013-02-11 Manuel KlimekFixes handling of empty lines in macros.
2013-02-11 Bill WendlingUpdate test to not fail with attribute groups.
2013-02-11 Daniel JasperFix formatting of overloaded operator definitions.
2013-02-11 Manuel KlimekDo not use VariadicDynCastAllOfMatcher where VariadicAl...
2013-02-10 Nico WeberFormatter: Remove now-unneeded code for formatting...
2013-02-10 Nico WeberFormatter: Add a test for multi-line ObjC dict literals.
2013-02-10 Nico WeberFormatter: Add another ObjC literal test.
2013-02-10 Nico WeberFormatter: Initial support for ObjC dictionary literals.
2013-02-10 Bob WilsonUse -mno-implicit-float by default for kernel/kext...
2013-02-10 Bob WilsonDelete an extra blank line.
2013-02-10 Bob WilsonRecognize -mno-implicit-float option for x86 as well...
2013-02-10 Dmitri GribenkoUse static functions instead of an unnamed namespace
2013-02-10 Nico WeberReformat formatter code. No functionality change.
2013-02-10 Nico WeberFormatter: Detect ObjC array literals.
2013-02-10 Fariborz Jahanianobjective-C: Fixes a bogus warning due to not setting
2013-02-09 Nico WeberFormatter: Add test for default arguments.
2013-02-09 Dmitri GribenkoFileCheck'ize tests
2013-02-09 Dmitri GribenkoFileCheck'ize a test
2013-02-09 Dmitri GribenkoRemove unreachable statement
2013-02-09 Dmitri GribenkoComment parsing: use CharInfo.h
2013-02-09 Dmitri Gribenkolibclang: use CXCursor getters to simplify code
2013-02-09 Jordan RoseRemove some stray uses of <ctype.h> functions.
2013-02-09 Ted KremenekQoI: -Wreadonly-iboutlet-property should have the warni...
2013-02-09 Jordan RoseRelease notes: mention support for Unicode and UCNs...
2013-02-09 Douglas GregorEnsure that type definitions present in just-loaded...
2013-02-09 NAKAMURA Takumiclang/lib/StaticAnalyzer/Core/BugReporter.cpp: Appease...
2013-02-09 Jordan RoseProperly validate UCNs for C99 and C++03 (both more...
2013-02-09 Anna Zaks[analyzer] Invalidation checker: move the "missing...
2013-02-08 Anna Zaks[analyzer] Move DefaultBool so that all checkers can...
2013-02-08 Anna Zaks[analyzer] Split IvarInvalidation into two checkers
2013-02-08 Anna Zaks[analyzer] IvarInvalidation: refactor, pull out the...
2013-02-08 Anna Zaks[analyzer] IvarInvalidation: add annotation for partial...
2013-02-08 Fariborz Jahanianobjective-C: don't issue bogus warning about
2013-02-08 Jordan RoseCharInfo: Add missing "using namespace clang::charinfo...
2013-02-08 Jordan RoseExcise <cctype> from Clang (except clang-tblgen) in...
2013-02-08 Jordan RoseSimplify logic for avoiding concatenation after numeric...
2013-02-08 Jordan RoseStmtPrinter: Write large char values using \u or \U.
2013-02-08 Jordan RosePull Lexer's CharInfo table out for general use through...
2013-02-08 Ted KremenekNote that checker-271 is newer than the analyzer in...
2013-02-08 Ted KremenekUpdate open source checker build to checker-271.
2013-02-08 Douglas GregorAlways keep highest identifier, selector, and macro...
2013-02-08 Douglas GregorNever cache the result of a module file lookup.
2013-02-08 Manuel KlimekFix indentation-detection at indent level 0.
2013-02-08 Ted KremenekTeach BugReporter (extensive diagnostics) to emit a...
2013-02-08 Argyrios Kyrtzidis[libclang] Add a test to make sure annotation works...
2013-02-08 Ted KremenekRemove stale instance variable.
2013-02-08 Fariborz Jahanianobjective-C modern translation: Fix another random...
2013-02-08 Manuel KlimekTakes the context into account when re-indenting regions.
2013-02-08 Fariborz Jahanianobjective-C modern translator. Fixes a trivial
2013-02-08 Daniel JasperFix handling of fake parenthesis during formatting.
2013-02-08 Daniel JasperImplement a tiny expression parser to improve formattin...
2013-02-08 Daniel JasperAvoid unnecessary line breaks in nested ObjC calls.
2013-02-08 Tim NorthoverImprove filechecking of volatile test.
2013-02-08 Jordan RoseCMake: Include Clang unit tests in check-clang target...
2013-02-08 Nick LewyckyFix test failure by making sure this file isn't identic...
2013-02-08 Jordan RoseCMake: Optionally allow running the Clang unit tests...
2013-02-08 Richard SmithFix conflict between r174685 and r174645 (rename -fmodu...
2013-02-08 Argyrios Kyrtzidis[libclang] Attribute visitation happens out-of-source...
2013-02-08 Tanya LattnerUse the target address space value when mangling names.
2013-02-08 Richard SmithFix stack overflow and improve performance when a modul...
2013-02-08 Fariborz Jahanianobjective-C modern translator. Generate #line
2013-02-08 Douglas GregorTeach subframework header lookup to suggest modules...
2013-02-07 Anna Zaks[analyzer] Remove redundant check as per Jordan's feedback.
2013-02-07 Anna Zaks[analyzer] Fix typo.
2013-02-07 Anna Zaks[analyzer] Report bugs when freeing memory with offset...
2013-02-07 Anna Zaks[analyzer] Add pointer escape type param to checkPointe...
next