]> granicus.if.org Git - clang/shortlog
clang
2010-07-28 Chris Lattnertidy up
2010-07-28 Fariborz JahanianInitialize block's imported variable(s) in
2010-07-28 Eli FriedmanPR7736: Make sure to mark &Class::Member correctly...
2010-07-28 Devang PatelOverride selected builtin names (e.g. "long int" instea...
2010-07-28 Chris Lattnerfix some break statements to be formatted more consiste...
2010-07-28 Chris Lattneruse Get8ByteTypeAtOffset for the return value path...
2010-07-28 Chris Lattnerrefactor the autosizing code, eliminating duplication
2010-07-28 Douglas GregorDon't die when a member access refers to a non-class...
2010-07-28 Chris Lattnerfix PR7714 by not referencing off the end of a struct...
2010-07-28 Douglas GregorTurn off precompiled preamble support for C++
2010-07-28 Douglas GregorWhen performing code completion for a case statement...
2010-07-28 Sebastian RedlSupport extended vector types in chained PCH.
2010-07-28 Sebastian RedlAdd a test case for tentative definitions in chained...
2010-07-28 Fariborz JahanianFix flags in global block descriptor when
2010-07-28 Douglas GregorMake the pointer arguments to the __sync_* builtins...
2010-07-28 Chris Lattnersome cleanups and get alignments correct for various...
2010-07-28 Douglas GregorThe grammar for GNU typeof in C requires an expression...
2010-07-28 Tanya LattnerTest commit
2010-07-28 Tanya LattnerTest commit.
2010-07-28 Ted KremenekUpdate checker build.
2010-07-28 Chris Lattneraccept and ignore a few more gcc warnings.
2010-07-28 Craig Silverstein Add proper callbacks for DeclStmt -- we weren...
2010-07-28 Daniel DunbarRename -Wlogical-bitwise-confusion to -Wconstant-logica...
2010-07-28 Daniel DunbarPreprocessor: Add support for '#pragma clang __debug...
2010-07-28 Douglas GregorEnable expression transformations in the current-instan...
2010-07-28 Douglas GregorWhen a nested-name-specifier refers into a current...
2010-07-28 Gabor Greifwe are not supposed to create an improper callsite...
2010-07-28 Devang Patelconstruct debug info for "id" by hand.
2010-07-28 John McCallWhen creating a jump destination, its scope should...
2010-07-27 Tom CareAdded some false positive checking to UnreachableCodeCh...
2010-07-27 Tom CareExtracted out some useful common functions in Idempoten...
2010-07-27 Ted KremenekAdd PTH test case for <rdar://problem/8227989>.
2010-07-27 Sebastian RedlRecord macros in dependent PCHs. Also add various info...
2010-07-27 Argyrios KyrtzidisRevert r109546, it broke linux build.
2010-07-27 Argyrios KyrtzidisMerge PCHWriterDecl.cpp's isRequiredDecl and CodeGenMod...
2010-07-27 Eli FriedmanFix a minor crash bug with constructs like Obj.Class...
2010-07-27 Devang PatelAlways use current working directory for DW_AT_comp_dir.
2010-07-27 Eli FriedmanPR7724: Don't try to evaluate value-dependent expressions.
2010-07-27 Eric ChristopherAPIs that take different sized arguments than the instr...
2010-07-27 Ted KremenekFinesse 'idempotent operations' analyzer issues to...
2010-07-27 Ted KremenekAdd non-static version of BinaryOperator::getOpcodeStr().
2010-07-27 Sebastian RedlUpdate the list of lexical decls in the TU for chained...
2010-07-27 Ted KremenekPut 'Idempotent operations' static analyzer issues...
2010-07-27 Devang PatelReapply 109303.
2010-07-27 Douglas GregorFix use-after-free with precompiled preambles
2010-07-27 Argyrios KyrtzidisAlways deserialize from PCH file scoped variables with...
2010-07-27 Michael J.... Revert r109428 "Hoist argument type checking into Check...
2010-07-27 Jordy RoseDon't warn about unreachable code if the block starts...
2010-07-27 Ted KremenekAdd PTHLexer::LexEndOfFile() to emit diagnostics at...
2010-07-27 Ted KremenekFix predicate in 'InCachingLexMode' to include 'CurPTHL...
2010-07-27 Ted KremenekPTH generation: Don't save the leading '#' token in...
2010-07-27 Jordy RoseGroundwork for C string length tracking. Currently...
2010-07-27 Douglas GregorImplement -fno-validate-pch at the -cc1 level, which...
2010-07-27 Sebastian Redl- Fix recording of offsets of types in dependent PCHs.
2010-07-26 Douglas GregorWhen remapping a virtual file, also make an entry for...
2010-07-26 Fariborz Jahanian2nd argument of __builtin_expect must be evaluated
2010-07-26 Chris Lattnerpath renamed.
2010-07-26 John McCallTest for the presence of EH branch-throughs instead...
2010-07-26 Benjamin KramerMark __builtin_eh_return as noreturn. Patch by Dimitry...
2010-07-26 Dan GohmanFix an apparent bug.
2010-07-26 Douglas GregorIntroduce basic support for loading a precompiled pream...
2010-07-26 Dan GohmanMinor code simplification.
2010-07-26 Dan GohmanIt's not necessary to call flush() on a raw_ostream...
2010-07-26 Dan GohmanFix namespace polution.
2010-07-26 Dan GohmanMake a variable static.
2010-07-26 Dan GohmanUse an export file. Plugins must export llvm::Registry...
2010-07-26 Ted KremenekHoist argument type checking into CheckFormatHandler...
2010-07-26 Ted KremenekConsolidate #args checking for scanf/printf format...
2010-07-26 Devang PatelRevert 109303.
2010-07-26 Sebastian RedlMake sure that implicit qualification and derived-to...
2010-07-26 Nick LewyckyAdd source location information to C++ base specifiers.
2010-07-26 Douglas GregorWhen LIBCLANG_CODE_COMPLETION_LOGGING is set in the...
2010-07-26 Douglas GregorEliminate the "minimal" and printing parser actions...
2010-07-25 Benjamin KramerWrap bit mangling logic for DiagMappings in its own...
2010-07-25 Douglas GregorRemove a bunch of trivial destructors
2010-07-25 Douglas GregorMove Type destructor out-of-line
2010-07-25 Douglas GregorRemove destructors from declaration nodes
2010-07-25 Douglas GregorI lied. Kill off a few more Destroy methods
2010-07-25 Douglas GregorKill off the last Destroy method in the AST library
2010-07-25 Douglas GregorRemove the vast majority of the Destroy methods from...
2010-07-25 Douglas GregorMake ASTContext always use the BumpPtrAllocator.
2010-07-25 Douglas GregorStart removing the use of smart pointers from the Parse...
2010-07-25 Nick LewyckyRemove emacs file mode marker on file with .cpp extension.
2010-07-24 Eli FriedmanRemove dead code.
2010-07-24 Nick LewyckyAdd header searching for llvm-gcc trunk on Gentoo AMD64...
2010-07-24 Eli FriedmanPR7698: Make sure we correctly handle the initializatio...
2010-07-24 Peter CollingbourneFix clang-interpreter build
2010-07-24 Nick LewyckyFix sort order.
2010-07-24 John McCallMangle enum constant expressions. Fixes rdar://problem...
2010-07-24 Chris Lattnerturn down the logical bitwise confusion warning to...
2010-07-24 Devang PatelUntangle filename/dirname confusion. Store constructed...
2010-07-24 Douglas GregorPut a newline at the end of the padded buffers used...
2010-07-24 Douglas GregorOnce we've built (or reused) a precompiled preamble...
2010-07-24 John McCallSupport catching Objective C pointers in C++ under...
2010-07-24 Fariborz JahanianReturn type of a setter call caused by
2010-07-24 Douglas GregorBe careful; even though we had a proper name at the...
2010-07-23 Douglas GregorOnce we've built a precompiled preamble, keep track...
2010-07-23 Sebastian RedlMake declarations in the dependent PCH visible, for...
2010-07-23 Tom CareAdded an path-sensitive unreachable code checker to...
2010-07-23 Devang PatelRevert r109263.
next