]> granicus.if.org Git - clang/shortlog
clang
2010-09-02 Tom CareReapply 112850 and 112839 with a constructor for the...
2010-09-02 Douglas GregorFix a few more ConvertTypes that should be ConvertTypeF...
2010-09-02 Sebastian RedlImplement __has_virtual_destructor. Patch by Steven...
2010-09-02 Chris Lattnerstop looking for #uses comments.
2010-09-02 Chris Lattnerremove some tests that aren't adding any value: the...
2010-09-02 Bill WendlingAdd a couple of FIXMEs. The types of palignr are differ...
2010-09-02 Bob WilsonAdd a bunch of missing bitcasts for clang NEON builtin...
2010-09-02 Douglas GregorTeach libclang to visit OverloadExprs, so that we can...
2010-09-02 John McCallsabre points out that the timing here is pretty pessima...
2010-09-02 Douglas GregorAdd libclang visitation for UnresolvedLookupExprs
2010-09-02 John McCallExperimentally move the tautological comparison warning...
2010-09-02 Douglas GregorAdd libclang visitation for C++ pseudo-destructor expre...
2010-09-02 Bill WendlingReorder the MMX builtins to be in their own ostracized...
2010-09-02 Bill WendlingNewline at end of file.
2010-09-02 Douglas GregorEliminate CXXBindReferenceExpr, which was used in a...
2010-09-02 Douglas GregorTeach libclang not to recursive into default argument...
2010-09-02 Daniel DunbarAdd a compatibility note about why Clang rejects jumps...
2010-09-02 Douglas GregorAdd libclang visitation for C++ typeid expressions.
2010-09-02 Douglas GregorIn libclang, visit the nested-name-specifier and explic...
2010-09-02 Tom CareReverting 112850 and 112839 due to test failures on...
2010-09-02 Douglas GregorVisit the nested-name-specifier and explicitly-specifie...
2010-09-02 Tom CareFixed broken build with GCC
2010-09-02 John McCallTeach RecursiveASTVisitor to optionally visit bodies...
2010-09-02 David ChisnallTidy up last commit, as per Devang's comments.
2010-09-02 Tom CareImproved error reporting in IdempotentOperationChecker
2010-09-02 Douglas GregorRevert my two IRgen fixes for "bool", then use a far...
2010-09-02 Douglas GregorImplement basic visitation for nested name specifiers...
2010-09-02 Fariborz JahanianAnother i1 vs. i8 type mismatch issue. This time
2010-09-02 David ChisnallUse the unmangled name for the display name in Objectiv...
2010-09-02 Douglas GregorFix more i1/i8 pointer madness. Here, an overactive...
2010-09-02 Benjamin KramerAvoid implicit string construction.
2010-09-02 Douglas GregorFix a crash involving pointer-to-data-members of boolea...
2010-09-02 John McCallSimplify some random accesses to the ASTContext from...
2010-09-02 John McCallStupid emacs keystroke.
2010-09-02 John McCallAbstract IR generation of array cookies into the C...
2010-09-02 Duncan SandsCorrect this test for the fact that the number of uses...
2010-09-02 Dawn PerchikReverting rev 112791 - apparently -fborland-extensions...
2010-09-02 Zhongxing Xuupdate comments.
2010-09-02 Zhongxing XuTweak test case. 'int' would introduce out-of-bound...
2010-09-02 Ted KremenekEnhance return-stack-address check (in Sema) to handle...
2010-09-02 Dawn PerchikAdd support for Borland extensions via option -fborland...
2010-09-02 Ted KremenekFor GRExprEngine::EvalBind() (and called visitors)...
2010-09-02 Zhanyong WanFixes a warning when compiling Clang (Sema has virtual...
2010-09-02 Ted KremenekFixed unused variable warning.
2010-09-02 Douglas GregorIntroduce a new libclang function,
2010-09-01 Zhanyong WanMake RecursiveASTVisitor not crash when a TemplateArgum...
2010-09-01 Bill WendlingAdd some MMX builtins to correspond with the intrinsics...
2010-09-01 Ted KremenekAdd yet another test case for PR 8015, showing how...
2010-09-01 Ted KremenekAdd another test case for PR 8015, here with the array...
2010-09-01 Ted KremenekPartial fix for PR 8015 (fix is actually by Jordy Rose...
2010-09-01 Bob WilsonTranslate NEON vmull, vmlal, and vmlsl builtins to...
2010-09-01 Craig SilversteinUpdate the docstring to say FriendTemplateDecl is not...
2010-09-01 Ted KremenekDon't assert in the analyzer when analyze code does...
2010-09-01 Craig SilversteinMake some docstring clarifications, after discussion...
2010-09-01 Douglas GregorFix the source-range information for an EnumConstantDec...
2010-09-01 Ted KremenekDon't assert in CastSizeChecker when the casted-to...
2010-09-01 Douglas GregorTest visiting the template parameters of template templ...
2010-09-01 Douglas GregorTeach libclang to visit the default arguments of templa...
2010-09-01 Douglas GregorImplement libclang support for using declarations....
2010-09-01 Fariborz JahanianFix IRGen when property-dot syntax used to access
2010-09-01 Douglas GregorImprove libclang indexing support for class template...
2010-09-01 Benjamin KramerStringRefize.
2010-09-01 Douglas GregorMake it clear that libclang does not modify the command...
2010-09-01 Douglas GregorAdd test for nothing... i.e., the contents of a USR...
2010-09-01 Douglas GregorTransfer calling-convention attributes down to member...
2010-09-01 Chris Lattneradd a new version of mingw, patch by İsmail "cartman...
2010-09-01 Chris Lattnerwhen emitting an error about a missing } in a compound...
2010-09-01 Douglas GregorImplement libclang support for using directives (cursor...
2010-09-01 Ted KremenekSplit ObjCInterfaceDecl::ReferencedProtocols into two...
2010-09-01 Chris Lattnerfix rdar://8360877 a really nasty miscompilation in...
2010-09-01 Chris Lattnersame refactoring as before, this time on the argument...
2010-09-01 Chris Lattnerrefactor some code to cut down on redundancy, no functi...
2010-09-01 Douglas GregorImprove location information in the representation...
2010-08-31 Fariborz JahanianPrevent warning when built with assert off.
2010-08-31 Fariborz Jahanianxcode project file update.
2010-08-31 Douglas GregorAdd libclang support for namespace aliases (visitation...
2010-08-31 Fariborz JahanianSome support for unicode string constants
2010-08-31 Sebastian RedlImplement __has_feature(cxx_inline_namespaces)
2010-08-31 Anton KorobeynikovAdd NetBSD include search path
2010-08-31 John McCallAdd convenience accessors for determining whether templ...
2010-08-31 Douglas GregorAdd a new libclang function clang_getTemplateCursorKind...
2010-08-31 John McCallAmusingly, I missed this point of abstraction in all...
2010-08-31 Sebastian RedlMake inline namespace not be transparent after all...
2010-08-31 Douglas GregorExtend libclang with a new cursor kind that indicates...
2010-08-31 Douglas GregorAdd libclang support for class template partial special...
2010-08-31 Douglas GregorAdd a libclang cursor kind, visitation support and...
2010-08-31 Ted KremenekImprove CFG printing support for CXXOperatorCallExpr...
2010-08-31 Ted KremenekExplicitly handle CXXOperatorCallExpr when building...
2010-08-31 Fariborz JahanianAST work to support [C++] [IRgen] for ?: with missing LHS
2010-08-31 Douglas GregorImplement basic support for indexing function templates in
2010-08-31 Chris LattnerAdd support for windows x86-64 varargs, patch by Camero...
2010-08-31 Chris Lattnerimprove isHexaLiteral to work with escaped newlines...
2010-08-31 Douglas Gregorlibclang indexing support for C++ constructors, destruc...
2010-08-31 Douglas GregorAdd a simple test for indexing namespaces
2010-08-31 John McCallTeach IR generation to return 'this' from constructors...
2010-08-31 Chandler CarruthFix a regression that allowed clearly ill formed code...
2010-08-31 Douglas GregorRevert my lame attempt at appeasing the CFGBuilder
2010-08-31 Douglas GregorWhen provide code completions for a variadic Objective...
2010-08-31 Douglas GregorTeach the CFGBuilder not do die on CXXBindTemporaryExpr...
2010-08-31 Sebastian RedlImplement the __has_nothrow trait family, by Steven...
next