]> granicus.if.org Git - clang/shortlog
clang
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...
2010-08-31 Ted KremenekAdd range of return value expression in ReturnUndefChec...
2010-08-31 Sebastian RedlEnable inline namespaces in C++03 as an extension.
2010-08-31 Sebastian RedlAdd a forgotten place where the enclosing namespace...
2010-08-31 Sebastian RedlEnable inline namespaces in the AST.
2010-08-31 Sebastian RedlRename DeclContext::getLookupContext to getRedeclContex...
2010-08-31 Sebastian RedlDecl::getEnclosingNamespaceContext has no reason to...
2010-08-31 Douglas GregorWhen instantiating a function type, instantiate the...
2010-08-30 Douglas GregorAdd a missing return. Bug noticed by Dawn Perchik!
2010-08-30 Douglas GregorWhen template substitution into a template parameter...
2010-08-30 Chris Lattnersilence a warning
2010-08-30 Gabor Greifzap tabs
2010-08-30 Chris LattnerFix PR8029, a x86-32 ABI regression in introduced in...
2010-08-30 Gabor Greifadd two more use-cases (explicit instantiation) that...
2010-08-30 Gabor Greiffix dual aspect of PR8007,
2010-08-30 Douglas GregorPerform the function-to-pointer adjustment during templ...
2010-08-30 Bob WilsonTranslate NEON vmovn builtin to a vector truncation...
2010-08-30 Tom CareAdjusted the semantics of assign checking in Idempotent...
2010-08-30 Sean HuntRevert my user-defined literal commits - r1124{58,60...
2010-08-30 Chris Lattneradd a fixme.
2010-08-30 Chris Lattneruse 'features' instead of 'PP->getLangOptions'.
2010-08-30 Douglas GregorHeap-allocate the attribute vectors in
2010-08-30 Douglas GregorFix an corner-case assertion introduced by the refactor...
2010-08-30 Douglas GregorNow that GCC will have #pragma push/pop (in GCC 4.6...
2010-08-30 Douglas GregorEmulate (some of) Microsoft's looser semantic checking...
2010-08-30 Douglas GregorIn Microsoft compatibility mode, don't parse the expone...
2010-08-30 Douglas GregorPredeclare class type_info in Microsoft mode, from...
2010-08-30 Douglas GregorAdd test case from PR6952, which now works (thanks...
2010-08-30 Douglas GregorAdd redeclaration checking for static data members...
2010-08-30 Douglas GregorFix CMake dependencies
2010-08-30 Duncan SandsStraighten out target triples provided on the command...
2010-08-30 Sean HuntTwo minor fixes to user-defined literals:
2010-08-30 Chandler CarruthAdd some braces for sanity and GCC silence. These becam...
2010-08-29 Sean HuntFix some test-breaking that snuck into my previous...
2010-08-29 Sean HuntImplement C++0x user-defined string literals.
2010-08-29 Douglas GregorWhen providing a code completion for an Objective-C...
2010-08-29 Douglas GregorImprove code completion for initializer lists in constr...
2010-08-29 Douglas GregorAdd missing test case for constructor-initializer code...
2010-08-29 Fariborz JahanianObjClang++: Allow declaration of block variable in...
2010-08-29 Zhongxing XuAdd comments.
2010-08-29 Bob WilsonTranslate NEON vaddl, vaddw, vsubl, and vsubw builtins...
2010-08-29 John McCallComplain if a __pragma isn't terminated.
2010-08-28 John McCallAdd support for Microsoft's __pragma in the preprocessor.
2010-08-28 John McCallWhen perform exact-qualifier-match template argument...
2010-08-28 John McCallIf filtering a lookup result leaves it ambiguous, keep...
2010-08-28 Ted KremenekDelete the relaxedLiveness object in the dtor of Analys...
2010-08-28 Chris Lattnerimprove comment, patch by Vladimir Kirillov!
2010-08-28 Gabor Greifsimplify by relying on cascading operator->
2010-08-28 Gabor Greifsimplify
next