]> granicus.if.org Git - clang/shortlog
clang
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
2010-08-26 Douglas GregorMore ordering tweaks in this silly, silly test
2010-08-26 Gabor Greifmark boost's tracking bug as fixed
2010-08-26 Douglas GregorTweak wording in an assertion, from dawn@burble.org.
2010-08-26 Benjamin KramerUpdate clang-interpreter for recent DiagnosticClient...
2010-08-26 Douglas GregorMove the sorting of code-completion results out of...
2010-08-26 John McCallMissed a couple.
2010-08-26 John McCallApparently gcc doesn't always get injected class names...
2010-08-26 John McCallMove things around so that Sema.h no longer depends...
2010-08-26 Chris Lattnertame an assertion, fixing rdar://8357396
2010-08-26 Daniel DunbarCGValue: Increase width of allowed alignment. We could...
2010-08-26 Daniel DunbarRevert r112149, "Move the sorting of code-completion...
2010-08-26 Daniel DunbarRevert r112154, "Fix thinko in sorting operation",...
2010-08-26 Douglas GregorTweak test to avoid checking for a specific ordering...
2010-08-26 John McCallDe-memberify the VarDecl and FunctionDecl StorageClass...
2010-08-26 Douglas GregorFix thinko in sorting operation
2010-08-26 Dan GohmanFix a typo.
2010-08-26 Douglas GregorMove the sorting of code-completion results out of...
2010-08-26 John McCallRestore r112114 now that SmallVector<...,0> is safe.
2010-08-26 Eric ChristopherMove some type defines from smmintrin.h to emmintrin...
2010-08-26 Ted KremenekAdd libclang API hook "clang_getIBOutletCollectionType...
2010-08-26 Daniel DunbarDriver/Darwin: Switch back to old toolchain, looks...
2010-08-26 Chris Lattnerzap dead ctor
2010-08-26 Daniel DunbarIRgen/NEON: Fix codegen of vzip and vzipq.
2010-08-26 Daniel DunbarDriver: Fix thinko where I switched to always using...
2010-08-26 Daniel DunbarDriver/Darwin: Pass the right arch specific dir for...
2010-08-26 Daniel DunbarRevert r112114, "Pull DelayedDiagnostic and AccessedEnt...
2010-08-26 Eric ChristopherWith lax vector conversions (the default) make sure...
2010-08-26 Douglas GregorRevert "Move the sorting of code-completion results...
2010-08-26 Fariborz JahanianAdd DelayedDiagnostic.h to xcode project file.
2010-08-26 Fariborz JahanianMore update of clang.xcodeproj for recent changes.
2010-08-26 Fariborz JahanianUpdate clang.xcodeproj for recent refactorings.
2010-08-25 Eric ChristopherFix typo in error message and testcase.
2010-08-25 John McCallPull DelayedDiagnostic and AccessedEntity out into...
2010-08-25 Argyrios KyrtzidisRevert r112043, static volatiles are removed by the...
2010-08-25 Chris LattnerFinally pass "two floats in a 64-bit unit" as a <2...
2010-08-25 Argyrios KyrtzidisFix miscompilation. The custom new[]/delete[] methods...
2010-08-25 Tom CareAdd missing null checks in PseudoConstantAnalysis
2010-08-25 Tom CareImproved the handling of blocks and block variables...
2010-08-25 Ted KremenekFix RUN line in test.
2010-08-25 Ted KremenekWhen annotating tokens, don't fallback to annotating...
next