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 |
2010-02-19 |
Ted Kremenek | Fix link. |
commit | commitdiff | tree | snapshot |
2010-02-19 |
Ted Kremenek | Update front page to mention Xcode integration. |
commit | commitdiff | tree | snapshot |
2010-02-19 |
Ted Kremenek | Expose "Key features" paragraph. |
commit | commitdiff | tree | snapshot |
2010-02-19 |
Douglas Gregor | Only parse C++0x attribute specifiers in declarators... |
commit | commitdiff | tree | snapshot |
2010-02-19 |
Douglas Gregor | Implement C++ name lookup for instance variables of... |
commit | commitdiff | tree | snapshot |
2010-02-19 |
Douglas Gregor | Make Sema::ActOnClassMessage robust when name lookup... |
commit | commitdiff | tree | snapshot |
2010-02-19 |
John McCall | More refactoring around constructor/destructor code... |
commit | commitdiff | tree | snapshot |
2010-02-19 |
Ted Kremenek | Label examples. |
commit | commitdiff | tree | snapshot |
2010-02-19 |
Ted Kremenek | Fix link. |
commit | commitdiff | tree | snapshot |
2010-02-19 |
Ted Kremenek | Simplify menu. |
commit | commitdiff | tree | snapshot |
2010-02-19 |
Ted Kremenek | Tweak menu. |
commit | commitdiff | tree | snapshot |
2010-02-19 |
Ted Kremenek | Add section on using the analyzer within Xcode. |
commit | commitdiff | tree | snapshot |
2010-02-19 |
Anders Carlsson | Dump this-adjustments for destructors as well. |
commit | commitdiff | tree | snapshot |
2010-02-19 |
Anders Carlsson | Add another test from the ABI spec. |
commit | commitdiff | tree | snapshot |
2010-02-19 |
Ted Kremenek | Add new intro about running scan-build. |
commit | commitdiff | tree | snapshot |
2010-02-19 |
John McCall | Enable -mconstructor-aliases by default on non-darwin... |
commit | commitdiff | tree | snapshot |
2010-02-19 |
Ted Kremenek | Revert: "Change InitListExpr to allocate the array... |
commit | commitdiff | tree | snapshot |
2010-02-19 |
Fariborz Jahanian | Remove this test for now. |
commit | commitdiff | tree | snapshot |
2010-02-19 |
Douglas Gregor | Add a missing break. Cocoa.h can now be merged twice... |
commit | commitdiff | tree | snapshot |
2010-02-19 |
John McCall | Re-introduce the ctor/dtor alias optimization, this... |
commit | commitdiff | tree | snapshot |
2010-02-19 |
Douglas Gregor | AST import for CStyleCastExpr. With this, we can import... |
commit | commitdiff | tree | snapshot |
2010-02-19 |
Douglas Gregor | AST import for sizeof and alignof expressions |
commit | commitdiff | tree | snapshot |
2010-02-19 |
Douglas Gregor | AST import for DeclRefExprs |
commit | commitdiff | tree | snapshot |
2010-02-19 |
Fariborz Jahanian | XFAIL until I can fugure out how test check for a patte... |
commit | commitdiff | tree | snapshot |
2010-02-19 |
Douglas Gregor | XFAIL some of the c-index-test tests on Windows, where... |
commit | commitdiff | tree | snapshot |
2010-02-19 |
Douglas Gregor | AST import of parenthesized expressions, unary operator... |
commit | commitdiff | tree | snapshot |
2010-02-19 |
Ted Kremenek | Change InitListExpr to allocate the array for holding... |
commit | commitdiff | tree | snapshot |
2010-02-19 |
Douglas Gregor | Use a little binary header in serialized diagnostics... |
commit | commitdiff | tree | snapshot |
2010-02-19 |
Fariborz Jahanian | Patch removes IVars list from ObjCInterfaceDecl and |
commit | commitdiff | tree | snapshot |
2010-02-19 |
Blaine Garst | remove unused function & enumerations |
commit | commitdiff | tree | snapshot |
2010-02-18 |
Douglas Gregor | Teach ASTUnit to keep track of temporary files, then... |
commit | commitdiff | tree | snapshot |
2010-02-18 |
Douglas Gregor | Re-apply my diagnostics-capture patch for CIndex, with... |
commit | commitdiff | tree | snapshot |
2010-02-18 |
Ted Kremenek | Allow GNU attributes to appear in an Objective-C method... |
commit | commitdiff | tree | snapshot |
2010-02-18 |
Ted Kremenek | Revert "Sort visitor methods so we can easily tell... |
commit | commitdiff | tree | snapshot |
2010-02-18 |
Ted Kremenek | Revert "Tidy up order of switch statement. No function... |
commit | commitdiff | tree | snapshot |
2010-02-18 |
Douglas Gregor | Revert my CIndex diagnostic changes (r96603, 96606... |
commit | commitdiff | tree | snapshot |
2010-02-18 |
John McCall | Revert the ctor/dtor alias optimization for now; the... |
commit | commitdiff | tree | snapshot |
2010-02-18 |
Fariborz Jahanian | Fixed a crash specific to blocks in c++ uncovered by... |
commit | commitdiff | tree | snapshot |
2010-02-18 |
Douglas Gregor | Introduce debugging/testing hook clang_enableStackTrace... |
commit | commitdiff | tree | snapshot |
2010-02-18 |
Douglas Gregor | Resurrect the displayDiagnostics parameter to clang_cre... |
commit | commitdiff | tree | snapshot |
2010-02-18 |
John McCall | Make deleting and complete dtor variants defer to other... |
commit | commitdiff | tree | snapshot |
2010-02-18 |
Douglas Gregor | Introduce CIndex API functions for displaying a diagnos... |
commit | commitdiff | tree | snapshot |
2010-02-18 |
Ted Kremenek | Tidy up order of switch statement. No functionality... |
commit | commitdiff | tree | snapshot |
2010-02-18 |
Ted Kremenek | Sort visitor methods so we can easily tell what's imple... |
commit | commitdiff | tree | snapshot |
2010-02-18 |
Ted Kremenek | Change cursor behavior for attributes to have them... |
commit | commitdiff | tree | snapshot |
2010-02-18 |
Anders Carlsson | Attempt to fix the 32-bit test failures. |
commit | commitdiff | tree | snapshot |
2010-02-18 |
Daniel Dunbar | tests: Tweak %clangxx definition to something which... |
commit | commitdiff | tree | snapshot |
2010-02-18 |
Douglas Gregor | Rework how CIndex handles diagnostics. Rather than... |
commit | commitdiff | tree | snapshot |
2010-02-18 |
Anders Carlsson | Fix another bug and add another class. |
commit | commitdiff | tree | snapshot |
2010-02-18 |
Anders Carlsson | Add another class from cxx-vtable-ex.html |
commit | commitdiff | tree | snapshot |
2010-02-18 |
Anders Carlsson | More work on vcall offsets. |
commit | commitdiff | tree | snapshot |
2010-02-18 |
Anders Carlsson | Add tests from the Itanium C++ ABI spec. |
commit | commitdiff | tree | snapshot |
2010-02-18 |
Anders Carlsson | Start stubbing out vcall offset handling. |
commit | commitdiff | tree | snapshot |
2010-02-18 |
Anders Carlsson | Store the base offset of the final overrider in the... |
commit | commitdiff | tree | snapshot |
2010-02-18 |
Anders Carlsson | Remove some dead code. |
commit | commitdiff | tree | snapshot |
2010-02-18 |
Benjamin Kramer | Try to fix the auroraux buildbot. I suspect it has... |
commit | commitdiff | tree | snapshot |
2010-02-18 |
Ted Kremenek | Add basic cursor traversal for attributes. We currentl... |
commit | commitdiff | tree | snapshot |
2010-02-18 |
Charles Davis | Also don't warn about force_align_arg_pointer on functi... |
commit | commitdiff | tree | snapshot |
2010-02-18 |
Charles Davis | Two fixes related to force_align_arg_pointer: |
commit | commitdiff | tree | snapshot |
2010-02-18 |
Douglas Gregor | Add some spacing in the code-completion results for... |
commit | commitdiff | tree | snapshot |
2010-02-18 |
Douglas Gregor | Teach CMake to put the CIndex header into the Xcode... |
commit | commitdiff | tree | snapshot |
2010-02-18 |
John McCall | Extract out function-body code generation into its... |
commit | commitdiff | tree | snapshot |
2010-02-18 |
Ted Kremenek | Start adding cursor kinds for attributes, with first... |
commit | commitdiff | tree | snapshot |
2010-02-18 |
Ted Kremenek | Change the behavior of ibaction attributes to be attach... |
commit | commitdiff | tree | snapshot |
2010-02-18 |
Douglas Gregor | AST import for character literals |
commit | commitdiff | tree | snapshot |
2010-02-18 |
Douglas Gregor | AST import for forward declarations of Objective-C... |
commit | commitdiff | tree | snapshot |
2010-02-18 |
Douglas Gregor | Implement import of forward declarations of Objective... |
commit | commitdiff | tree | snapshot |
2010-02-18 |
Charles Davis | Allow redefinitions of extern inline functions in GNU89... |
commit | commitdiff | tree | snapshot |
2010-02-18 |
Douglas Gregor | AST import of Objective-C categories. |
commit | commitdiff | tree | snapshot |
2010-02-18 |
Fariborz Jahanian | __typeof should be able to handle block pointer types... |
commit | commitdiff | tree | snapshot |
2010-02-18 |
Douglas Gregor | Don't diagnose overflow in case statements when the... |
commit | commitdiff | tree | snapshot |
2010-02-18 |
Ted Kremenek | Recognize attributes ns_returns_not_retained and cf_ret... |
commit | commitdiff | tree | snapshot |
2010-02-18 |
Ted Kremenek | Add __has_feature support for attributes ns_returns_not... |
commit | commitdiff | tree | snapshot |
2010-02-18 |
Ted Kremenek | Sort @includes. |
commit | commitdiff | tree | snapshot |
2010-02-18 |
Ted Kremenek | Sort cases. |
commit | commitdiff | tree | snapshot |
2010-02-18 |
Ted Kremenek | Add 'ns_returns_not_retained' and 'cf_returns_not_retai... |
commit | commitdiff | tree | snapshot |
2010-02-17 |
Douglas Gregor | For -Wswitch-enum warnings, be sure to look through... |
commit | commitdiff | tree | snapshot |
2010-02-17 |
Douglas Gregor | Hook the "overflow converting case value to switch... |
commit | commitdiff | tree | snapshot |
2010-02-17 |
Douglas Gregor | When diagnosing enumerator values outside of the range... |
commit | commitdiff | tree | snapshot |
2010-02-17 |
Chris Lattner | silence warning in a cleaner way |
commit | commitdiff | tree | snapshot |
2010-02-17 |
Ted Kremenek | Alphabetize #includes. No functionality change. |
commit | commitdiff | tree | snapshot |
2010-02-17 |
Ted Kremenek | Change GNUInlineAttr definition to just use DEF_SIMPLE_... |
commit | commitdiff | tree | snapshot |
next |