Age | Commit message (Expand) | Author |
2013-05-06 | Have the RecursiveASTVisitor traverse the type source info of an objc class m... | Argyrios Kyrtzidis |
2013-05-02 | [document parsing]: support c++11 type aliases | Fariborz Jahanian |
2013-05-01 | [documenting declaration]: Remove arc liftime qualifiers | Fariborz Jahanian |
2013-05-01 | Fix buildbot yet again. // rdar://13757500. | Fariborz Jahanian |
2013-05-01 | attempt to fix the buildbot failure. | Fariborz Jahanian |
2013-05-01 | [ObjC declaration documentation] declaration of | Fariborz Jahanian |
2013-04-26 | documenttion parsing. Provide a c-index test | Fariborz Jahanian |
2013-04-26 | [libclang] Introduce clang_Module_getASTFile function that returns the module... | Argyrios Kyrtzidis |
2013-04-26 | [PCH/modules] Require the preprocessing record option to match the used PCH, ... | Argyrios Kyrtzidis |
2013-04-26 | Comment parsing: -fparse-all-comments: recognize empty line comments | Dmitri Gribenko |
2013-04-23 | [libclang] Introduce a CXCursor_ObjCSelfExpr cursor, which is the equivalent ... | Argyrios Kyrtzidis |
2013-04-22 | When modifying an implicit instantiation with information from an explicit on... | Argyrios Kyrtzidis |
2013-04-19 | [libclang] Make sure the preable does not truncate comments. | Argyrios Kyrtzidis |
2013-04-18 | [libclang] Introduce clang_Cursor_isVariadic, which returns non-zero if the g... | Argyrios Kyrtzidis |
2013-04-18 | [libclang] Introduce clang_Cursor_getObjCDeclQualifiers, to query for 'ObjC Q... | Argyrios Kyrtzidis |
2013-04-18 | [libclang] Introduce clang_Cursor_getObjCPropertyAttributes to query the writ... | Argyrios Kyrtzidis |
2013-04-18 | Adds a new doxygen tag needed. // rdar://12379053 | Fariborz Jahanian |
2013-04-18 | [libclang] Report parameter array types as written in source, not decayed to ... | Argyrios Kyrtzidis |
2013-04-17 | Correct the range returned by ParmVarDecl::getSourceRange(), for parameters i... | Argyrios Kyrtzidis |
2013-04-11 | [libclang] Have clang_getCXXAccessSpecifier() also return the access control ... | Argyrios Kyrtzidis |
2013-04-11 | [libclang] Expose record layout info via new libclang functions: | Argyrios Kyrtzidis |
2013-04-10 | comment parsing. Add couple more needed doxygen tags. | Fariborz Jahanian |
2013-04-10 | -fparse-all-comments: remove redundant check, as suggested by Fariborz Jahanian | Dmitri Gribenko |
2013-04-10 | Add testcases for -fparse-all-comments | Dmitri Gribenko |
2013-04-08 | clang/test/Index/annotate-tokens.cpp: Appease msvc-targets with -fno-delayed-... | NAKAMURA Takumi |
2013-04-08 | doce parsing: adding few more headerdoc tags. | Fariborz Jahanian |
2013-04-05 | [libclang] Fix cursor visitation to not ignore template arguments in out-of-l... | Argyrios Kyrtzidis |
2013-04-05 | doce parsing: adding few more headerdoc tags. | Fariborz Jahanian |
2013-04-01 | [libclang] Make clang_Cursor_getArgument work with call-exprs. | Argyrios Kyrtzidis |
2013-03-29 | [libclang] Add test case for r178374. | Argyrios Kyrtzidis |
2013-03-27 | [Parser] Don't code-complete twice. | Argyrios Kyrtzidis |
2013-03-27 | Mark comment-to-html-xml-conversion test as XFAIL:msan, in addition to valgrind. | Evgeniy Stepanov |
2013-03-26 | Actually mark ASan-unfriendly test as XFAIL | Alexey Samsonov |
2013-03-25 | clang/test/Index/crash-recovery-code-complete.c: Mark it as XFAIL:win32 for now. | NAKAMURA Takumi |
2013-03-23 | documentation parsing: when providing code completion comment | Fariborz Jahanian |
2013-03-22 | documentation parsing. Provide code completion comment | Fariborz Jahanian |
2013-03-18 | [libclang] Modify clang_getCursorType to be able to handle a function templat... | Argyrios Kyrtzidis |
2013-03-11 | [libclang] Fix a test and a warning on windows. | Argyrios Kyrtzidis |
2013-03-08 | [libclang] Introduce clang_findIncludesInFile, that can be used to retrieve a... | Argyrios Kyrtzidis |
2013-03-07 | Add code completion for @import <rdar://problem/13344306>. | Douglas Gregor |
2013-02-28 | Add comment to my last test. | Fariborz Jahanian |
2013-02-28 | objective-C code completion. Property accessors may not | Fariborz Jahanian |
2013-02-27 | [PCH] When deserializing an IdentifierInfo, call IdentifierInfo::RevertTokenI... | Argyrios Kyrtzidis |
2013-02-26 | doxygen command. Add 'attention' command to list of similar | Fariborz Jahanian |
2013-02-22 | [libclang] Fix assertion hit when code-completing inside a function macro wit... | Argyrios Kyrtzidis |
2013-02-22 | Comment parsing: add CommentOptions to allow specifying custom comment block ... | Dmitri Gribenko |
2013-02-22 | [libclang] Fix a crash with invalid code, while skip function bodies is enabled. | Argyrios Kyrtzidis |
2013-02-15 | libclang: add clang_getTypeSpelling(CXType CT) | Dmitri Gribenko |
2013-02-13 | [libclang] Fix annotation of a range where the begin or end location | Argyrios Kyrtzidis |
2013-02-08 | [libclang] Add a test to make sure annotation works fine in the presence of | Argyrios Kyrtzidis |