2009-09-03 |
Anders Carlsson | If the alignment of the chosen field in a union is... |
commit | commitdiff | tree | snapshot |
2009-09-03 |
Douglas Gregor | Implement tree transformations for DeclarationNames... |
commit | commitdiff | tree | snapshot |
2009-09-03 |
Douglas Gregor | Update C++ status, since a bunch of the comments were... |
commit | commitdiff | tree | snapshot |
2009-09-03 |
Douglas Gregor | Improve template instantiation for member access expres... |
commit | commitdiff | tree | snapshot |
2009-09-03 |
Fariborz Jahanian | Mark constructors used in initialization of base(s... |
commit | commitdiff | tree | snapshot |
2009-09-03 |
Fariborz Jahanian | Issue diagnostics in variety of situations involving |
commit | commitdiff | tree | snapshot |
2009-09-03 |
Daniel Dunbar | Don't use '%ll', this doesn't workin on Win32. |
commit | commitdiff | tree | snapshot |
2009-09-03 |
Steve Naroff | Add ASTUnit::getOriginalSourceFileName() and use in... |
commit | commitdiff | tree | snapshot |
2009-09-03 |
Douglas Gregor | Improved handling for dependent, qualified member acces... |
commit | commitdiff | tree | snapshot |
2009-09-03 |
Steve Naroff | - Add back some harmless code that part of a reverted... |
commit | commitdiff | tree | snapshot |
2009-09-03 |
Douglas Gregor | Save/load POSIXThreads flag for PCH |
commit | commitdiff | tree | snapshot |
2009-09-03 |
Daniel Dunbar | Revert "Visit function/method bodies and issue callback... |
commit | commitdiff | tree | snapshot |
2009-09-03 |
Daniel Dunbar | Revert "Remove redundant local variable (use newly... |
commit | commitdiff | tree | snapshot |
2009-09-03 |
Daniel Dunbar | Add basic support for -pthread. |
commit | commitdiff | tree | snapshot |
2009-09-03 |
Daniel Dunbar | Tweak comment. |
commit | commitdiff | tree | snapshot |
2009-09-03 |
Ted Kremenek | Fix 80 column violations. |
commit | commitdiff | tree | snapshot |
2009-09-03 |
David Chisnall | Fixed bug introduced in r79900 where FreeBSD was turned... |
commit | commitdiff | tree | snapshot |
2009-09-03 |
Ted Kremenek | Fix regression introduced in r80786 and reported in... |
commit | commitdiff | tree | snapshot |
2009-09-03 |
Zhongxing Xu | remove a debug output I introduced in the last commit. |
commit | commitdiff | tree | snapshot |
2009-09-03 |
Mike Stump | Update. |
commit | commitdiff | tree | snapshot |
2009-09-03 |
Anders Carlsson | Add CastExpr::getCastKindName and use it in the StmtDumper. |
commit | commitdiff | tree | snapshot |
2009-09-03 |
Steve Naroff | Remove redundant local variable (use newly created... |
commit | commitdiff | tree | snapshot |
2009-09-03 |
Fariborz Jahanian | This patch does the following. |
commit | commitdiff | tree | snapshot |
2009-09-03 |
Steve Naroff | Visit function/method bodies and issue callback for... |
commit | commitdiff | tree | snapshot |
2009-09-02 |
Douglas Gregor | Add a wicked little test-case that illustrates what... |
commit | commitdiff | tree | snapshot |
2009-09-02 |
Douglas Gregor | Don't try to CodeGen using directives, from Anders... |
commit | commitdiff | tree | snapshot |
2009-09-02 |
Daniel Dunbar | Initialize targets before parsing command line options... |
commit | commitdiff | tree | snapshot |
2009-09-02 |
Fariborz Jahanian | Minor refactoring of my last patch. |
commit | commitdiff | tree | snapshot |
2009-09-02 |
Fariborz Jahanian | Referenced instatiated default constructors |
commit | commitdiff | tree | snapshot |
2009-09-02 |
Douglas Gregor | Rewrite of our handling of name lookup in C++ member... |
commit | commitdiff | tree | snapshot |
2009-09-02 |
Fariborz Jahanian | Added a FIXME to the test case. |
commit | commitdiff | tree | snapshot |
2009-09-02 |
Anders Carlsson | Fix an assertion when initializing a union using a... |
commit | commitdiff | tree | snapshot |
2009-09-02 |
Fariborz Jahanian | Changed abi mode for these test which are dereferencing |
commit | commitdiff | tree | snapshot |
2009-09-02 |
Anders Carlsson | Fix a crash when referencing static data members. |
commit | commitdiff | tree | snapshot |
2009-09-02 |
Ted Kremenek | Update checker build. |
commit | commitdiff | tree | snapshot |
2009-09-02 |
Eli Friedman | Fix warnings. |
commit | commitdiff | tree | snapshot |
2009-09-02 |
John McCall | Borrow a friend class's previous declaration's access... |
commit | commitdiff | tree | snapshot |
2009-09-02 |
Anders Carlsson | Fix a codegen crash when a class template has a constru... |
commit | commitdiff | tree | snapshot |
2009-09-02 |
Steve Naroff | Fix some newly added bugs uncovered by the RELEASE... |
commit | commitdiff | tree | snapshot |
2009-09-02 |
Steve Naroff | Start issuing callback for references (add some predica... |
commit | commitdiff | tree | snapshot |
2009-09-02 |
Anders Carlsson | Packed unions should be packed. Fixes an assert Daniel... |
commit | commitdiff | tree | snapshot |
2009-09-02 |
Fariborz Jahanian | Allow null initialization of scalara data members |
commit | commitdiff | tree | snapshot |
2009-09-02 |
Steve Naroff | Flesh out CXCursorKind... |
commit | commitdiff | tree | snapshot |
2009-09-02 |
Zhongxing Xu | Refactor the check for bad divide into a checker. |
commit | commitdiff | tree | snapshot |
2009-09-02 |
Douglas Gregor | Document how we intepret C++ DR 382 |
commit | commitdiff | tree | snapshot |
2009-09-02 |
Douglas Gregor | Add a few more typename-specifier tests that involve... |
commit | commitdiff | tree | snapshot |
2009-09-02 |
Douglas Gregor | When parsing typename specifiers (with either the ident... |
commit | commitdiff | tree | snapshot |
2009-09-02 |
Zhongxing Xu | Refactor bad callee check into a Checker. |
commit | commitdiff | tree | snapshot |
2009-09-02 |
Zhongxing Xu | Still use BadArg bugtype in the checker. This saves... |
commit | commitdiff | tree | snapshot |
2009-09-02 |
Ted Kremenek | Replace uses of ImmutableSet in SymbolReaper with Dense... |
commit | commitdiff | tree | snapshot |
2009-09-02 |
Ted Kremenek | Implement: <rdar://problem/6337100> CWE-338: Use of... |
commit | commitdiff | tree | snapshot |
2009-09-02 |
John McCall | When adding a friend class declaration to the lookup... |
commit | commitdiff | tree | snapshot |
2009-09-02 |
John McCall | Fix a little crasher in friend decls. Thanks again... |
commit | commitdiff | tree | snapshot |
2009-09-02 |
Mike Stump | Add mangling for covariant thunks. |
commit | commitdiff | tree | snapshot |
2009-09-02 |
John McCall | Ensure that the tag decls of friend decls aren't added... |
commit | commitdiff | tree | snapshot |
2009-09-02 |
Mike Stump | Shorten name. |
commit | commitdiff | tree | snapshot |
2009-09-02 |
Mike Stump | Add mangling for thunks. |
commit | commitdiff | tree | snapshot |
2009-09-02 |
Fariborz Jahanian | Test for my last patch. |
commit | commitdiff | tree | snapshot |
2009-09-02 |
Fariborz Jahanian | It is illegal to derefrercne to an interface in |
commit | commitdiff | tree | snapshot |
2009-09-01 |
Mike Stump | More overriding base work and some cleanups. WIP. |
commit | commitdiff | tree | snapshot |
2009-09-01 |
Fariborz Jahanian | After a conversation with Doug. I added a fix me to |
commit | commitdiff | tree | snapshot |
2009-09-01 |
Mike Stump | Split out overriding. WIP. |
commit | commitdiff | tree | snapshot |
2009-09-01 |
Mike Stump | Testcase for recent checkin. |
commit | commitdiff | tree | snapshot |
2009-09-01 |
Anders Carlsson | Handle member expressions that return references correctly. |
commit | commitdiff | tree | snapshot |
2009-09-01 |
Anders Carlsson | Assert that we don't have any virtual bases. We can... |
commit | commitdiff | tree | snapshot |
2009-09-01 |
Douglas Gregor | In CXXBaseOrMemberInitializer, don't confuse CtorTocall... |
commit | commitdiff | tree | snapshot |
2009-09-01 |
Anders Carlsson | Use the correct cast kinds for bit casts and function... |
commit | commitdiff | tree | snapshot |
2009-09-01 |
Anders Carlsson | Add a CK_FunctionToPointerDecay cast kind. |
commit | commitdiff | tree | snapshot |
2009-09-01 |
Anders Carlsson | We can generate constructors/destructors with base... |
commit | commitdiff | tree | snapshot |
2009-09-01 |
Ted Kremenek | Add test case from <rdar://problem/7184450>. |
commit | commitdiff | tree | snapshot |
2009-09-01 |
Douglas Gregor | Implement proper substitution for OverloadedFunctionDec... |
commit | commitdiff | tree | snapshot |
2009-09-01 |
Douglas Gregor | Add DeclContext::Equals to compare declaration contexts... |
commit | commitdiff | tree | snapshot |
2009-09-01 |
Steve Naroff | Tweak comment based on Daniel's recently added '-emit... |
commit | commitdiff | tree | snapshot |
2009-09-01 |
Douglas Gregor | "The attached patch moves AttributeList::addAttributeLi... |
commit | commitdiff | tree | snapshot |
2009-09-01 |
Fariborz Jahanian | Fixed a property getter ir-gen crash. |
commit | commitdiff | tree | snapshot |
2009-09-01 |
Douglas Gregor | Fix a crasher involving template instantiation of non... |
commit | commitdiff | tree | snapshot |
2009-09-01 |
Daniel Dunbar | Add driver support for -emit-ast and AST compilation... |
commit | commitdiff | tree | snapshot |
2009-09-01 |
Douglas Gregor | Tip-toe around strict-aliasing violation. Fixes PR4061. |
commit | commitdiff | tree | snapshot |
2009-09-01 |
Steve Naroff | Add explicit "blind" client data to callback function... |
commit | commitdiff | tree | snapshot |
2009-09-01 |
Douglas Gregor | Move C++ test over to CodeGenCXX, since it requires... |
commit | commitdiff | tree | snapshot |
2009-09-01 |
Anders Carlsson | Don't assume that a base is always a RecordType, it... |
commit | commitdiff | tree | snapshot |
2009-09-01 |
Anders Carlsson | Add pretty stack traces when instantiating functions... |
commit | commitdiff | tree | snapshot |
2009-09-01 |
Anders Carlsson | Handle member initializers that point to fields in... |
commit | commitdiff | tree | snapshot |
2009-09-01 |
Anders Carlsson | Don't assert when instantiating member references to... |
commit | commitdiff | tree | snapshot |
2009-09-01 |
Eli Friedman | PR4836, part 2: CodeGen for __builtin_isnan. |
commit | commitdiff | tree | snapshot |
2009-09-01 |
Douglas Gregor | Preliminary AST representation and semantic analysis for |
commit | commitdiff | tree | snapshot |
2009-09-01 |
Daniel Dunbar | Force triple for this test (non-fragile ABI is default... |
commit | commitdiff | tree | snapshot |
2009-09-01 |
Ted Kremenek | Sentence-case bug category. |
commit | commitdiff | tree | snapshot |
2009-08-31 |
Douglas Gregor | Remember to write the qualifier of a MemberExpr to... |
commit | commitdiff | tree | snapshot |
2009-08-31 |
Douglas Gregor | Eliminate CXXAdornedMemberExpr entirely. Instead, optio... |
commit | commitdiff | tree | snapshot |
2009-08-31 |
John McCall | Fix bug 4784 and allow friend declarations to properly... |
commit | commitdiff | tree | snapshot |
2009-08-31 |
Devang Patel | Rename DIBlock as DILexicalBlock. |
commit | commitdiff | tree | snapshot |
2009-08-31 |
Douglas Gregor | Rename CXXQualifiedMemberExpr -> CXXAdornedMemberExpr... |
commit | commitdiff | tree | snapshot |
2009-08-31 |
Douglas Gregor | Add parsing for references to member function templates... |
commit | commitdiff | tree | snapshot |
2009-08-31 |
Eli Friedman | PR4836, part 1: add Sema support for __builtin_isnan... |
commit | commitdiff | tree | snapshot |
2009-08-31 |
Douglas Gregor | Implement template instantiation for member operator... |
commit | commitdiff | tree | snapshot |
2009-08-31 |
Douglas Gregor | Support explicit C++ member operator syntax, from James... |
commit | commitdiff | tree | snapshot |
2009-08-31 |
Fariborz Jahanian | Re-implemented generation of objc_memmove_collectable |
commit | commitdiff | tree | snapshot |
2009-08-31 |
Daniel Dunbar | Fix a -Asserts warning. |
commit | commitdiff | tree | snapshot |
2009-08-31 |
David Chisnall | Added test cases for presence and absence of __has_feat... |
commit | commitdiff | tree | snapshot |
next |