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