]> granicus.if.org Git - clang/shortlog
clang
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
2010-08-28 Nick LewyckyFix copy+paste error in comment.
2010-08-28 Gabor Greifadd another test for PR8007
2010-08-28 Gabor Greifthe target of the link uses the singular form, so do...
2010-08-28 Gabor Greiftypo
2010-08-28 Gabor Greifsuppress annoying textual repetition as 'aka'
2010-08-28 Argyrios KyrtzidisFix the memory leak of FloatingLiteral/IntegerLiteral.
2010-08-28 John McCallThat's not the right direction to compute notional...
2010-08-28 John McCallFix build. Bad me, adding last-minute assertions.
2010-08-28 John McCallWhen checking access control for an instance member...
2010-08-28 Gabor Greifcheck whether sema issues a redefinition error
2010-08-28 Gabor Greifperform cheap test first
2010-08-28 Nick LewyckyIgnore this flag too, Clang doesn't seem to use random...
2010-08-28 Gabor Greifnote to self: save before committing; add PR
2010-08-28 Gabor Greiffix test by applying it in top namespace: PR8007 only...
2010-08-28 Ted KremenekUpdate test case, with comment to later investigate...
2010-08-28 Ted KremenekExplicitly handle CXXExprWithTemporaries during CFG...
2010-08-28 Gabor Greiffix PR8007
2010-08-28 Douglas GregorBasic code completion support for the base and member...
2010-08-27 Gabor Greifreproduction recipe for PR8007, expected to fail for...
2010-08-27 Sebastian RedlParser support for inline namespaces
2010-08-27 Sebastian RedlComment and move another ASTReader member.
2010-08-27 Sebastian RedlUpdate comment after Chandler's change.
next