- 0111f57 Core analysis engine template cleanup step 2: by Zhongxing Xu · 15 years ago
- bb8e648 Fix comment. by Zhongxing Xu · 15 years ago
- d1067e5 Implement transformation of template names within the generic tree by Douglas Gregor · 15 years ago
- 38b02b9 Core analysis engine template cleanup step 2: by Zhongxing Xu · 15 years ago
- addc931 Update test case. by Ted Kremenek · 15 years ago
- dcee1a1 Implement transformation of nested-name-specifiers within the general by Douglas Gregor · 15 years ago
- 355a692 Fix typo reported in <rdar://problem/7121409>. by Ted Kremenek · 15 years ago
- 451ac09 Refactor RegionStoreManager::RemoveDeadBindings to also scan the bindings of LazyCompoundSVals. by Ted Kremenek · 15 years ago
- 36dd131 Predefine __cplusplus to the right value (199711L), except when in GNU mode. by Douglas Gregor · 15 years ago
- 3e01c1d Remove unimplemented methods 'AddRegionView' and 'RemoveRegionView'. They are no longer needed. by Ted Kremenek · 15 years ago
- 619d302 When profiling an ExplodedNode, don't re-profile the state: they have by Ted Kremenek · 15 years ago
- fe85ced Support nested-name-specifiers for C++ member access expressions, e.g., by Douglas Gregor · 15 years ago
- 4403a5e add support for FreeBSD's format(printf0,x,y) attribute; allows null format string. by Ryan Flynn · 15 years ago
- 67d1a67 First pass at friend semantics. by John McCall · 15 years ago
- 32d96b0 Completely remove the code using region cast. by Zhongxing Xu · 15 years ago
- a9822de Add additional library paths for Linux distros on mixed 32/64-bit systems. by Daniel Dunbar · 15 years ago
- 65c4b10 Fix locating the 'lit.cfg' file when running on only a single file in the by Daniel Dunbar · 15 years ago
- c5619d9 As GRState seems general enough, it is time to merge some template classes by Zhongxing Xu · 15 years ago
- a10f7ea Fix clang breakage, CGF can be null in this context. by Daniel Dunbar · 15 years ago
- a5e81f1 Implement lazy "copying" of structures and arrays in RegionStore. While by Ted Kremenek · 15 years ago
- 6904cbb Patch to optimize away copy constructor call when appropriate. by Fariborz Jahanian · 15 years ago
- 213a60e AlisdairM pointed out that this will likely be relaxed in C++0x, so let's by John McCall · 15 years ago
- 2effeca Fixup object layout when we have a primary base (it goes first). Start preping for by Mike Stump · 15 years ago
- e947278 Add a test for invalid uses of non-static members from nested classes, just by John McCall · 15 years ago
- 47a434f Update for LLVM API change. by Owen Anderson · 15 years ago
- b502d83 Refactor some bits. by Mike Stump · 15 years ago
- 26899b0 Add another test for a recent checkin. by Mike Stump · 15 years ago
- 6f37633 Calculate the primary base class better and use that when laying down by Mike Stump · 15 years ago
- aed2b3e A blank line to separate the two blocks(per Mike comment). by Fariborz Jahanian · 15 years ago
- 21656dd Fix -fno-omit-frame-pointer bug Eli noticed. by Benjamin Kramer · 15 years ago
- b5bc3d6 Modified test case to use FileCheck. by Fariborz Jahanian · 15 years ago
- 33a3138 Get rid of "smart" quotes. Per report on cfe-dev. by Eli Friedman · 15 years ago
- d8c0192 Use feedback from RegionStoreSubRegionMap::add() to prune off adding a super by Ted Kremenek · 15 years ago
- 47259d9 Fix canonical type construction for function types with the noreturn by Douglas Gregor · 15 years ago
- caa499b Handle destruction of temporaries used in default argument by Fariborz Jahanian · 15 years ago
- b2c352e Patch to improve ir-gen for constructors with default argument by Fariborz Jahanian · 15 years ago
- 8e9ef0d Translate -mcmodel=X to -code-model X and pass it to clang-cc. Patch by Pawel Worach! by Benjamin Kramer · 15 years ago
- 091038c Add support for the -fno-omit-frame-pointer option. Patch by Roman Divacky! by Benjamin Kramer · 15 years ago
- b890f04 Fix a comment that trailed off by Douglas Gregor · 15 years ago
- 50d62d1 Introduce the canonical type smart pointers, and use them in a few places to by Douglas Gregor · 15 years ago
- 4ed4598 Fix a bug in RegionStoreSubRegionManager::add() where multiple subregions wouldn't correctly get registered in the SubRegion map. by Ted Kremenek · 15 years ago
- f35271b cgobjcgnu was making invalid common globals. by Chris Lattner · 15 years ago
- e78b86f weak globals that are const should get weak_odr linkage. by Chris Lattner · 15 years ago
- 309457d rdar://7119244 - globals with an explicit section specified don't get by Chris Lattner · 15 years ago
- bfc8168 Add test case. by Zhongxing Xu · 15 years ago
- a52ad4e If the UnaryOperator has non-location type, use its type to create the by Zhongxing Xu · 15 years ago
- 11b3a95 Remove an unused header. by Mike Stump · 15 years ago
- 2eeed7b Support for use of default argument in constructors. work in progress. by Fariborz Jahanian · 15 years ago
- 670444e Move the template instantiation logic for template arguments into the by Douglas Gregor · 15 years ago
- 104ffaa vtable building for simple inheritance. Still in progress. by Mike Stump · 15 years ago
- ac5fc7c Canonicalize else. by Mike Stump · 15 years ago
- 06758d0 Test cases for some recent work. by Mike Stump · 15 years ago
- cb1b5d3 Will I ever get used to CamelCase? Will I ever like capitols for by Mike Stump · 15 years ago
- 59e6572 Add armv7 support. by Mike Stump · 15 years ago
- fca9361 Revert the fix for PR3800, it broke things. by Anders Carlsson · 15 years ago
- 8d8bc91 Renable "html" indexing by default. by Ted Kremenek · 15 years ago
- e198f5d Some code refactoring. Be more generous in issuance of warning by Fariborz Jahanian · 15 years ago
- 577f75a Refactor template instantiation for types into a generic tree by Douglas Gregor · 15 years ago
- de9f2c9 Simplify alignment handling in the record builder. by Anders Carlsson · 15 years ago
- 00d02ab lit: Some sample tests, for testing the tester by Daniel Dunbar · 15 years ago
- 7cfd891 Fix test case for Darwin10 (which sets ssp), and move to CodeGen/ by Daniel Dunbar · 15 years ago
- 2b1f59f Update for LLVM API change by Daniel Dunbar · 15 years ago
- dbdec8b Compare matching selectors in current and by Fariborz Jahanian · 15 years ago
- 8eec7c0 Adjust test case. by Ted Kremenek · 15 years ago
- d732a7b Recognize '-M' and '-MM' options. by Ted Kremenek · 15 years ago
- e3bf8a8 'unlink' file directly instead of invoking system shell. by Ted Kremenek · 15 years ago
- d658e67 Have scan-build clue off of 'BUGMETAEND' to know when to stop processing an HTML file. by Ted Kremenek · 15 years ago
- 9b4d45c Emit a special 'BUGMETAEND' comment to aid in the postprocessing of HTML bug reports. by Ted Kremenek · 15 years ago
- 7a02a37 Per advice that Doug Gregor gave me several months ago, clean up the by Ted Kremenek · 15 years ago
- 48775d5 Add a pass-by-value test for the analyzer. by Ted Kremenek · 15 years ago
- 8f6e88f PR3679: add #pragma weak test file by Ryan Flynn · 15 years ago
- 28ba10c Add test case testing field sensitivity. Reduced from <rdar://problem/7114618>. by Ted Kremenek · 15 years ago
- 434da48 Make sure UTF-16 strings end with a 16-bit null (as opposed to 8-bit). by Daniel Dunbar · 15 years ago
- 968f0a6 Handle disgusting corner case where a byte is loaded from the address of a function. by Ted Kremenek · 15 years ago
- e3d25ab When generating cleanup blocks for Obj-C @finally, mark them as catch all blocks by Daniel Dunbar · 15 years ago
- 98f6f25 Regression fix: reset 'DisplayedFunction' when a new function/method decl gets analyzed. by Ted Kremenek · 15 years ago
- 667f36a assert(nyi) on attempt to destruct an array of objects. by Fariborz Jahanian · 15 years ago
- 6ca0b32 ir-gen for destructor calls. by Fariborz Jahanian · 15 years ago
- fec5401 Refactor methods on DeclSpec to take a diagnostic& parameter, and reflect this by John McCall · 15 years ago
- d1e1ef3 Website updates for working with Visual Studio and making patches. by Eli Friedman · 15 years ago
- a83f7ed Minor renaming/refactoring. No change in functionality. by Fariborz Jahanian · 15 years ago
- 32d335e Templatize BadSpecifier and introduce DeclSpec::getSpecifier(T) for the by John McCall · 15 years ago
- 6bff251 Formatting fixes (trailing whitespace, 80-cols, indentation). by Daniel Dunbar · 15 years ago
- d469fc8 Fix assertion crash. I don't have a testcase, but the fix is pretty by Eli Friedman · 15 years ago
- 18c7c06 add a bunch of routine methods to AnalysisContext. by Zhongxing Xu · 15 years ago
- e9201f5 lit: Don't treat '\' as an escape in unquoted strings, on Win32. This turns out by Daniel Dunbar · 15 years ago
- d764090 Tweak diagnostic wording; patch by Sean Hunt. by Eli Friedman · 15 years ago
- 9ab76fa Update for LLVM API change. by Daniel Dunbar · 15 years ago
- b0f17c7 Update for LLVM API change. by Daniel Dunbar · 15 years ago
- d07a0d0 now we can let AnalysisManager to own the PathDiagnosticClient. by Zhongxing Xu · 15 years ago
- c471e7b Create only one AnalysisManager for each translation unit. In HandleCode(), by Zhongxing Xu · 15 years ago
- 2e31244 Add LocationContext classes to enable creation of cross function by Zhongxing Xu · 15 years ago
- 2bbcf66 Driver/OpenBSD: Improve ld options. - Patch by Jonathan Gray! by Daniel Dunbar · 15 years ago
- 1f561c1 Produce a warning that partial ordering of function templates is not yet supported by Douglas Gregor · 15 years ago
- 37d93e9 Keep track of the template arguments deduced when matching a class by Douglas Gregor · 15 years ago
- c43f2f4 Whoops, meant to delete this. by Anders Carlsson · 15 years ago
- b0d0ea0 use CodeGenModule::EmitNullConstant in a couple of places. by Anders Carlsson · 15 years ago
- 714179b Use the correct cast kind for dynamic_cast. by Anders Carlsson · 15 years ago
- b4aa94d Update C++ open projects list by Douglas Gregor · 15 years ago
- 1e185d9 We have fairly good support for namespaces, now. Namespace aliases are parsed correctly by Douglas Gregor · 15 years ago