2010-02-25 |
Ted Kremenek | Divide list of registration functions in API and founda... |
commit | commitdiff | tree | snapshot |
2010-02-25 |
Ted Kremenek | Sort list of checker registration functions. |
commit | commitdiff | tree | snapshot |
2010-02-24 |
Douglas Gregor | Keep track of the location of the '~' in a pseudo-destr... |
commit | commitdiff | tree | snapshot |
2010-02-24 |
Douglas Gregor | Retain complete source information for the type after... |
commit | commitdiff | tree | snapshot |
2010-02-24 |
Douglas Gregor | Make sure that we finish the DeclSpec when parsing... |
commit | commitdiff | tree | snapshot |
2010-02-24 |
Douglas Gregor | Make sure that we have type source information for... |
commit | commitdiff | tree | snapshot |
2010-02-24 |
Fariborz Jahanian | Added test case for non-objective-c situation in |
commit | commitdiff | tree | snapshot |
2010-02-24 |
Fariborz Jahanian | Implement nasty rewriting of nested blocks when inner |
commit | commitdiff | tree | snapshot |
2010-02-24 |
Douglas Gregor | Split ActOnPseudoDestructorExpr into the part that... |
commit | commitdiff | tree | snapshot |
2010-02-24 |
Anders Carlsson | Get rid of 'this' adjustments from the FinalOverriders... |
commit | commitdiff | tree | snapshot |
2010-02-24 |
Anders Carlsson | Improve this adjustment pointer calculation. |
commit | commitdiff | tree | snapshot |
2010-02-24 |
Anders Carlsson | Make ComputeThisAdjustmentBaseOffset public for now. |
commit | commitdiff | tree | snapshot |
2010-02-24 |
Douglas Gregor | Add test case for PR6141, which was fixed a few days ago |
commit | commitdiff | tree | snapshot |
2010-02-24 |
Douglas Gregor | Add test for AST importing of C++ namespaces, missing... |
commit | commitdiff | tree | snapshot |
2010-02-24 |
Douglas Gregor | Add PCH test for C++ namespaces, missing from a previou... |
commit | commitdiff | tree | snapshot |
2010-02-24 |
Douglas Gregor | Retain source information for the "type-name ::" in a |
commit | commitdiff | tree | snapshot |
2010-02-24 |
Douglas Gregor | ActOnPseudoDestructorExpr now performs all semantic... |
commit | commitdiff | tree | snapshot |
2010-02-24 |
John McCall | Fix an iterator-invalidation bug that was causing selfh... |
commit | commitdiff | tree | snapshot |
2010-02-24 |
Douglas Gregor | Rework parsing of pseudo-destructor expressions and... |
commit | commitdiff | tree | snapshot |
2010-02-24 |
Anders Carlsson | Generate correct vcall offsets when we have a primary... |
commit | commitdiff | tree | snapshot |
2010-02-24 |
John McCall | References to const int parameters with ICE default... |
commit | commitdiff | tree | snapshot |
2010-02-24 |
John McCall | Make this test portable to ABIs that use sret. |
commit | commitdiff | tree | snapshot |
2010-02-24 |
John McCall | Fix test case and convert fully to FileCheck. |
commit | commitdiff | tree | snapshot |
2010-02-24 |
John McCall | Canonicalize parameter and return types before computin... |
commit | commitdiff | tree | snapshot |
2010-02-24 |
Zhongxing Xu | Add comments. |
commit | commitdiff | tree | snapshot |
2010-02-24 |
Ted Kremenek | Disable one test case because of the inconsistent resul... |
commit | commitdiff | tree | snapshot |
2010-02-24 |
Charles Davis | When we encounter a function-specific attribute in... |
commit | commitdiff | tree | snapshot |
2010-02-24 |
Zhongxing Xu | Always add CallExpr as block-level expression. Inline... |
commit | commitdiff | tree | snapshot |
2010-02-24 |
Fariborz Jahanian | Correct radar no. |
commit | commitdiff | tree | snapshot |
2010-02-24 |
Fariborz Jahanian | Fix rewriting of a method when return type is |
commit | commitdiff | tree | snapshot |
2010-02-24 |
Ted Kremenek | Add support for '%C' and '%S' printf conversion specifiers. |
commit | commitdiff | tree | snapshot |
2010-02-23 |
Fariborz Jahanian | More Sema check for ivars in class continuation. |
commit | commitdiff | tree | snapshot |
2010-02-23 |
Devang Patel | Emit debug info for VectorType. |
commit | commitdiff | tree | snapshot |
2010-02-23 |
Blaine Garst | fix buildbot failure on windows by slightly trimming... |
commit | commitdiff | tree | snapshot |
2010-02-23 |
Rafael Espindola | Add support for the weakref attribute. We still produce... |
commit | commitdiff | tree | snapshot |
2010-02-23 |
Blaine Garst | Unconditionally support block introspection data in... |
commit | commitdiff | tree | snapshot |
2010-02-23 |
Fariborz Jahanian | Fixes a rewriting of qualified-id type which exposed... |
commit | commitdiff | tree | snapshot |
2010-02-23 |
Ted Kremenek | Dead emit dead store warnings when assigning nil to... |
commit | commitdiff | tree | snapshot |
2010-02-23 |
Daniel Dunbar | Fix bogus diagnostic format string. |
commit | commitdiff | tree | snapshot |
2010-02-23 |
Ted Kremenek | Fix another crash on invalid code. In this case, handl... |
commit | commitdiff | tree | snapshot |
2010-02-23 |
John McCall | Don't assert on compound assignment operators that... |
commit | commitdiff | tree | snapshot |
2010-02-23 |
Fariborz Jahanian | A test case for property synthesis using ivar in class... |
commit | commitdiff | tree | snapshot |
2010-02-23 |
Eli Friedman | Make previous fix handle a few more edge cases. |
commit | commitdiff | tree | snapshot |
2010-02-23 |
Eli Friedman | PR6400: Handle an extreme edge case in mangling correctly. |
commit | commitdiff | tree | snapshot |
2010-02-23 |
Eli Friedman | PR6386: Fix a recent regression in IRGen of cast-to... |
commit | commitdiff | tree | snapshot |
2010-02-23 |
Richard Pennington | Retain attributes for K&R style parameter declarations. |
commit | commitdiff | tree | snapshot |
2010-02-23 |
Ted Kremenek | Add test case for <rdar://problem/7242010>, which appea... |
commit | commitdiff | tree | snapshot |
2010-02-23 |
Anders Carlsson | Implement IsOverriderUsed. This can't be tested yet... |
commit | commitdiff | tree | snapshot |
2010-02-23 |
Charles Davis | When comparing two calling conventions after redeclarin... |
commit | commitdiff | tree | snapshot |
2010-02-23 |
Ted Kremenek | Move the rest of the unreachable code analysis from... |
commit | commitdiff | tree | snapshot |
2010-02-23 |
Ted Kremenek | Simplify check for basic block with a CXXTryStmt termin... |
commit | commitdiff | tree | snapshot |
2010-02-23 |
Charles Davis | When a reference to a field of a struct/union/class... |
commit | commitdiff | tree | snapshot |
2010-02-23 |
Anders Carlsson | Stub out IsOverriderUsed. |
commit | commitdiff | tree | snapshot |
2010-02-23 |
Anders Carlsson | More fixes. Don't try to emit a virtual base vtable... |
commit | commitdiff | tree | snapshot |
2010-02-23 |
Anders Carlsson | Always emit vcall offset for the primary base, not... |
commit | commitdiff | tree | snapshot |
2010-02-23 |
Anders Carlsson | Simplify the vcall offset calculation and make it give... |
commit | commitdiff | tree | snapshot |
2010-02-23 |
Ted Kremenek | Add missing header file. |
commit | commitdiff | tree | snapshot |
2010-02-23 |
Anders Carlsson | More work on vcall offsets. We now emit the right numbe... |
commit | commitdiff | tree | snapshot |
2010-02-23 |
Ted Kremenek | Start moving some of the logic for the unreachable... |
commit | commitdiff | tree | snapshot |
2010-02-23 |
Ted Kremenek | Convert use of std::queue to llvm::SmallVector and... |
commit | commitdiff | tree | snapshot |
2010-02-23 |
Anders Carlsson | Move BaseOffset out of the FinalOverriders class. |
commit | commitdiff | tree | snapshot |
2010-02-23 |
Fariborz Jahanian | More support for ivars in class extension. |
commit | commitdiff | tree | snapshot |
2010-02-23 |
Ted Kremenek | Use SmallVectorImpl::iterator. |
commit | commitdiff | tree | snapshot |
2010-02-23 |
Ted Kremenek | Simplify logic for determining values of 'ReturnsVoid... |
commit | commitdiff | tree | snapshot |
2010-02-23 |
Zhongxing Xu | Correct comment. |
commit | commitdiff | tree | snapshot |
2010-02-23 |
John McCall | Perform two more constructor/destructor code-size optim... |
commit | commitdiff | tree | snapshot |
2010-02-23 |
Douglas Gregor | Implement crazy destructor name lookup semantics differ... |
commit | commitdiff | tree | snapshot |
2010-02-22 |
Douglas Gregor | Rework the CIndex API for displaying diagnostics. Inste... |
commit | commitdiff | tree | snapshot |
2010-02-22 |
Fariborz Jahanian | Early support for declaring ivars in class extensions... |
commit | commitdiff | tree | snapshot |
2010-02-22 |
Fariborz Jahanian | Fixes a rewriting of byref variable when its initializer is |
commit | commitdiff | tree | snapshot |
2010-02-22 |
Douglas Gregor | Don't assert that we have a valid access specifier... |
commit | commitdiff | tree | snapshot |
2010-02-22 |
Douglas Gregor | Set access specifiers on imported declarations. |
commit | commitdiff | tree | snapshot |
2010-02-22 |
Douglas Gregor | Do not require a complete type when checking for a... |
commit | commitdiff | tree | snapshot |
2010-02-22 |
Douglas Gregor | Change the name of the vtable-debugging environment... |
commit | commitdiff | tree | snapshot |
2010-02-22 |
Douglas Gregor | Don't use NamedDecl::getNameAsCString() when dealing... |
commit | commitdiff | tree | snapshot |
2010-02-22 |
Daniel Dunbar | Revert "Simplify code: Succ is guaranteed to be not... |
commit | commitdiff | tree | snapshot |
2010-02-22 |
Zhongxing Xu | Remove dead code. |
commit | commitdiff | tree | snapshot |
2010-02-22 |
Zhongxing Xu | Simplify code: Succ is guaranteed to be not NULL. |
commit | commitdiff | tree | snapshot |
2010-02-22 |
Chris Lattner | Add 'previous declaration is here' note for param redef... |
commit | commitdiff | tree | snapshot |
2010-02-21 |
Douglas Gregor | Eliminate the default arguments to ASTContext::getFunct... |
commit | commitdiff | tree | snapshot |
2010-02-21 |
Daniel Dunbar | Spell string.h correctly. |
commit | commitdiff | tree | snapshot |
2010-02-21 |
Daniel Dunbar | Add missing include, noticed by ace2001ac on IRC. |
commit | commitdiff | tree | snapshot |
2010-02-21 |
Daniel Dunbar | Remove unused includes. |
commit | commitdiff | tree | snapshot |
2010-02-21 |
Douglas Gregor | De-XFAIL some win32 tests that are now passing |
commit | commitdiff | tree | snapshot |
2010-02-21 |
Douglas Gregor | Attempt to fix the MSVC9 failure with c-indext-test... |
commit | commitdiff | tree | snapshot |
2010-02-21 |
Douglas Gregor | Implement support for parsing pseudo-destructor express... |
commit | commitdiff | tree | snapshot |
2010-02-21 |
Douglas Gregor | A constructor template cannot be used to copy to an... |
commit | commitdiff | tree | snapshot |
2010-02-21 |
Douglas Gregor | Implement AST import for C++ member functions, includin... |
commit | commitdiff | tree | snapshot |
2010-02-21 |
Douglas Gregor | Implement AST importing for C++ namespaces. |
commit | commitdiff | tree | snapshot |
2010-02-21 |
Douglas Gregor | Collect the code that imports all of the members of... |
commit | commitdiff | tree | snapshot |
2010-02-21 |
Douglas Gregor | Implement PCH support for C++ namespaces. |
commit | commitdiff | tree | snapshot |
2010-02-21 |
Chandler Carruth | Commiting a revert from dgregor of a bit of destructor... |
commit | commitdiff | tree | snapshot |
2010-02-21 |
Chandler Carruth | Make Decl::isOutOfLine() virtual, and use that to deter... |
commit | commitdiff | tree | snapshot |
2010-02-21 |
Ted Kremenek | Clang really intends to reject attribute 'warn_unused_r... |
commit | commitdiff | tree | snapshot |
2010-02-21 |
Ted Kremenek | Don't emit a warning about a dllimport attribute being... |
commit | commitdiff | tree | snapshot |
2010-02-21 |
Ted Kremenek | Don't warn about functions redeclared without the dllim... |
commit | commitdiff | tree | snapshot |
2010-02-19 |
Fariborz Jahanian | Start supporting declaration of ivars in @implementation |
commit | commitdiff | tree | snapshot |
2010-02-19 |
Anders Carlsson | Add the CK_UnusedFunctionPointer component kind for... |
commit | commitdiff | tree | snapshot |
2010-02-19 |
Fariborz Jahanian | Issue extended diagnostic when property dot-syntax... |
commit | commitdiff | tree | snapshot |
2010-02-19 |
Douglas Gregor | Simplify the CIndex fix-it API, now that we have half... |
commit | commitdiff | tree | snapshot |
next |