2009-07-31 |
Mike Stump | Fix spacing. |
commit | commitdiff | tree | snapshot |
2009-07-31 |
Owen Anderson | Update for LLVM API change. |
commit | commitdiff | tree | snapshot |
2009-07-31 |
Douglas Gregor | Fix 80-col violation |
commit | commitdiff | tree | snapshot |
2009-07-31 |
Douglas Gregor | Make canonicalization of overloaded function declaratio... |
commit | commitdiff | tree | snapshot |
2009-07-31 |
Douglas Gregor | Canonicalize template template parameters. We can't... |
commit | commitdiff | tree | snapshot |
2009-07-31 |
Douglas Gregor | Canonicalize function parameters |
commit | commitdiff | tree | snapshot |
2009-07-31 |
Daniel Dunbar | MultiTestRunner: Add module for lexing 'sh' commands. |
commit | commitdiff | tree | snapshot |
2009-07-31 |
Daniel Dunbar | Add missing test suffixes. |
commit | commitdiff | tree | snapshot |
2009-07-31 |
Daniel Dunbar | MultiTestRunner: Simplify, cleanup, and rename! |
commit | commitdiff | tree | snapshot |
2009-07-31 |
Douglas Gregor | Canonicalization and profiling for overloaded function... |
commit | commitdiff | tree | snapshot |
2009-07-31 |
Douglas Gregor | Canonicalize dependent extended vector types. |
commit | commitdiff | tree | snapshot |
2009-07-31 |
Ryan Flynn | PR3679 - enable #pragma weak aliasing. |
commit | commitdiff | tree | snapshot |
2009-07-31 |
John McCall | Rename Action::TagKind to Action::TagUseKind, which... |
commit | commitdiff | tree | snapshot |
2009-07-31 |
John McCall | sp. |
commit | commitdiff | tree | snapshot |
2009-07-31 |
Mike Stump | Whitespace around else canonicalization and fix 80... |
commit | commitdiff | tree | snapshot |
2009-07-31 |
Eli Friedman | Make the check for the linkage of a template handle... |
commit | commitdiff | tree | snapshot |
2009-07-31 |
Anders Carlsson | Add CK_DerivedToBase and use it PerformObjectMemberConv... |
commit | commitdiff | tree | snapshot |
2009-07-31 |
Mike Stump | Fix build warnings. |
commit | commitdiff | tree | snapshot |
2009-07-31 |
Anders Carlsson | Add a CastKind enum to CastExpr. Right now it's not... |
commit | commitdiff | tree | snapshot |
2009-07-31 |
Ted Kremenek | Fix use-after-release bug introduced in r77585 where... |
commit | commitdiff | tree | snapshot |
2009-07-31 |
Douglas Gregor | Build canonical types for dependently-sized array types. |
commit | commitdiff | tree | snapshot |
2009-07-30 |
Ted Kremenek | Add scan-build option '-no-failure-reports' to supress... |
commit | commitdiff | tree | snapshot |
2009-07-30 |
Douglas Gregor | Canonicalization of dependent C++0x decltype types. |
commit | commitdiff | tree | snapshot |
2009-07-30 |
Fariborz Jahanian | Synthesize the default constructor which has not |
commit | commitdiff | tree | snapshot |
2009-07-30 |
Douglas Gregor | Canonicalization for dependent typeof(expr) types. |
commit | commitdiff | tree | snapshot |
2009-07-30 |
Owen Anderson | Update for LLVM API changes. |
commit | commitdiff | tree | snapshot |
2009-07-30 |
Anders Carlsson | Diagnose unused expression results for all statements... |
commit | commitdiff | tree | snapshot |
2009-07-30 |
Anders Carlsson | Add casts to avoid a bunch of unused expr warnings... |
commit | commitdiff | tree | snapshot |
2009-07-30 |
Mike Stump | Canonicalize else spacing. |
commit | commitdiff | tree | snapshot |
2009-07-30 |
Anders Carlsson | Factor code out into a DiagnoseUnusedExprResult function. |
commit | commitdiff | tree | snapshot |
2009-07-30 |
Mike Stump | Note some other limitations. |
commit | commitdiff | tree | snapshot |
2009-07-30 |
Mike Stump | Update based upon comments. Explain why we have an... |
commit | commitdiff | tree | snapshot |
2009-07-30 |
Mike Stump | We'll also need a vtable pointer if we have virtual... |
commit | commitdiff | tree | snapshot |
2009-07-30 |
Douglas Gregor | What luck! Clang obtains support for refering to member... |
commit | commitdiff | tree | snapshot |
2009-07-30 |
Fariborz Jahanian | Patch for future ir-gen for destructor calls. |
commit | commitdiff | tree | snapshot |
2009-07-30 |
Ted Kremenek | Lexically order files. |
commit | commitdiff | tree | snapshot |
2009-07-30 |
Douglas Gregor | Support out-of-line definitions of the members of class... |
commit | commitdiff | tree | snapshot |
2009-07-30 |
Douglas Gregor | Initialize an otherwise-wild pointer. Fixes a crashy... |
commit | commitdiff | tree | snapshot |
2009-07-30 |
Benjamin Kramer | fix cmake build |
commit | commitdiff | tree | snapshot |
2009-07-30 |
Zhongxing Xu | simple fixes. |
commit | commitdiff | tree | snapshot |
2009-07-30 |
Zhongxing Xu | Make AnalysisManager into its own source file and a... |
commit | commitdiff | tree | snapshot |
2009-07-30 |
Daniel Dunbar | Update CMakeLists.txt |
commit | commitdiff | tree | snapshot |
2009-07-30 |
Argyrios Kyrtzidis | Fix Selector <-> GlobalSelector conversion. |
commit | commitdiff | tree | snapshot |
2009-07-30 |
Ryan Flynn | PR3679 - handle #pragma weak |
commit | commitdiff | tree | snapshot |
2009-07-30 |
Daniel Dunbar | Add -fblocks. |
commit | commitdiff | tree | snapshot |
2009-07-30 |
Daniel Dunbar | MultiTestRunner: Stop printing XFAILs on every run... |
commit | commitdiff | tree | snapshot |
2009-07-30 |
Zhongxing Xu | This patch collects all analysis context data into... |
commit | commitdiff | tree | snapshot |
2009-07-30 |
Eli Friedman | Remove bogus "unsupported" case for vectors (which... |
commit | commitdiff | tree | snapshot |
2009-07-30 |
Mike Stump | Fix type to be consistent with the rest of the code. |
commit | commitdiff | tree | snapshot |
2009-07-30 |
Mike Stump | Add ability to layout the vtable pointer in trivial... |
commit | commitdiff | tree | snapshot |
2009-07-30 |
Eli Friedman | Fix gcc warning. |
commit | commitdiff | tree | snapshot |
2009-07-30 |
Fariborz Jahanian | ir-gen for nested non-virtual base member access |
commit | commitdiff | tree | snapshot |
2009-07-30 |
Eli Friedman | Add support for -Wno-long-long. |
commit | commitdiff | tree | snapshot |
2009-07-30 |
Argyrios Kyrtzidis | Add support for ObjC message expressions, in the Analyzer: |
commit | commitdiff | tree | snapshot |
2009-07-30 |
Argyrios Kyrtzidis | Update CMake. |
commit | commitdiff | tree | snapshot |
2009-07-29 |
Argyrios Kyrtzidis | Support ObjC methods as Entities. |
commit | commitdiff | tree | snapshot |
2009-07-29 |
Douglas Gregor | There's no point in going through the getAs<TagType... |
commit | commitdiff | tree | snapshot |
2009-07-29 |
Argyrios Kyrtzidis | Use a STL helper template 'pair_value_iterator', by... |
commit | commitdiff | tree | snapshot |
2009-07-29 |
Argyrios Kyrtzidis | Add ObjCMethodDecl::isThisDeclarationADefinition(). |
commit | commitdiff | tree | snapshot |
2009-07-29 |
Argyrios Kyrtzidis | Index the selectors and provide the translation units... |
commit | commitdiff | tree | snapshot |
2009-07-29 |
Argyrios Kyrtzidis | Add TranslationUnit::getSelectorMap(). |
commit | commitdiff | tree | snapshot |
2009-07-29 |
Argyrios Kyrtzidis | Introduce SelectorMap whose purpose is to map selectors... |
commit | commitdiff | tree | snapshot |
2009-07-29 |
Argyrios Kyrtzidis | Find references inside blocks. |
commit | commitdiff | tree | snapshot |
2009-07-29 |
Argyrios Kyrtzidis | Use helper class ASTVisitor to fully traverse an AST. |
commit | commitdiff | tree | snapshot |
2009-07-29 |
Argyrios Kyrtzidis | Introduce the GlobalSelector class in the Indexing... |
commit | commitdiff | tree | snapshot |
2009-07-29 |
Argyrios Kyrtzidis | Use an IdentifierTable for names used for Entities. |
commit | commitdiff | tree | snapshot |
2009-07-29 |
Argyrios Kyrtzidis | -Introduce the idx::Analyzer class used for getting... |
commit | commitdiff | tree | snapshot |
2009-07-29 |
Argyrios Kyrtzidis | Introduce TULocation and TULocationHandler classes. |
commit | commitdiff | tree | snapshot |
2009-07-29 |
Argyrios Kyrtzidis | Modify the Indexer class so that it can return the... |
commit | commitdiff | tree | snapshot |
2009-07-29 |
Argyrios Kyrtzidis | Add Entity::getInternalDecl() to be used only on Entiti... |
commit | commitdiff | tree | snapshot |
2009-07-29 |
Argyrios Kyrtzidis | Constify ASTLocation::print. |
commit | commitdiff | tree | snapshot |
2009-07-29 |
Argyrios Kyrtzidis | Fix some comments. |
commit | commitdiff | tree | snapshot |
2009-07-29 |
Argyrios Kyrtzidis | Add getDeclReferenceMap() to the abstract interface... |
commit | commitdiff | tree | snapshot |
2009-07-29 |
Argyrios Kyrtzidis | Remove the TranslationUnit usage from clang-wpa.cpp... |
commit | commitdiff | tree | snapshot |
2009-07-29 |
Argyrios Kyrtzidis | Introduce a helper template for the Handler classes... |
commit | commitdiff | tree | snapshot |
2009-07-29 |
Argyrios Kyrtzidis | Add an assert. |
commit | commitdiff | tree | snapshot |
2009-07-29 |
Argyrios Kyrtzidis | Accept Handler objects in parameters as references. |
commit | commitdiff | tree | snapshot |
2009-07-29 |
Argyrios Kyrtzidis | Rename EntityHandler::HandleEntity to Handle. |
commit | commitdiff | tree | snapshot |
2009-07-29 |
Argyrios Kyrtzidis | -Make IndexProvider an abstract interface for getting... |
commit | commitdiff | tree | snapshot |
2009-07-29 |
Douglas Gregor | Make tag declarations redeclarable. This change has... |
commit | commitdiff | tree | snapshot |
2009-07-29 |
Douglas Gregor | Eliminate an unused-variable warning |
commit | commitdiff | tree | snapshot |
2009-07-29 |
Owen Anderson | Update for LLVM API change. |
commit | commitdiff | tree | snapshot |
2009-07-29 |
Ted Kremenek | Change uses of: |
commit | commitdiff | tree | snapshot |
2009-07-29 |
Ted Kremenek | Remove 'StoreManager::OldCastRegion()', TypedViewRegion... |
commit | commitdiff | tree | snapshot |
2009-07-29 |
Fariborz Jahanian | Fixed test. |
commit | commitdiff | tree | snapshot |
2009-07-29 |
Fariborz Jahanian | Some refactoring of member access for |
commit | commitdiff | tree | snapshot |
2009-07-29 |
Eli Friedman | Refactor base/member initializers, and construct them... |
commit | commitdiff | tree | snapshot |
2009-07-29 |
Fariborz Jahanian | Check accessibility when converting object to the base |
commit | commitdiff | tree | snapshot |
2009-07-29 |
Owen Anderson | Update for LLVM API change. |
commit | commitdiff | tree | snapshot |
2009-07-29 |
Fariborz Jahanian | No longer need to keep base class offsets in the offset |
commit | commitdiff | tree | snapshot |
2009-07-29 |
Fariborz Jahanian | Patch to provide cast of objects in member access |
commit | commitdiff | tree | snapshot |
2009-07-29 |
Douglas Gregor | [llvm up] |
commit | commitdiff | tree | snapshot |
2009-07-29 |
Ted Kremenek | Add an XFAILed test case that currently crashes for... |
commit | commitdiff | tree | snapshot |
2009-07-29 |
Ted Kremenek | Add another analyzer test case involving an OSAtomic... |
commit | commitdiff | tree | snapshot |
2009-07-29 |
Ted Kremenek | Remove some uses of TypedViewRegion, and use getBaseReg... |
commit | commitdiff | tree | snapshot |
2009-07-29 |
Ted Kremenek | Make StoreManager::InvalidateRegion() virtual, move... |
commit | commitdiff | tree | snapshot |
2009-07-29 |
Ted Kremenek | Add 'MemRegion::getBaseRegion()', a utility method... |
commit | commitdiff | tree | snapshot |
2009-07-29 |
Ted Kremenek | canSymbolicate() should only return true for integer... |
commit | commitdiff | tree | snapshot |
2009-07-29 |
Sebastian Redl | Check for identical types in C++ catch expression.... |
commit | commitdiff | tree | snapshot |
2009-07-29 |
Daniel Dunbar | Don't use a formatted ostream when writing .ll either. |
commit | commitdiff | tree | snapshot |
next |