]> granicus.if.org Git - clang/shortlog
clang
2008-11-11 Chris LattnerMake codegen smart enough to not emit the dead side...
2008-11-11 Chris Lattnerimplement debug info for typeof()
2008-11-11 Chris Lattnermerge some testcases together.
2008-11-11 Daniel DunbarMove backend output out of destructor.
2008-11-11 Chris Lattnerremove the wrong PR # from the file name.
2008-11-11 Chris Lattneradd PR#
2008-11-11 Chris LattnerFix PR3031 by silencing follow-on errors in invalid...
2008-11-11 Daniel DunbarRemove unused function declaration.
2008-11-11 Daniel DunbarAdd CodeGenFunction::EmitDummyBlock for marking places...
2008-11-11 Daniel DunbarRemove CodeGenFunction::StartBlock.
2008-11-11 Daniel DunbarThese tests have no needed to redirect stderr to stdout.
2008-11-11 Daniel DunbarCentralize basic block creation in CodeGenFunction...
2008-11-11 Zhongxing XuFix StringLiteral print bug.
2008-11-11 Zhongxing XuAdd && to test command.
2008-11-11 Daniel DunbarFix Release-Asserts warning.
2008-11-10 Douglas GregorBasic support for taking the address of an overloaded...
2008-11-10 Steve NaroffUpdate VC++ project file.
2008-11-10 Douglas GregorRemove an out-of-date FIXME
2008-11-10 Douglas GregorImprove parser error recovery after a constructor initi...
2008-11-10 Douglas GregorAllow user-defined conversions during reference binding
2008-11-10 Douglas GregorDon't create a typedef for the injected-class-name
2008-11-10 Douglas GregorSome cleanups to the declaration/checking of overloaded...
2008-11-10 Zhongxing XuAdd pretty printing to StringRegion.
2008-11-10 Zhongxing XuAdd region store model to path-sensitive testing.
2008-11-10 Zhongxing XuImplement RegionStoreManager::RemoveDeadBindings()...
2008-11-10 Chris Lattnerdon't preserve names on IR instructions. This matches...
2008-11-10 Chris Lattnersort files add a missed header to the project.
2008-11-10 Chris LattnerFix even more bugs in debug info support:
2008-11-10 Chris Lattnerreimplement debug info generation in terms of DebugInfo...
2008-11-10 Zhongxing XuPrint integer value instead of raw pointer. This is...
2008-11-10 Chris Lattnersilence a warning from gcc.
2008-11-09 Argyrios KyrtzidisIntroduce ScopedDecl::getLexicalDeclContext() which...
2008-11-09 Argyrios KyrtzidisWhen a tag has nested-name ('struct foo::bar'), use...
2008-11-09 Argyrios KyrtzidisSimplify handling of nested-names in tags ('struct...
2008-11-09 Anders CarlssonSupport named operands in inline asm statements.
2008-11-09 Sebastian RedlUpdate C++ status: class support improved due to nested...
2008-11-08 Argyrios KyrtzidisImplement Sema support for C++ nested-name-specifiers.
2008-11-08 Argyrios KyrtzidisSilence a GCC member initialization order warning.
2008-11-08 Argyrios KyrtzidisImplement support for C++ nested-name-specifiers (...
2008-11-08 Argyrios KyrtzidisIntroduce annotation tokens, a special kind of token...
2008-11-08 Sebastian RedlUpdate C++ status to reflect parser capabilities for...
2008-11-08 Sebastian RedlUpdate C++ status: dynamic_cast is sema-complete.
2008-11-08 Sebastian RedlMove named cast helpers out of Sema, as Chris requested...
2008-11-08 Argyrios KyrtzidisRevert r58880, it breaks test/SemaCXX/constructor.cpp
2008-11-08 Argyrios KyrtzidisUse only one constructor for CXXMethodDecl. Keep initia...
2008-11-08 Daniel DunbarAvoid redundant cast<>s / simplify type dispatch.
2008-11-08 Daniel DunbarSupport getTypeInfo, getTypeAlign, getTypeSize on const...
2008-11-08 Daniel Dunbar"Fix" PR3021, don't crash on generating record types...
2008-11-08 Daniel DunbarSilence a gcc warning.
2008-11-08 Zhongxing XuAdd a boilerplate for out-of-bound array checking....
2008-11-08 Argyrios KyrtzidisIn a declarator, consider an identifier a constructor...
2008-11-08 Ted Kremenekupdate post-build step
2008-11-07 Sebastian RedlGreatly improve static_cast diagnostics
2008-11-07 Douglas GregorInitial, partially-baked support for implicit user...
2008-11-07 Cedric VenetUse css style instead of hard coded color in cxx_status...
2008-11-07 Argyrios KyrtzidisChanges in preparation for nested-name-specifiers.
2008-11-07 Ted KremenekUpdated checker build.
2008-11-07 Douglas GregorUpdate C++ status
2008-11-07 Douglas GregorParsing, ASTs, and semantic analysis for the declaratio...
2008-11-07 Argyrios KyrtzidisAssert that Parser::MaybeParseOperatorFunctionId is...
2008-11-07 Douglas GregorSeparate the parsing of type-specifiers from other...
2008-11-07 Anders Carlssoninclude alloca.h instead of malloc.h. If this doesn...
2008-11-07 Argyrios KyrtzidisAppend the test runs with '&&'.
2008-11-07 Argyrios KyrtzidisProperly deserialize ParamInfo of FunctionDecl.
2008-11-07 Argyrios KyrtzidisBring in 'alloca' for the Analysis/stack-addr-ps.c...
2008-11-07 Zhongxing XuAdd simple get method.
2008-11-07 Zhongxing XuJoin two lines.
2008-11-07 Argyrios KyrtzidisFix crash caused by this:
2008-11-07 Argyrios KyrtzidisShut off an unsigned/signed comparison warning for...
2008-11-07 Zhongxing XuFinish the implementation of VisitCompoundLiteralExpr...
2008-11-07 Zhongxing XuMake the assertion real.
2008-11-07 Ted KremenekPatch by Nikita Zhuk: Add TranslationUnitActions to...
2008-11-06 Douglas GregorInitial, rudimentary implementation of operator overloa...
2008-11-06 Douglas GregorParsing, ASTs, and semantic analysis for the declaratio...
2008-11-06 Douglas GregorReclaim some bits in IdentifierInfo, for later use...
2008-11-06 Sebastian RedlSema-check virtual declarations. Complete dynamic_cast...
2008-11-06 Douglas GregorAdd the remaining C++0x keywords
2008-11-06 Steve NaroffUpdate VC++ proj.
2008-11-06 Zhongxing XuBring back RegionExtent classes.
2008-11-05 Ted KremenekUpdated checker build.
2008-11-05 Ted KremenekAdd a test case for CFMakeCollectable.
2008-11-05 Ted KremenekFix regression with handling of CFMakeCollectable.
2008-11-05 Sebastian RedlImprove assert messages.
2008-11-05 Sebastian RedlMove named cast sema functions to their own file.
2008-11-05 Douglas GregorParsing, representation, and preliminary semantic analy...
2008-11-05 Ted KremenekAnalysisManager can now be used to for analyses over...
2008-11-05 Sebastian RedlA small error message improvement and some comment...
2008-11-05 Ted KremenekinitXXX methods can return owned objects
2008-11-05 Douglas GregorKeep track of whether a C++ class is an aggregate....
2008-11-05 Douglas GregorImplement C++ copy-initialization for declarations...
2008-11-05 Douglas GregorInitial implementation of parsing, semantic analysis...
2008-11-04 Cedric VenetUpdate CMakeLists.txt
2008-11-04 Daniel DunbarRemove stray character.
2008-11-04 Ted KremenekUpdate Xcode project.
2008-11-04 Anders CarlssonMake it an error if an Objective-C declaration is not...
2008-11-04 Chris LattnerLinkageSpecDecl is c++ specific, move it to DeclCXX
2008-11-04 Sebastian RedlSome cleanup of the cast checkers. Don't canonicalize...
2008-11-04 Douglas GregorFine-grained C++ status page
2008-11-04 Douglas GregorAdd a new expression class, ObjCSuperExpr, to handle...
2008-11-04 Douglas GregorCreate a new expression class, CXXThisExpr, to handle...
next