]> granicus.if.org Git - clang/shortlog
clang
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...
2008-11-04 Douglas GregorNow that we have copy initialization support, use it...
2008-11-04 Douglas GregorDiagnose use of 'this' in a C++ default argument. Thank...
2008-11-04 Sebastian RedlTrivial style fix.
2008-11-04 Anders Carlsson#define NULL as 0 when compiling as C++. This fixes...
2008-11-04 Anders CarlssonImplement lowering of va_arg in clang directly. (This...
2008-11-04 Anders CarlssonFix bug in va_copy
2008-11-04 Ted KremenekUpdated checker build.
2008-11-04 Ted KremenekHandle prefix '_' that may appear in front of the name...
2008-11-04 Ted KremenekFix use of uninitialized variable.
2008-11-04 Ted KremenekUpdated checker build.
2008-11-04 Ted KremenekAllow user toggling between plist and html output with...
2008-11-04 Steve NaroffUpdate VC++ project file.
2008-11-03 Steve NaroffFix <rdar://problem/6339636> clang ObjC rewriter: Asser...
2008-11-03 Ted KremenekHook up the Plist diagnostic client to the driver.
2008-11-03 Douglas GregorCheck that this cannot be used in a default argument...
2008-11-03 Ted KremenekAdd path diagnostics client for emitting path reports...
2008-11-03 Ted KremenekRename 'HTMLDiagnostics.h' to 'PathDiagnosticClients.h'
2008-11-03 Douglas GregorImplicit support for direct initialization of objects...
2008-11-03 Daniel DunbarClarify performance experiments description based on...
2008-11-03 Douglas GregorStandard conversion sequences now have a CopyConstructo...
2008-11-03 Douglas GregorAdd implicitly-declared default and copy constructors...
2008-11-03 Douglas GregorEliminate header dependency ASTContext -> TargetInfo
2008-11-03 Douglas GregorImplement C++ DR 106 and C++ DR 540, both of which...
2008-11-03 Douglas GregorConnect ASTContext to TargetInfo when determining the...
next