]> granicus.if.org Git - clang/shortlog
clang
2012-11-26 Anton KorobeynikovMSPGCC renamed ISR vectors from vector_<address> to...
2012-11-26 Timur IskhodzhanovFix PR14413 - incorrect mangling of anonymous namespace...
2012-11-26 Richard SmithPR14428: When instantiating a 'new' expression, if...
2012-11-25 Rafael EspindolaAdd r168519 back, but with a fix to also merge the...
2012-11-25 Rafael EspindolaAdd a basic testcase for the "variable is not needed...
2012-11-25 Alexey SamsonovFix test case for linking with sanitizer opts added...
2012-11-24 NAKAMURA TakumiRevert r168519, "Merge used flags so that we don't...
2012-11-24 Nico WeberMake err_module_expected_semi consistent with all the...
2012-11-23 Benjamin KramerSema: Provide a valid source location when instantiatin...
2012-11-23 Rafael EspindolaMerge used flags so that we don't have to iterate on...
2012-11-23 Rafael EspindolaRemove redundant check.
2012-11-23 Rafael EspindolaCheck that we don't warn on this testcase. This is...
2012-11-23 Joey GoulyPR14306: Move -fbounds-checking to -fsanitize=bounds.
2012-11-23 Bob WilsonReapply a subset of r167567 to clean up Darwin-specific...
2012-11-22 Benjamin KramerMake helpers static/anonymous.
2012-11-22 Richard SmithFix regression in r168477. Use canonical decl when...
2012-11-22 Richard SmithFix CXXRecordDecl::forallBases to not look through...
2012-11-22 Richard SmithTest that we correctly deal with multiple copy construc...
2012-11-21 Chandler CarruthFix the '-fuse-init-array' option to actually be an...
2012-11-21 Benjamin KramerSemaCXX: an enumeral type can be of character or boolea...
2012-11-21 Joey GoulyTest commit: Remove blank line.
2012-11-21 Alexey SamsonovTry to fix test from r168428 on mingw bot
2012-11-21 NAKAMURA Takumiclang/test/Driver/x86_64-nacl-defines.cpp: Specify...
2012-11-21 Alexey Samsonov[Sanitizer] force linking with static sanitizer runtime...
2012-11-21 Dmitri GribenkoUse color for -ast-dump-filter only when it is supported
2012-11-21 Rafael EspindolaRemove redundant code.
2012-11-21 Rafael EspindolaRemove redundant code.
2012-11-20 Rafael EspindolaDon't walk a linked list twice in the same function...
2012-11-20 Bill WendlingUpdate method calls to the new interface re r168354.
2012-11-19 David BlaikieFix some trailing whitespace (on a blank line) to cycle...
2012-11-19 Richard SmithPR14381: Never skip constexpr function bodies when...
2012-11-19 Kaelyn UhrainWhen adding a NamedDecl to a correction, add the underl...
2012-11-19 Logan ChienAdd -ldl for non-static libgcc in Android.
2012-11-19 Logan ChienEnable -fuse-init-array for Android X86/MIPS.
2012-11-19 NAKAMURA Takumiclang/test: Suppress two tests on LLP64 target, Windows...
2012-11-19 Chandler CarruthCompletely re-work how the Clang driver interprets...
2012-11-19 Chandler CarruthRemove a no-op 'const' from a by-value return type.
2012-11-19 NAKAMURA TakumiRecursiveASTVisitor.h: Rework Doug's r160404, "Eliminat...
2012-11-18 Dmitri GribenkoRemove redundant (duplicated) check.
2012-11-18 NAKAMURA Takumiclang/test/Sema/warn-documentation.cpp: Try to fix...
2012-11-18 Dmitri GribenkoDocumentation parsing: propely handle a lone '\endverba...
2012-11-17 Dmitri GribenkoFix Doxygen comment start sequence.
2012-11-17 Andy GibbsClean up code according to coding standards
2012-11-17 Fariborz Jahanianobjective-C: Do not issue deprecated warning about...
2012-11-17 Nico WeberFix crash on end-of-file after \ in a char literal...
2012-11-17 Andy GibbsPrevent premature macro expansion in __has_builtin...
2012-11-17 Andy GibbsMade the "expected string literal" diagnostic more...
2012-11-17 Andy GibbsRefactored duplicate string literal lexing code within...
2012-11-17 Andy GibbsFix handling of invalid uses of the __has_warning built...
2012-11-17 Benjamin KramerEnable inlining of 4 byte atomic ops on ppc32, 8 byte...
2012-11-17 Benjamin KramerRemove copy ctor that provides no value over the default.
2012-11-17 Ted KremenekFurther reduce "-fsyntax-only -Wuninitialized" time...
2012-11-17 Ted KremenekSwitch -Wuninitialized to use a reverse-post order...
2012-11-17 Eli FriedmanAdd missing features for misc x86 CPUs to CPU feature...
2012-11-17 Eli FriedmanClean up X86 target feature translation code slightly...
2012-11-16 Chad RosierTypo.
2012-11-16 Bill WendlingRevert r167799. It's not really correct, and it doesn...
2012-11-16 Dmitri GribenkoTestcase overriding-ftemplate-comments.cpp: use [[...
2012-11-16 Chad Rosier[driver] Add the missing TY_PP_ObjCXX_Alias case to...
2012-11-16 Dmitri GribenkoStmtDumper: remove incomplete support for limiting...
2012-11-16 Daniel JasperFix partial-match-bind-behavior with forEachDescendant...
2012-11-16 Jordan Rose[analyzer] SATestBuild.py: fix broken string concatenation
2012-11-16 Benjamin KramerMake libASTMatchers link its dependencies. libRewriteFr...
2012-11-16 Alexey SamsonovUBSan: enable proper linking with UBsan runtime on...
2012-11-16 Nick LewyckyStore this Decl* as a Decl* instead of a uintptr_t...
2012-11-16 NAKAMURA Takumiclang/unittests: Fixup corresponding to Doug's r168136.
2012-11-16 Douglas GregorSince CreateTargetInfo is taking ownership of the targe...
2012-11-16 Douglas GregorRemove unused diagnostics
2012-11-16 NAKAMURA TakumiRevert r168132, "clang/test/lit.cfg: Suppress the featu...
2012-11-16 Argyrios Kyrtzidis[libclang] When caching code-completion results, pass...
2012-11-16 NAKAMURA Takumiclang/test/lit.cfg: Suppress the feature 'dev-fd-fs...
2012-11-16 Daniel DunbarCPP Output: Do not emit an enter file marker for the...
2012-11-16 Richard TrieuTake into account the zero sign bit for positive number...
2012-11-16 Matt Beaumont-GayFix PR14321, a crash when Clang is built with GCC 4...
2012-11-16 Richard SmithA step towards sorting out handling of triviality of...
2012-11-16 Argyrios KyrtzidisMention the lldb formatters in the clang wiki under...
2012-11-16 Argyrios Kyrtzidis[ClangDataFormat.py] Add summary for QualType.
2012-11-15 Eli FriedmanMake sure CodeGenTypes correctly reconverts function...
2012-11-15 Richard SmithPR9903: Recover from a member functon declared with...
2012-11-15 Anna Zaks[analyzer] CmpRuns: move the clang_version info into...
2012-11-15 Dmitri GribenkoComment to XML conversion test: correct filename.
2012-11-15 Jordan Rose[analyzer] SATestBuild.py: correctly add -j option...
2012-11-15 Dmitri GribenkoSplit annotate-comments.cpp into a fragile (that uses...
2012-11-15 Daniel Dunbartests: Mark the /dev/fd test as requiring Darwin until...
2012-11-15 Argyrios Kyrtzidis[utils/ClangDataFormat.py] For invalid source locations...
2012-11-15 Daniel Dunbartests: Check that we can output to /dev/fd filesystem.
2012-11-15 Jordan Rose[analyzer] Fix a use-after-free introduced in r168019.
2012-11-15 Daniel Dunbartests: Add a test for reading from named pipes.
2012-11-15 Douglas GregorIf an excluded header does not exist, just ignore it
2012-11-15 Jordan Rose[analyzer] Report leaks at the closing brace of a funct...
2012-11-15 Jordan Rose[analyzer] StreamChecker: Remove now-unnecessary check...
2012-11-15 Jordan Rose[analyzer] MacOSKeychainAPIChecker: Remove now-unnecess...
2012-11-15 Jordan Rose[analyzer] MallocChecker: Remove now-unnecessary check...
2012-11-15 Jordan Rose[analyzer] Mark symbol values as dead in the environment.
2012-11-15 Fariborz Jahanianblock extended signatur option. Change previous option
2012-11-15 Argyrios Kyrtzidis[modules] Use a memory buffer directly as input for...
2012-11-15 Argyrios Kyrtzidis[modules] Setup the import location of a module file...
2012-11-15 Dmitri GribenkoComment to XML conversion: convert some tests to use...
2012-11-15 Dmitri GribenkoRemove unused diagnostics from TableGen files.
2012-11-15 Benjamin KramerSimplify code. No functionality change.
next