]> granicus.if.org Git - clang/shortlog
clang
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...
2010-02-13 Anders CarlssonCleanup; remove some duplicated code.
2010-02-13 Anders CarlssonAssert if we encounter this adjustments.
2010-02-13 Anders CarlssonStart laying out secondary vtables.
2010-02-13 Anders CarlssonMerge base offsets and dump them.
2010-02-13 Anders CarlssonDon't make return adjustments for pure virtual member...
2010-02-13 Anders CarlssonHandle virtual bases in return adjustment types.
2010-02-13 Anders CarlssonHandle virtual bases in ComputeBaseOffset.
2010-02-13 Daniel DunbarAdd newline.
2010-02-13 Anders CarlssonMore work on covariant return types. We now handle...
2010-02-13 Chris Lattneradd support for t Fedora 12 (February 2010), patch by
2010-02-13 Daniel Dunbarcindex/Python: Fix cindex-{dump,includes} examples...
2010-02-13 Daniel Dunbarcindex/Python: Add TranslationUnit.get_includes, patch...
2010-02-13 Daniel Dunbarcindex/Python: Update for clang_getDiagnosticRange...
2010-02-13 Charles DavisEmit the 'alignstack' LLVM function attribute when...
2010-02-13 Chandler CarruthFix think-o, attributes can't come *within* the type...
2010-02-13 Chandler CarruthSilence unused variable warning in a build without...
2010-02-13 Chandler CarruthSkip implicit instantiation of templated variables...
2010-02-13 Benjamin KramerRemove dead {include, semicolon, variable}.
2010-02-13 Benjamin KramerUse a different name for this iterator. MSVC and clang...
2010-02-13 Chandler CarruthSilence a GCC warning about a possibly uninitialized...
2010-02-13 Douglas GregorFix a fiendinshly fun little type-canonicalization...
2010-02-13 Douglas GregorPermit the use of typedefs of class template specializa...
2010-02-13 John McCallRaise the responsibility for passing -disable-llvm...
2010-02-13 Anders CarlssonMore work on return type adjustments in the new vtable...
2010-02-13 Ted KremenekEnhance RegionStore::InvalidateRegions() to correctly...
2010-02-13 John McCallSwitch the standard DeclarationName comparator to be...
2010-02-13 Ted KremenekPull logic for visiting value bindings in InvalidateReg...
2010-02-13 Eli FriedmanFix for PR6274: teach constant folding to evaluate...
2010-02-13 Eli Friedmanif-0 out printf.
2010-02-12 John McCallAdd an option to disable the LLVM verifier pass (which...
2010-02-12 Douglas GregorFunnel changes to the ImportedDecls list in the ASTImpo...
2010-02-12 Ted KremenekFix bug I introduced with assinging a temporary to...
2010-02-12 Ted KremenekMake the following functions thread-safe but having...
2010-02-12 Douglas GregorImplement AST importing and merging for enumeration...
2010-02-12 Fariborz JahanianComplain if block-literal expression's parameter name is
2010-02-12 Ted Kremenek(1) Correctly format external Javascript link.
2010-02-12 Fariborz JahanianDon't error when setting a sub-structure variable...
2010-02-12 Chris Lattnerfix a bug in SourceManager::getInstantiationLocSlowCase...
2010-02-12 Fariborz JahanianPatch to fix a warning which exposed a bug in building
2010-02-12 Chris Lattnerrestructure code a bit: there are two potential issues
2010-02-12 Anders CarlssonFix a refacto that broke the clang-on-clang build.
2010-02-12 Fariborz JahanianFixes a rewriter bug rewriting function decl.
2010-02-12 Douglas GregorImprove representation of tag declarations first declar...
2010-02-12 Anders CarlssonStart stubbing out more of the covariant thunk support.
2010-02-12 Douglas GregorImprove documentation for DependentTypeOfExprType,...
2010-02-12 Douglas GregorSimplify incomplete-array merging code in the AST impor...
2010-02-12 Douglas GregorFix a latent bug found by Ahmed Charles, where we were...
2010-02-12 Anders CarlssonKeep track of whether a final overrider needs a return...
2010-02-12 Anders CarlssonMove overrider out into a separate struct.
2010-02-12 Chris LattnerFix PR6282: the include guard optimization cannot happe...
2010-02-12 Anders CarlssonKeep track of the address points for all primary bases...
2010-02-12 Douglas GregorWork around an annoying, non-standard optimization...
2010-02-12 John McCallFix a bug causing an assertion when a covariant return...
2010-02-12 Douglas GregorImprove a test slightly
2010-02-12 Douglas GregorIn C++, allow builtins to be referred to via qualified...
2010-02-12 Anders CarlssonMore work on vtable layout. We can now layout vtables...
2010-02-12 John McCallWaste two bits in every clang::Type so that the type...
next