aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-10-29Update checker build.Ted Kremenek
2009-10-29Make sure to call CompleteConstructorCall for bases and members that are init...Anders Carlsson
2009-10-29Fix Release-Asserts build breakageDouglas Gregor
2009-10-29make clang emit undefs for padding of structs and unions instead of zeros. th...Nuno Lopes
2009-10-29Apparently when is now.John McCall
2009-10-29Track source information for template arguments and template specializationJohn McCall
2009-10-29Extract TemplateArgument into a new header just for common templateJohn McCall
2009-10-29Add an assertion to ensure NullDerefChecker exists.Zhongxing Xu
2009-10-29Fix accidental use of CheckSVal instead of CheckLocation, and add aTed Kremenek
2009-10-29StringSwitch-ify attribute name mapping.Douglas Gregor
2009-10-29make this interpretable.Chris Lattner
2009-10-29Fix an insidious bug in RegionStore::RemoveDeadBindings() pointed outTed Kremenek
2009-10-29add two new and very exhaustive preprocessor tests, patch byChris Lattner
2009-10-29simplify intmax setup, patch by Ken Dyck!Chris Lattner
2009-10-29Remove some obsolete or unnecessary FIXMEs.Daniel Dunbar
2009-10-29PR5328: Allow duplicatic -pedantic (and -pedantic-errors) options.Daniel Dunbar
2009-10-29Kill off MakeFormattedString helper function.Daniel Dunbar
2009-10-29Move NullDeref and UndefDeref into their own checker. Zhongxing Xu
2009-10-29Reject -I- in driver instead of clang-cc.Daniel Dunbar
2009-10-29Formatting fixes.Daniel Dunbar
2009-10-29make this more interesting, test the static const array.Chris Lattner
2009-10-29Add test case for <rdar://problem/7342806>.Ted Kremenek
2009-10-29[llvm up]Douglas Gregor
2009-10-29optimize out some ifdefs.Chris Lattner
2009-10-29Fix some Window-isms to get these tests to pass on Windows.John Thompson
2009-10-29Implement support for semantic checking and template instantiation ofDouglas Gregor
2009-10-28Implement clang support for indirect branch and address of labelChris Lattner
2009-10-28Unused ivars checker: also check methods in categories that are defined in th...Ted Kremenek
2009-10-28Fix <rdar://problem/7330784>. Avoid crashing on 'Class<p>' when generating me...Steve Naroff
2009-10-28Refine __builtin_object_size. Don't try and get a size for thingsMike Stump
2009-10-28Minor cleanup.Fariborz Jahanian
2009-10-28Code gen for array construction - WIPFariborz Jahanian
2009-10-28Remove _clang_initCXLookupHint() and _clang_getCursorWithHint(). Related to <...Steve Naroff
2009-10-28Refactor a bit.Mike Stump
2009-10-28Pull ivar scanning logic into another utility function. This refactoring will...Ted Kremenek
2009-10-28factor a creation of Int32Ty.Chris Lattner
2009-10-28Use array's base element type in getting to itsFariborz Jahanian
2009-10-28Removed an unnecessary arguement passed to InitializeVarWithConstructorFariborz Jahanian
2009-10-28Restored note on pointer to members with a pointer Fariborz Jahanian
2009-10-28random tidyingChris Lattner
2009-10-28Removed a Note related to pointer to member functions whichFariborz Jahanian
2009-10-28Diagnose use of data pointer member in a function callFariborz Jahanian
2009-10-28Mangle based on the declaration we're given, not the canonicalDouglas Gregor
2009-10-28Fix for PR4887, Credit to Jonathan Gray.Edward O'Callaghan
2009-10-28make CallGraph more flexible by letting it accept ASTContext instead of ASTUnit.Zhongxing Xu
2009-10-28adjust for a pending LLVM change.Chris Lattner
2009-10-28Add mangling for VTTs.Mike Stump
2009-10-28Finish off pure virtual function handling.Mike Stump
2009-10-28Slightly improve source location information during template instantiationDouglas Gregor
2009-10-27TestDouglas Gregor