summaryrefslogtreecommitdiffstats
path: root/clang/test
Commit message (Expand)AuthorAgeFilesLines
* Add support for declaring pointers to members.Sebastian Redl2009-01-241-0/+14
* Fix PR3386 by handling GCC's rules for alignof, which are substantiallyChris Lattner2009-01-241-0/+9
* Fix invalid evaluation of _Complex float (real & imaginary parts hadDaniel Dunbar2009-01-241-0/+3
* Handle the 'e' constraint. Fixes PR3385Anders Carlsson2009-01-241-0/+6
* Ignore parens when determining if an expr is a string literal. Fixes PR3382.Anders Carlsson2009-01-241-0/+2
* Fix crash ElementRegion::getRValueType() when the RvalueType of the ArrayRegi...Ted Kremenek2009-01-241-1/+13
* More hacking on static analyzer diagnostics. When emitting summary diagnosti...Ted Kremenek2009-01-242-3/+3
* More APSInt appeasementDouglas Gregor2009-01-231-1/+1
* Hopefully the last of the APSInt signedness issues with initializers. Fixes P...Douglas Gregor2009-01-231-1/+2
* Allow subtraction of function pointer types in C, as a GNU extension. Fixes r...Douglas Gregor2009-01-231-0/+5
* Make sure all of the isUnsigned flags line up when comparing initializer valu...Douglas Gregor2009-01-231-0/+1
* Handle pointer arithmetic on function pointers.Daniel Dunbar2009-01-231-3/+18
* Properly manage the bit-widths of APInts/APSInts in array initialization.Douglas Gregor2009-01-232-1/+6
* Handle any undeclared parameters in a K&R-style function with aDouglas Gregor2009-01-232-0/+9
* Implement retrieval of the default value of element and field regions.Zhongxing Xu2009-01-231-0/+8
* Add a test case for init expr of array and struct type.Zhongxing Xu2009-01-231-0/+1
* Support arithmetic on pointer-to-function types as a GNUDouglas Gregor2009-01-231-2/+7
* For now, return UnknownVal() in RegionStore::getElementsSize() for AnonTypedR...Ted Kremenek2009-01-222-4/+5
* Add RegionStore support for the implicit object region that 'self' references...Ted Kremenek2009-01-222-2/+5
* Reimplement the handling of the "current object" in designatorDouglas Gregor2009-01-221-1/+37
* This test case now passes with RegionStore.Ted Kremenek2009-01-221-1/+2
* This test case now passes with RegionStore.Ted Kremenek2009-01-221-1/+2
* This test case now passes with RegionStore.Ted Kremenek2009-01-221-1/+3
* This test case now passes with RegionStore.Ted Kremenek2009-01-221-1/+3
* Enhance test case to test RegionStore with -checker-cfref.Ted Kremenek2009-01-221-1/+2
* This test case now passes with RegionStore.Ted Kremenek2009-01-221-1/+2
* This test case now passes with RegionStore.Ted Kremenek2009-01-221-1/+3
* This test case now passes with RegionStore.Ted Kremenek2009-01-221-1/+2
* This test case now passes with RegionStore.Ted Kremenek2009-01-221-1/+3
* This test case now passes with RegionStore.Ted Kremenek2009-01-221-1/+3
* Test more array logic in outofbound.cTed Kremenek2009-01-221-1/+2
* Fix RegionStore::getLValueElement() to handle the case when the base region i...Ted Kremenek2009-01-222-3/+4
* These test cases now pass with RegionStore.Ted Kremenek2009-01-224-4/+8
* The 'misc-ps.m' test case now passes with RegionStore. One case needed to be...Ted Kremenek2009-01-223-15/+45
* Initial implementation of semantic analysis and ASTs for C99Douglas Gregor2009-01-221-0/+78
* Allow creation of "dummy" compile units for debug information.Daniel Dunbar2009-01-221-0/+16
* Fix <rdar://problem/6512717> by correctly reading the right offset in the tok...Ted Kremenek2009-01-211-1/+2
* This test now passes using -analyzer-store-region.Ted Kremenek2009-01-211-1/+2
* This test now passes using -analyzer-store-region.Ted Kremenek2009-01-211-1/+2
* Get RegionStore to work with the retain/release checker and its test cases.Ted Kremenek2009-01-216-24/+217
* Fix an inline asm sema bug that I introduced.Anders Carlsson2009-01-211-1/+7
* Fix: <rdar://problem/6510344> [pth] PTH slows down regular lexer considerably...Ted Kremenek2009-01-202-0/+2
* Add -analyze action to run static analyzer, instead of inferring fromDaniel Dunbar2009-01-2038-46/+46
* Improvements to Sema of asm statements. Fixes <rdar://problem/6156893>Anders Carlsson2009-01-201-0/+11
* Detailed documentation for encoding of properties and a test Fariborz Jahanian2009-01-201-0/+43
* Improving on encoding of objective-c's property types. More to come.Fariborz Jahanian2009-01-201-0/+29
* Fix for PR3350: add special-casing for "references" to va_lists in Eli Friedman2009-01-201-0/+9
* Remove the TopLevelDecls from TranslationUnit, since all of those decls are o...Douglas Gregor2009-01-202-2/+0
* Make test independent of stdint.hDaniel Dunbar2009-01-201-7/+3
* Remove ScopedDecl, collapsing all of its functionality into Decl, soDouglas Gregor2009-01-202-2/+3
OpenPOWER on IntegriCloud