- 32d335e Templatize BadSpecifier and introduce DeclSpec::getSpecifier(T) for the by John McCall · 15 years ago
- 6bff251 Formatting fixes (trailing whitespace, 80-cols, indentation). by Daniel Dunbar · 15 years ago
- d469fc8 Fix assertion crash. I don't have a testcase, but the fix is pretty by Eli Friedman · 15 years ago
- 18c7c06 add a bunch of routine methods to AnalysisContext. by Zhongxing Xu · 15 years ago
- 9ab76fa Update for LLVM API change. by Daniel Dunbar · 15 years ago
- b0f17c7 Update for LLVM API change. by Daniel Dunbar · 15 years ago
- d07a0d0 now we can let AnalysisManager to own the PathDiagnosticClient. by Zhongxing Xu · 15 years ago
- c471e7b Create only one AnalysisManager for each translation unit. In HandleCode(), by Zhongxing Xu · 15 years ago
- 2bbcf66 Driver/OpenBSD: Improve ld options. - Patch by Jonathan Gray! by Daniel Dunbar · 15 years ago
- 1f561c1 Produce a warning that partial ordering of function templates is not yet supported by Douglas Gregor · 15 years ago
- 37d93e9 Keep track of the template arguments deduced when matching a class by Douglas Gregor · 15 years ago
- c43f2f4 Whoops, meant to delete this. by Anders Carlsson · 15 years ago
- b0d0ea0 use CodeGenModule::EmitNullConstant in a couple of places. by Anders Carlsson · 15 years ago
- 714179b Use the correct cast kind for dynamic_cast. by Anders Carlsson · 15 years ago
- 690a7f4 Fix regression caused by recent refactoring where HTML and plist files would not get flushed out when using '-disable-free'. by Ted Kremenek · 15 years ago
- df74e25 Remove RegionViews and RegionCasts. These are no longer used. by Ted Kremenek · 15 years ago
- 093569c RegionStoreManager::RemoveDeadBindings() now removes dead 'default' bindings as well. by Ted Kremenek · 15 years ago
- 2f26bc3 Generalize the interface of 'StoreManager::RemoveDeadBindings()' to manipulate the entire GRState, not just the Store. by Ted Kremenek · 15 years ago
- 26fb937 Remove old code that was causing the new test to fail. by Anders Carlsson · 15 years ago
- 9a108eb Fix regression in StoreManager::CastRegion() to always treat casts to by Ted Kremenek · 15 years ago
- 5a23264 Don't evaluate inout constraints twice. Fixes PR3800. by Anders Carlsson · 15 years ago
- 637ec32 Compute end_overridden_methods in a way that keeps ENABLE_EXPENSIVE_CHECKS by Daniel Dunbar · 15 years ago
- 0ab9a25 Use Twine instead of utostr by Daniel Dunbar · 15 years ago
- 0908c33 Avoid accessing invalid std::vector element; this makes clang by Daniel Dunbar · 15 years ago
- c0879bb Fix a minor issue with unions in the new struct building code. by Eli Friedman · 15 years ago
- 2ef398c Additional AuroraUX header path. by Eli Friedman · 15 years ago
- f976be8 Don't error on C++ linkage; if we don't support that, there are by Eli Friedman · 15 years ago
- 868d016 Add temp C++ include path for AuroraUX; patch by Edward O'Callaghan. by Eli Friedman · 15 years ago
- 19e1f0b This is a fairly large patch, which resulted from a cascade of changes by Ted Kremenek · 15 years ago
- 39abcdf Temporarily disable out-of-bounds checking. The current checking logic will not work quite right with the changes I'm about to commit. by Ted Kremenek · 15 years ago
- 3af708f More warnings for unused expressions. by Anders Carlsson · 15 years ago
- 738f8c2 Add beginnigs of rtti generation, wire up more of -fno-exceptions. by Mike Stump · 15 years ago
- 1290598 Remove the old struct builder code. by Anders Carlsson · 15 years ago
- 82b5696 And now we can generate a simple vtable. Still a work in progress... by Mike Stump · 15 years ago
- aaed50d Move code from EmitUnion directly into the function that handles cast-to-union. by Anders Carlsson · 15 years ago
- f6c4396 Use the struct builder for unions. by Anders Carlsson · 15 years ago
- bb1c860 Fixup spacing and 80-col violations. by Mike Stump · 15 years ago
- c9c88b4 Update for LLVM API change. by Owen Anderson · 15 years ago
- 8c4dc1f For a CXXOperatorCallExpr, fix the order that StmtLocResolver uses to check subexpressions. by Argyrios Kyrtzidis · 15 years ago
- 1560def Remove a redundant getCanonicalType call by Douglas Gregor · 15 years ago
- f121677 Add code to setup the vtable pointer in the constructor. Work in progress. by Mike Stump · 15 years ago
- 286d368 Fix spacing. by Mike Stump · 15 years ago
- 3b144ba Update for LLVM API change. by Owen Anderson · 15 years ago
- 6f2c46b Make canonicalization of overloaded function declarations match the by Douglas Gregor · 15 years ago
- a2ffb98 Canonicalize template template parameters. We can't test this yet, but by Douglas Gregor · 15 years ago
- 4a3f780 Canonicalize function parameters by Douglas Gregor · 15 years ago
- 6ebd15e Canonicalization and profiling for overloaded function declarations, by Douglas Gregor · 15 years ago
- 2ec09f1 Canonicalize dependent extended vector types. by Douglas Gregor · 15 years ago
- 7b1fdbd PR3679 - enable #pragma weak aliasing. by Ryan Flynn · 15 years ago
- 0f434ec Rename Action::TagKind to Action::TagUseKind, which removes both a misnomer by John McCall · 15 years ago
- 5c15fe1 sp. by John McCall · 15 years ago
- 9fdbab3 Whitespace around else canonicalization and fix 80-col violations. by Mike Stump · 15 years ago
- 1503f77 Make the check for the linkage of a template handle the case of nested by Eli Friedman · 15 years ago
- 3503d04 Add CK_DerivedToBase and use it PerformObjectMemberConversion. by Anders Carlsson · 15 years ago
- 87a05f1 Fix build warnings. by Mike Stump · 15 years ago
- cdef2b7 Add a CastKind enum to CastExpr. Right now it's not used for much but it will be :) by Anders Carlsson · 15 years ago
- 82ec2e9 Fix use-after-release bug introduced in r77585 where the PathDiagnosticClient by Ted Kremenek · 15 years ago
- 04d4bee Build canonical types for dependently-sized array types. by Douglas Gregor · 15 years ago
- 9d702ae Canonicalization of dependent C++0x decltype types. by Douglas Gregor · 15 years ago
- c7ff8e1 Synthesize the default constructor which has not been declared as needed. by Fariborz Jahanian · 15 years ago
- b197572 Canonicalization for dependent typeof(expr) types. by Douglas Gregor · 15 years ago
- 03e2050 Update for LLVM API changes. by Owen Anderson · 15 years ago
- 7544311 Diagnose unused expression results for all statements, just not compound statements. by Anders Carlsson · 15 years ago
- b3589f4 Canonicalize else spacing. by Mike Stump · 15 years ago
- 636463e Factor code out into a DiagnoseUnusedExprResult function. by Anders Carlsson · 15 years ago
- 7116da1 Note some other limitations. by Mike Stump · 15 years ago
- b49ef00 Update based upon comments. Explain why we have an assert. by Mike Stump · 15 years ago
- 90f6708 We'll also need a vtable pointer if we have virtual bases. by Mike Stump · 15 years ago
- c5b8c9b What luck! Clang obtains support for refering to members of the by Douglas Gregor · 15 years ago
- 426cc38 Patch for future ir-gen for destructor calls. by Fariborz Jahanian · 15 years ago
- 4b5acc5 Lexically order files. by Ted Kremenek · 15 years ago
- b88e888 Support out-of-line definitions of the members of class template by Douglas Gregor · 15 years ago
- 17edea8 Initialize an otherwise-wild pointer. Fixes a crashy analyzer by Douglas Gregor · 15 years ago
- a29e52e fix cmake build by Benjamin Kramer · 15 years ago
- 7d49c71 simple fixes. by Zhongxing Xu · 15 years ago
- fda7832 Make AnalysisManager into its own source file and a pure data management class. by Zhongxing Xu · 15 years ago
- a0a2c7d Update CMakeLists.txt by Daniel Dunbar · 15 years ago
- ab5f311 Fix Selector <-> GlobalSelector conversion. by Argyrios Kyrtzidis · 15 years ago
- e25ff83 PR3679 - handle #pragma weak by Ryan Flynn · 15 years ago
- 97ab394 This patch collects all analysis context data into a new class AnalysisContext. by Zhongxing Xu · 15 years ago
- d254a25 Remove bogus "unsupported" case for vectors (which shouldn't by Eli Friedman · 15 years ago
- f66eab0 Fix type to be consistent with the rest of the code. by Mike Stump · 15 years ago
- 3dee6ef Add ability to layout the vtable pointer in trivial cases. I noticed by Mike Stump · 15 years ago
- bebc467 Fix gcc warning. by Eli Friedman · 15 years ago
- c238a79 ir-gen for nested non-virtual base member access in current class. by Fariborz Jahanian · 15 years ago
- 19b732a Add support for ObjC message expressions, in the Analyzer: by Argyrios Kyrtzidis · 15 years ago
- 1e16847 Update CMake. by Argyrios Kyrtzidis · 15 years ago
- 87bcb50 Support ObjC methods as Entities. by Argyrios Kyrtzidis · 15 years ago
- e5bb6d4 There's no point in going through the getAs<TagType> stuff to find the definition of a tag, since tags rarely have more than one or two declarations by Douglas Gregor · 15 years ago
- d88284b Index the selectors and provide the translation units that contain them by Argyrios Kyrtzidis · 15 years ago
- 557b1d2 Introduce SelectorMap whose purpose is to map selectors to objc methods and message exprs, by Argyrios Kyrtzidis · 15 years ago
- ad6e5d1 Find references inside blocks. by Argyrios Kyrtzidis · 15 years ago
- 81e8456 Use helper class ASTVisitor to fully traverse an AST. by Argyrios Kyrtzidis · 15 years ago
- 27bd0dc Introduce the GlobalSelector class in the Indexing library. by Argyrios Kyrtzidis · 15 years ago
- dc1792c Use an IdentifierTable for names used for Entities. by Argyrios Kyrtzidis · 15 years ago
- 7f4656e -Introduce the idx::Analyzer class used for getting indexing information, like finding by Argyrios Kyrtzidis · 15 years ago
- 40c0e73 Introduce TULocation and TULocationHandler classes. by Argyrios Kyrtzidis · 15 years ago
- 52f1d47 Modify the Indexer class so that it can return the TranslationUnit that internal by Argyrios Kyrtzidis · 15 years ago
- 6dbbc0e Constify ASTLocation::print. by Argyrios Kyrtzidis · 15 years ago
- 94431b5 Introduce a helper template for the Handler classes and use it instead by Argyrios Kyrtzidis · 15 years ago