Age | Commit message (Expand) | Author |
2010-02-22 | Don't assert that we have a valid access specifier on an invalid | Douglas Gregor |
2010-02-22 | Set access specifiers on imported declarations. | Douglas Gregor |
2010-02-22 | Do not require a complete type when checking for a pointer conversion | Douglas Gregor |
2010-02-22 | Change the name of the vtable-debugging environment variable to | Douglas Gregor |
2010-02-22 | Don't use NamedDecl::getNameAsCString() when dealing with C++ methods, | Douglas Gregor |
2010-02-22 | Revert "Simplify code: Succ is guaranteed to be not NULL.", which turns out to | Daniel Dunbar |
2010-02-22 | Remove dead code. | Zhongxing Xu |
2010-02-22 | Simplify code: Succ is guaranteed to be not NULL. | Zhongxing Xu |
2010-02-22 | Add 'previous declaration is here' note for param redefinition | Chris Lattner |
2010-02-21 | Eliminate the default arguments to ASTContext::getFunctionType(), | Douglas Gregor |
2010-02-21 | Spell string.h correctly. | Daniel Dunbar |
2010-02-21 | Add missing include, noticed by ace2001ac on IRC. | Daniel Dunbar |
2010-02-21 | Remove unused includes. | Daniel Dunbar |
2010-02-21 | De-XFAIL some win32 tests that are now passing | Douglas Gregor |
2010-02-21 | Attempt to fix the MSVC9 failure with c-indext-test, where the CIndex DLL | Douglas Gregor |
2010-02-21 | Implement support for parsing pseudo-destructor expression with a nested-name... | Douglas Gregor |
2010-02-21 | A constructor template cannot be used to copy to an object of the same class ... | Douglas Gregor |
2010-02-21 | Implement AST import for C++ member functions, including constructors, destru... | Douglas Gregor |
2010-02-21 | Implement AST importing for C++ namespaces. | Douglas Gregor |
2010-02-21 | Collect the code that imports all of the members of a declaration context int... | Douglas Gregor |
2010-02-21 | Implement PCH support for C++ namespaces. | Douglas Gregor |
2010-02-21 | Commiting a revert from dgregor of a bit of destructor logic until we can | Chandler Carruth |
2010-02-21 | Make Decl::isOutOfLine() virtual, and use that to determine when definitions | Chandler Carruth |
2010-02-21 | Clang really intends to reject attribute 'warn_unused_result' on Objective-C ... | Ted Kremenek |
2010-02-21 | Don't emit a warning about a dllimport attribute being used in a typedef | Ted Kremenek |
2010-02-21 | Don't warn about functions redeclared without the dllimport attribute when | Ted Kremenek |
2010-02-19 | Start supporting declaration of ivars in @implementation | Fariborz Jahanian |
2010-02-19 | Add the CK_UnusedFunctionPointer component kind for unused function pointers. | Anders Carlsson |
2010-02-19 | Issue extended diagnostic when property dot-syntax is used and | Fariborz Jahanian |
2010-02-19 | Simplify the CIndex fix-it API, now that we have half-open CXSourceRanges. | Douglas Gregor |
2010-02-19 | Fix link. | Ted Kremenek |
2010-02-19 | Update front page to mention Xcode integration. | Ted Kremenek |
2010-02-19 | Expose "Key features" paragraph. | Ted Kremenek |
2010-02-19 | Only parse C++0x attribute specifiers in declarators when in C++0x | Douglas Gregor |
2010-02-19 | Implement C++ name lookup for instance variables of Objective-C classes | Douglas Gregor |
2010-02-19 | Make Sema::ActOnClassMessage robust when name lookup for the receiver | Douglas Gregor |
2010-02-19 | More refactoring around constructor/destructor code generation. | John McCall |
2010-02-19 | Label examples. | Ted Kremenek |
2010-02-19 | Fix link. | Ted Kremenek |
2010-02-19 | Simplify menu. | Ted Kremenek |
2010-02-19 | Tweak menu. | Ted Kremenek |
2010-02-19 | Add section on using the analyzer within Xcode. | Ted Kremenek |
2010-02-19 | Dump this-adjustments for destructors as well. | Anders Carlsson |
2010-02-19 | Add another test from the ABI spec. | Anders Carlsson |
2010-02-19 | Add new intro about running scan-build. | Ted Kremenek |
2010-02-19 | Enable -mconstructor-aliases by default on non-darwin platforms. | John McCall |
2010-02-19 | Revert: "Change InitListExpr to allocate the array for holding references" | Ted Kremenek |
2010-02-19 | Remove this test for now. | Fariborz Jahanian |
2010-02-19 | Add a missing break. Cocoa.h can now be merged twice into the same AST context | Douglas Gregor |
2010-02-19 | Re-introduce the ctor/dtor alias optimization, this time hidden behind a | John McCall |