]> granicus.if.org Git - clang/shortlog
clang
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...
2010-08-25 Douglas GregorMove the sorting of code-completion results out of...
2010-08-25 John McCallSplit out a header to hold APIs meant for the Sema...
2010-08-25 Dan GohmanFix a typo.
2010-08-25 Douglas GregorWhen combining the code-completion results from Sema...
2010-08-25 Michael J.... Fix horrible white space errors.
2010-08-25 Douglas GregorInitialize the translation-unit scope before lexing...
2010-08-25 Douglas GregorAdd a missing case
2010-08-25 Douglas GregorFix an off-by-one error when computing the precompiled...
2010-08-25 Douglas GregorMake the cursor kind of macro-name-only completions...
2010-08-25 Devang PatelRobustify test.
2010-08-25 Douglas GregorTest for previous commit
2010-08-25 Douglas GregorAdd a code-completion context for "natural language...
2010-08-25 Douglas GregorIntroduce a preprocessor code-completion hook for conte...
2010-08-25 Douglas GregorImplement __builtin_printf, __builtin_fprintf. Fixes...
2010-08-25 Benjamin KramerSilence a GCC warning saying that unsigned >= UO_PostIn...
2010-08-25 John McCallGCC didn't care for my attempt at API compatibility...
2010-08-25 John McCallRandom space optimization.
2010-08-25 Argyrios KyrtzidisRecursive functions should be marked when used from...
2010-08-25 John McCallMore incremental progress towards not including Expr...
2010-08-25 Argyrios KyrtzidisMake sure volatile variables are emitted even if static...
2010-08-25 Chandler CarruthRename *PendingImplicitInstantiations to *PendingInstan...
2010-08-25 John McCallSplit FunctionScopeInfo and BlockScopeInfo into their...
2010-08-25 Chandler CarruthSupport explicit instantiation of function templates...
2010-08-25 John McCallRemove Sema.h's dependency on DeclCXX.h.
2010-08-25 John McCallRemove the DenseSet dependency from Sema.h.
2010-08-25 John McCallTeach Sema to live without CodeCompleteConsumer.h.
2010-08-25 John McCallRemove AnalysisBasedWarnings.h's dependency on Type.h
2010-08-25 John McCallMove more stuff out of Sema.h.
2010-08-25 John McCallSort the forward declarations.
2010-08-25 Daniel Dunbartests: Disable this test for now, it is overly pessimis...
2010-08-25 Daniel DunbarIRgen: Fix a horrible bug in pointer to bool conversion...
2010-08-25 John McCallExpression statements undergo lvalue-to-rvalue conversi...
2010-08-25 John McCallReformatting.
2010-08-25 Zhongxing XuAdd back clang-wpa. It is useful for experimenting...
2010-08-25 Douglas GregorWhen performing completions involving Objective-C metho...
2010-08-25 Sebastian RedlReorganize and verbosely document some of ASTReader...
2010-08-25 Sebastian RedlRemove an unused field in ASTReader
2010-08-25 Argyrios KyrtzidisPlug leak. The DenseMaps of CXXRecordLayoutInfo weren...
2010-08-25 Argyrios KyrtzidisUse a smart pointer instead of delete.
2010-08-25 Argyrios KyrtzidisMake sure CXXABI is destroyed.
2010-08-25 Fariborz JahanianNo need to default synthesize property if implementation
2010-08-25 Devang PatelFix 'for' loop variables' scope.
2010-08-24 Douglas GregorGive a slight preference to functions returning "void...
2010-08-24 John McCallPreserve invalidity of typeof operands in C++.
next