]> granicus.if.org Git - clang/shortlog
clang
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.
2010-08-27 Douglas GregorMiscellaneous found by inspection with John and Sebastian
2010-08-27 Tom CareAdded checking of (x == x) and (x != x) to IdempotentOp...
2010-08-27 Tom CareEnabled relaxed LiveVariables analysis in the path...
2010-08-27 Tom CareRemove an assertion in UnreachableCodeChecker that...
2010-08-27 Tom CareFix bug in IdempotentOperationChecker where an assumpti...
2010-08-27 Chris Lattnerhandle :: in selectors in objc++ mode, rdar://8366474
2010-08-27 Tom CareAdd alternate version of LiveVariables analysis that...
2010-08-27 Ted KremenekAdd source file I meant to include in my previous commit.
2010-08-27 Douglas GregorImprove wording of diagnostic complaining about a non...
2010-08-27 Ted KremenekImplement CXCursor support for walking C++ base specifi...
2010-08-27 Ted KremenekFix copy-paste in doxygen comment.
2010-08-27 Douglas GregorImplement the "call super" code completion for C++...
2010-08-27 Douglas GregorTeach clang_codeComplete to always sort its code-comple...
2010-08-27 Chris Lattnerfix incorrect MM_HINT_ definitions, PR8011
2010-08-27 John McCallContinue to instantiate sub-statements in a CompoundStm...
2010-08-27 Devang PatelDebug info for friends!
2010-08-27 Douglas GregorSuggest "const" and "volatile" code completions after...
2010-08-27 Bob WilsonAdd the new alignment arguments for NEON load/store...
2010-08-27 Dan GohmancreateMainFileID doesn't need its IncludePos argument...
2010-08-27 Douglas GregorWhen code-completing inside an Objective-C method,...
2010-08-27 Douglas GregorAdd a super-cool code completion for send-to-super...
2010-08-27 Douglas GregorFix CMake dependencies, from Fernando Pelliccioni!
2010-08-27 John McCallPropagate whether an id-expression is the immediate...
2010-08-27 Douglas GregorDon't recurse twice when we can recurse once
2010-08-26 John McCallOne who seeks knowledge learns something new every...
2010-08-26 Devang Pateltest case for r112238.
2010-08-26 Ted KremenekFix horrible GRExprEngine bug where switch statements...
2010-08-26 Ted KremenekRemove redundant cast<...>.
2010-08-26 Dan GohmanFix a typo.
2010-08-26 Chris Lattnerimprove comments.
2010-08-26 Chris Lattneradd radar #
2010-08-26 Chris Lattnerfix 2xi16 to pass as i32 instead of <2 x i16>. The...
2010-08-26 Fariborz Jahanianclang.xcodeproj updated.
2010-08-26 Chris Lattnervector of long and ulong are also classified as INTEGER...
2010-08-26 Chris Lattner1 x ulonglong needs to be classified as INTEGER, just...
2010-08-26 John McCall...I forgot to check my new test after adding it, and...
2010-08-26 John McCallMake sure we clear TypeSpecOwned when setting TypeSpecT...
2010-08-26 Douglas GregorTweak the @selector completion to collapse multiple...
2010-08-26 Douglas GregorWhen code-completing a potential call to a C++ non...
2010-08-26 John McCallWork around a gcc warning.
2010-08-26 Argyrios KyrtzidisFix miscompilation. The cookie was not used when new...
2010-08-26 Benjamin Kramerclang-interpreter: libFrontend depends on libSerializat...
2010-08-26 Douglas GregorImplement code completion for @selector expressions
next