aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-08-05Use feedback from RegionStoreSubRegionMap::add() to prune off adding a superTed Kremenek
2009-08-05Fix canonical type construction for function types with the noreturnDouglas Gregor
2009-08-05Handle destruction of temporaries used in default argumentFariborz Jahanian
2009-08-05Patch to improve ir-gen for constructors with default argumentFariborz Jahanian
2009-08-05Translate -mcmodel=X to -code-model X and pass it to clang-cc. Patch by Pawel...Benjamin Kramer
2009-08-05Add support for the -fno-omit-frame-pointer option. Patch by Roman Divacky!Benjamin Kramer
2009-08-05Fix a comment that trailed offDouglas Gregor
2009-08-05Introduce the canonical type smart pointers, and use them in a few places toDouglas Gregor
2009-08-05Fix a bug in RegionStoreSubRegionManager::add() where multiple subregions wou...Ted Kremenek
2009-08-05cgobjcgnu was making invalid common globals.Chris Lattner
2009-08-05weak globals that are const should get weak_odr linkage.Chris Lattner
2009-08-05rdar://7119244 - globals with an explicit section specified don't getChris Lattner
2009-08-05Add test case.Zhongxing Xu
2009-08-05If the UnaryOperator has non-location type, use its type to create theZhongxing Xu
2009-08-05Remove an unused header.Mike Stump
2009-08-05Support for use of default argument in constructors.Fariborz Jahanian
2009-08-04Move the template instantiation logic for template arguments into theDouglas Gregor
2009-08-04vtable building for simple inheritance. Still in progress.Mike Stump
2009-08-04Canonicalize else.Mike Stump
2009-08-04Test cases for some recent work.Mike Stump
2009-08-04Will I ever get used to CamelCase? Will I ever like capitols forMike Stump
2009-08-04Add armv7 support.Mike Stump
2009-08-04Revert the fix for PR3800, it broke things.Anders Carlsson
2009-08-04Renable "html" indexing by default.Ted Kremenek
2009-08-04Some code refactoring. Be more generous in issuance of warningFariborz Jahanian
2009-08-04Refactor template instantiation for types into a generic treeDouglas Gregor
2009-08-04Simplify alignment handling in the record builder.Anders Carlsson
2009-08-04lit: Some sample tests, for testing the testerDaniel Dunbar
2009-08-04Fix test case for Darwin10 (which sets ssp), and move to CodeGen/Daniel Dunbar
2009-08-04Update for LLVM API changeDaniel Dunbar
2009-08-04Compare matching selectors in current andFariborz Jahanian
2009-08-04Adjust test case.Ted Kremenek
2009-08-04Recognize '-M' and '-MM' options.Ted Kremenek
2009-08-04'unlink' file directly instead of invoking system shell.Ted Kremenek
2009-08-03Have scan-build clue off of 'BUGMETAEND' to know when to stop processing an H...Ted Kremenek
2009-08-03Emit a special 'BUGMETAEND' comment to aid in the postprocessing of HTML bug ...Ted Kremenek
2009-08-03Per advice that Doug Gregor gave me several months ago, clean up theTed Kremenek
2009-08-03Add a pass-by-value test for the analyzer.Ted Kremenek
2009-08-03PR3679: add #pragma weak test fileRyan Flynn
2009-08-03Add test case testing field sensitivity. Reduced from <rdar://problem/7114618>.Ted Kremenek
2009-08-03Make sure UTF-16 strings end with a 16-bit null (as opposed to 8-bit).Daniel Dunbar
2009-08-03Handle disgusting corner case where a byte is loaded from the address of a fu...Ted Kremenek
2009-08-03When generating cleanup blocks for Obj-C @finally, mark them as catch all blocksDaniel Dunbar
2009-08-03Regression fix: reset 'DisplayedFunction' when a new function/method decl get...Ted Kremenek
2009-08-03assert(nyi) on attempt to destruct an array of objects.Fariborz Jahanian
2009-08-03ir-gen for destructor calls.Fariborz Jahanian
2009-08-03Refactor methods on DeclSpec to take a diagnostic& parameter, and reflect thisJohn McCall
2009-08-03Website updates for working with Visual Studio and making patches.Eli Friedman
2009-08-03Minor renaming/refactoring. No change in functionality.Fariborz Jahanian
2009-08-03Templatize BadSpecifier and introduce DeclSpec::getSpecifier(T) for theJohn McCall