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