aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2009-09-03Revert "Remove redundant local variable (use newly created instance data).", theDaniel Dunbar
2009-09-03Add basic support for -pthread.Daniel Dunbar
2009-09-03Fix 80 column violations.Ted Kremenek
2009-09-03Fixed bug introduced in r79900 where FreeBSD was turned into NetBSD, transpos...David Chisnall
2009-09-03Fix regression introduced in r80786 and reported in PR 4867. We should useTed Kremenek
2009-09-03remove a debug output I introduced in the last commit.Zhongxing Xu
2009-09-03Update.Mike Stump
2009-09-03Add CastExpr::getCastKindName and use it in the StmtDumper.Anders Carlsson
2009-09-03Remove redundant local variable (use newly created instance data).Steve Naroff
2009-09-03This patch does the following.Fariborz Jahanian
2009-09-03Visit function/method bodies and issue callback for parameters and local vari...Steve Naroff
2009-09-02Add a wicked little test-case that illustrates what we have to dealDouglas Gregor
2009-09-02Don't try to CodeGen using directives, from Anders JohnsenDouglas Gregor
2009-09-02Minor refactoring of my last patch.Fariborz Jahanian
2009-09-02Referenced instatiated default constructors Fariborz Jahanian
2009-09-02Rewrite of our handling of name lookup in C++ member access expressions, e.g.,Douglas Gregor
2009-09-02Fix an assertion when initializing a union using a member initializer. (We we...Anders Carlsson
2009-09-02Borrow a friend class's previous declaration's access specifier regardless ofJohn McCall
2009-09-02Fix a codegen crash when a class template has a constructor that does member ...Anders Carlsson
2009-09-02Packed unions should be packed. Fixes an assert Daniel reported.Anders Carlsson
2009-09-02Allow null initialization of scalara data membersFariborz Jahanian
2009-09-02Refactor the check for bad divide into a checker.Zhongxing Xu
2009-09-02Document how we intepret C++ DR 382Douglas Gregor
2009-09-02When parsing typename specifiers (with either the identifier orDouglas Gregor
2009-09-02Refactor bad callee check into a Checker.Zhongxing Xu
2009-09-02Still use BadArg bugtype in the checker. This saves us implement registerInit...Zhongxing Xu
2009-09-02Replace uses of ImmutableSet in SymbolReaper with DenseSet. This wasTed Kremenek
2009-09-02Implement: <rdar://problem/6337100> CWE-338: Use of cryptographically weak prngTed Kremenek
2009-09-02When adding a friend class declaration to the lookup tables, use the access s...John McCall
2009-09-02Fix a little crasher in friend decls. Thanks again to Eli for finding this.John McCall
2009-09-02Add mangling for covariant thunks.Mike Stump
2009-09-02Ensure that the tag decls of friend decls aren't added to the friending class'sJohn McCall
2009-09-02Shorten name.Mike Stump
2009-09-02Add mangling for thunks.Mike Stump
2009-09-02It is illegal to derefrercne to an interface inFariborz Jahanian
2009-09-01More overriding base work and some cleanups. WIP.Mike Stump
2009-09-01After a conversation with Doug. I added a fix me toFariborz Jahanian
2009-09-01Split out overriding. WIP.Mike Stump
2009-09-01Handle member expressions that return references correctly.Anders Carlsson
2009-09-01Assert that we don't have any virtual bases. We can emit dtors for polymorphi...Anders Carlsson
2009-09-01In CXXBaseOrMemberInitializer, don't confuse CtorTocall withDouglas Gregor
2009-09-01Use the correct cast kinds for bit casts and function to pointer decay. Fixes...Anders Carlsson
2009-09-01Add a CK_FunctionToPointerDecay cast kind.Anders Carlsson
2009-09-01We can generate constructors/destructors with base classes and non-trivial fi...Anders Carlsson
2009-09-01Implement proper substitution for OverloadedFunctionDecls, but substituting e...Douglas Gregor
2009-09-01Add DeclContext::Equals to compare declaration contexts based on their primar...Douglas Gregor
2009-09-01Fixed a property getter ir-gen crash.Fariborz Jahanian
2009-09-01Fix a crasher involving template instantiation of non-dependentDouglas Gregor
2009-09-01Add driver support for -emit-ast and AST compilation steps.Daniel Dunbar
2009-09-01Don't assume that a base is always a RecordType, it can also be a TemplateSpe...Anders Carlsson