aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2009-11-18Code completion after @property, providing the names of forward-declared prop...Douglas Gregor
2009-11-18Rename code-completion test to actually make senseDouglas Gregor
2009-11-18Code completion for Objective-C properly listsDouglas Gregor
2009-11-18Be sure to set visibility for ZTI symbols for classes from the class.Mike Stump
2009-11-18Make _ZTI symbols hidden. This speeds up the dynamic linker.Mike Stump
2009-11-18Incremental progress on using declarations. Split UnresolvedUsingDecl intoJohn McCall
2009-11-18Add special clang_getCursor() support for @class. Handles <rdar://problem/73...Ted Kremenek
2009-11-18Code completion for member accesses that involve Objective-C properties and i...Douglas Gregor
2009-11-18PR5520: Make sure to check whether the base type is complete before looking forEli Friedman
2009-11-18Fix one last gotcha with typeid.Mike Stump
2009-11-18Finish code completion for Objective-C message sendsDouglas Gregor
2009-11-17Add rtti support for arrays, functiond without prototypes, vectors andMike Stump
2009-11-17Refactor code-completion support for message sends, collecting theDouglas Gregor
2009-11-17Add rtti info for function prototypes and refactor. This allowsMike Stump
2009-11-17This patch finalizes implementatin of weak_importFariborz Jahanian
2009-11-17Add rtti support for pointer to data members.Mike Stump
2009-11-17Drop unnecessary #include.Daniel Dunbar
2009-11-17Remove unnecessary &&s.Daniel Dunbar
2009-11-17Add rtti support for non-member pointers. WIP.Mike Stump
2009-11-17Add c-index-test mode "-test-file-scan", which scans a source file and calls ...Ted Kremenek
2009-11-17Fix test case.Ted Kremenek
2009-11-17Added block type introspection support.David Chisnall
2009-11-17Rename test.Ted Kremenek
2009-11-17Undo previous test fix. -split-phi-edges now disables automatically when theJakob Stoklund Olesen
2009-11-17Replace (-INT8_C(128)), which uses an illegally out-of-range argument forKen Dyck
2009-11-17Clean up c-index-test command line usage a bit by requiring a "-test-load-tu"...Ted Kremenek
2009-11-17Adjust format attribute index for implicit object arguments. Fixes PR5521.Sebastian Redl
2009-11-17Implement code completion for Objective-C message sends to "super".Douglas Gregor
2009-11-17Fix PR5531.Anders Carlsson
2009-11-17Augment code-completion results to provide argument names andDouglas Gregor
2009-11-17Use the INTn_C integer constant macros to generate limit constants with correctKen Dyck
2009-11-17Make test header independent so it doesn't fail on freebsd. I hope this doesn'tBenjamin Kramer
2009-11-17Remove unnecessary parens around the bodies of integer constant macros. C99Ken Dyck
2009-11-17... and add back a few more triple forces.Daniel Dunbar
2009-11-17Use clang to run tests which include headers from the system.Daniel Dunbar
2009-11-17Add some -triples I was a little too liberal in removing.Daniel Dunbar
2009-11-17Merge several visibility tests into hidden-visibility.m, and check .ll outputDaniel Dunbar
2009-11-17Use -fblocks and -fobjc-nonfragile-abi when that is what is being tested, ins...Daniel Dunbar
2009-11-17Add PreVisitReturn to Malloc checker. Now we can recognize returned memoryZhongxing Xu
2009-11-17Don't #include <stdio.h> when tests don't need it, or use clang instead of cl...Daniel Dunbar
2009-11-17Remove some redundant tests.Daniel Dunbar
2009-11-17Commit this random test case.John McCall
2009-11-17Add -fblocks, -stack-protector, and -fobjc-nonfragile-abi defaulting to driver,Daniel Dunbar
2009-11-17Add EvalEndPath interface to Checker. Now we can check memory leaked at theZhongxing Xu
2009-11-17Move -fnext-runtime defaulting to driver (and change clang-cc default toDaniel Dunbar
2009-11-17Move char-is-signed defaulting to driver, instead of usingDaniel Dunbar
2009-11-17Add newline at the end of the file.Ted Kremenek
2009-11-17Implement template instantiation for using directives, which is dead simple.Douglas Gregor
2009-11-17Have clang_getCursorSource() return NULL when the source location is invalid ...Ted Kremenek
2009-11-17Require the object type of a member access expression ("." or "->") toDouglas Gregor