]> granicus.if.org Git - clang/shortlog
clang
2010-02-17 Douglas GregorImplement AST importing and checking for Objective...
2010-02-17 Anders CarlssonCorrectly calculate base offsets for 'this' pointer...
2010-02-17 Ted KremenekConvert clang_getCompletionChunkText() to return a...
2010-02-17 Charles DavisRevert r95939, as suggested by Alexandre Julliard from...
2010-02-17 Ted KremenekRemove trailing spaces.
2010-02-17 Ted KremenekChange clang_getCursorKindSpelling() to return a CXString
2010-02-17 Ted KremenekChange clang_getFileName() to return a 'CXString' inste...
2010-02-17 Ted KremenekMove createCXString() functions out of CIndexer and...
2010-02-17 Douglas GregorImplement AST importing of Objective-C instance variables.
2010-02-16 Fariborz JahanianMore rewriter test converted to compile with clang.
2010-02-16 Fariborz JahanianWith addition of -Wno-address-of-temporary (thank you...
2010-02-16 John McCallIRgen optimization: cache the value of 'this' and...
2010-02-16 Devang PatelDistinguish two lexical blocks at the same level.
2010-02-16 Douglas GregorIntroduce a new kind of failed result for isLvalue...
2010-02-16 Daniel DunbarIRgen: Switch 'retval' to use CreateIRTemp.
2010-02-16 Daniel DunbarDisable warn_unused_function for now, its breaking...
2010-02-16 Daniel DunbarIRgen: Add CreateIRTemp, which creates a temporary...
2010-02-16 Daniel DunbarIRgen: Switch EmitCompoundLiteralLValue to use CreateMe...
2010-02-16 Douglas GregorDo not try to instantiate invalid declarations. It...
2010-02-16 Douglas GregorImprove parsing and instantiation of destructor names...
2010-02-16 Chris Lattnerwhen a diagnostic is an extension and has no other...
2010-02-16 Charles Davisdllimport and dllexport are declspec attributes, too...
2010-02-16 Chris Lattneradd two aliases for SSE functions we already have,...
2010-02-16 Chris Lattneradd freebsd/ppc[64] support, patch by Nathan Whitehorn...
2010-02-16 Fariborz JahanianMinor rewriter cleanup and a test for a block rewriting...
2010-02-16 Ted KremenekAdd test case showing that a recursive block that captu...
2010-02-16 Anders CarlssonAdd an extreme vbase offsets test. I'm kinda amazed...
2010-02-16 Anders CarlssonHandle layout of vtables for virtual bases.
2010-02-16 Anders CarlssonMove some code around in preparation for virtual base...
2010-02-16 Fariborz JahanianFix rewriter bug when function call inside block with...
2010-02-16 Anders CarlssonFix a bug where we would not emit secondary vtables...
2010-02-16 Benjamin KramerRename argument so the name reflects what it's doing.
2010-02-16 Ted KremenekAdd simpler checker to check if variables captured...
2010-02-16 John McCallSupport local namespace aliases and permit them to...
2010-02-16 Anders CarlssonEmit vbase offsets.
2010-02-16 Anders CarlssonMore work on the new layout code.
2010-02-16 John McCallWhen emitting complete destructors for classes with...
2010-02-16 John McCallWhite-list comma expressions with the literal 0 as...
2010-02-16 John McCallMake the various type-decl Types (and their associated...
2010-02-16 Sanjiv GuptaRe-applying 96173. Looks like finally I got the test...
2010-02-16 Ted KremenekAdd test case to show that Clang now checks the format...
2010-02-16 Daniel Dunbarc-index-test: Pass appropriate client data.
2010-02-16 Daniel DunbarASTUnit: Constant fold UseBumpAllocator to true, we...
2010-02-16 Daniel DunbarASTUnit::LoadFromCompilerInvocation - Take ownership...
2010-02-16 Daniel DunbarCompilerInstance: Move LLVMContext member out of constr...
2010-02-16 Daniel DunbarSwitch clang to use its own LLVMContext (not the global...
2010-02-16 Ted KremenekFix test case.
2010-02-16 Ted KremenekRefactor the logic for printf argument type-checking...
2010-02-16 Ted KremenekAdded 'AsWideChar' flag to LengthModifier.
2010-02-16 Douglas GregorSkeleton for importing Objective-C classes
2010-02-16 Chris Lattnermark __builtin_longjmp noreturn, PR6312
2010-02-16 Douglas GregorDon't import __va_list_tag or __builtin_va_list when...
2010-02-15 Douglas GregorCope with anonymous tags defined within declarators...
2010-02-15 Ted KremenekConvert GRExprEngine's handling of ObjCMessageExprs...
2010-02-15 Benjamin KramerAdd Sema support for __builtin_fpclassify by extending...
2010-02-15 Fariborz JahanianIssue a bettter diagnostics for incorrect property...
2010-02-15 Chandler CarruthFix instantiation of template functions with local...
2010-02-15 Douglas GregorTell ASTMerge to merge every declaration it sees, rathe...
2010-02-15 Douglas GregorReimplement the structural-equality checks used to...
2010-02-15 Fariborz JahanianClass continuation now has its own property ast for
2010-02-15 Fariborz JahanianTest to compile the rewritten file for my last patch.
2010-02-15 Fariborz JahanianFix a broken rewritin of @implementation keyword.
2010-02-15 John McCallOptimize the implementation of IdDeclInfo pooling in...
2010-02-15 Devang PatelUse getLocStart(), instead of getLocEnd(), to record...
2010-02-15 Sanjiv Guptareverting back 96242 as it still causes a test failure.
2010-02-15 Sanjiv GuptaRe-applying 96173 with corresponding changes in test.
2010-02-15 Duncan SandsUniformize the names of type predicates: rather than...
2010-02-15 Chandler CarruthDefer covariance checks for dependent types. Add test...
2010-02-15 Zhongxing XuSimplify code. If we can reach here, the base must...
2010-02-15 John McCallWhen emitting an aggregate into a temporary, make sure...
2010-02-14 Ted Kremenekclang::Attr objects should be treated as AST nodes...
2010-02-14 Ted KremenekAdd LLVM conventions check that scans for AST elements...
2010-02-14 Ted KremenekChange LLVMConventionsChecker to accept an entire trans...
2010-02-14 Ted KremenekRework translation unit actions to actually take an...
2010-02-14 Ted KremenekFor the StringRef check, also visit the children of...
2010-02-14 Ted KremenekPlace type-checking static methods at type of file...
2010-02-14 Chris Lattnertemporarily revert 96173, it is causing test failures.
2010-02-14 Sanjiv Guptarenamed pic16 specifiic macros.
2010-02-14 Anders CarlssonDon't compute final overriders or build vtables for...
2010-02-14 Benjamin KramerPass StringRefs to InsertText/ReplaceText in RewriteObj...
2010-02-14 Daniel DunbarCIndex: Switch CXSourceRange to proper half-open intervals.
2010-02-14 Daniel DunbarCIndex: Avoid an unnecessary getLocForEndOfToken call...
2010-02-14 Daniel Dunbarc-index-test: Unify and always print half-open extents.
2010-02-14 Daniel Dunbarc-index-test: Simplify file scanning code.
2010-02-14 Daniel Dunbarc-index-test: Unify syntax for printing extents. Yes...
2010-02-14 Daniel DunbarCIndex: Simplify (remove provably dead code).
2010-02-14 Daniel DunbarCIndex: Inline CompareRegionOfInterest(CXSourceRange...
2010-02-14 Daniel DunbarRename translateSourceRange(CXSourceRange) translateCXS...
2010-02-14 Zhongxing XuFix pr6293. If ptr is NULL, no operation is preformed.
2010-02-14 Ted KremenekAdd new static analyzer for checking LLVM coding conven...
2010-02-14 Ted KremenekTwo changes to AnalysisConsumer::HandleTopLevelSingleDe...
2010-02-14 Daniel DunbarCIndex: Kill off CXSourceLocationPtr, and AtEnd arguments.
2010-02-14 Daniel DunbarCIndex: Stop hiding magic end bit in CXSourceRange...
2010-02-14 John McCallImprove the diagnostic given when referring to a tag...
2010-02-14 Anders CarlssonBuild fix.
2010-02-14 Anders CarlssonBaby steps towards teaching FinalOverriders about virtu...
2010-02-14 Anders CarlssonDon't try to layout construction vtables for now.
2010-02-14 Anders CarlssonImprove support for non-virtual 'this' pointer adjustme...
2010-02-13 Anders CarlssonAdd basic support for simple non-virtual 'this' pointer...
2010-02-13 Anders CarlssonAdd support for very simple non-virtual this adjustment...
next