Age | Commit message (Expand) | Author |
2011-12-15 | [libclang] Indexing API: provide an attribute list inside CXIdxEntityInfo | Argyrios Kyrtzidis |
2011-12-13 | [libclang] Indexing API: Fix suppressing of references in macros and suppress | Argyrios Kyrtzidis |
2011-12-07 | [libclang] Indexing API: provide both the semantic and the lexical container. | Argyrios Kyrtzidis |
2011-12-07 | [libclang] Fix indexing of C++ bases in a C++ class. | Argyrios Kyrtzidis |
2011-12-07 | [libclang] Introduce CXIdxEntityLanguage that indicates the language | Argyrios Kyrtzidis |
2011-12-05 | [libclang] When indexing a field in a C++ class, return an entity | Argyrios Kyrtzidis |
2011-12-01 | [libclang] Create a diagnostic set to pass at the end of indexing. | Argyrios Kyrtzidis |
2011-11-28 | [libclang] Indexing API: If the client requested to get a CXTranslationUnit a... | Argyrios Kyrtzidis |
2011-11-22 | [libclang] Indexing API: Support C++ symbols. | Argyrios Kyrtzidis |
2011-11-18 | c-index-test.c: Fix syntax according to C. | NAKAMURA Takumi |
2011-11-18 | [libclang] Indexing API: | Argyrios Kyrtzidis |
2011-11-16 | [libclang] Indexing API: fill the objc category info for a category implement... | Argyrios Kyrtzidis |
2011-11-16 | [libclang] Indexing API: if the CXIndexOpt_OneRefPerFile option is set, only ... | Argyrios Kyrtzidis |
2011-11-15 | [libclang] Introduce a new function to apply the indexing callbacks on an exi... | Argyrios Kyrtzidis |
2011-11-14 | [libclang] Slight changes to the indexing API and bigger internal changes for... | Argyrios Kyrtzidis |
2011-11-13 | [libclang] Move the check for errors in c-index-test before the TU gets dispo... | Argyrios Kyrtzidis |
2011-11-13 | [libclang] for c-index-test, check for CINDEXTEST_FAILONERROR when doing -tes... | Argyrios Kyrtzidis |
2011-11-12 | [libclang] Further simplify the indexing API. | Argyrios Kyrtzidis |
2011-11-11 | Silence compiler warning. | Benjamin Kramer |
2011-11-11 | [serialized diagnostics]: add test cases for serialized diagnostics, includin... | Ted Kremenek |
2011-11-11 | [libclang] Simplify the indexing API. | Argyrios Kyrtzidis |
2011-11-10 | c-index-test.c: Fix a comment style. /* It is C source. */ | NAKAMURA Takumi |
2011-11-10 | c-index-test.c: Fix syntax. It is C source. | NAKAMURA Takumi |
2011-11-10 | serialized diagnostics: implement full deserialization of clang diagnostics v... | Ted Kremenek |
2011-11-05 | [libclang] For "c-index-test -index-file", print out the names of the callbacks. | Argyrios Kyrtzidis |
2011-11-03 | [libclang] Add missing return in clang_getExpansionLocation that resulted in ... | Argyrios Kyrtzidis |
2011-11-03 | [libclang] For c-index-test disable caching of code completion results if | Argyrios Kyrtzidis |
2011-10-28 | [libclang] Introduce use of CINDEXTEST_FAILONERROR environment variable which... | Argyrios Kyrtzidis |
2011-10-20 | [libclang] Don't use C++-style comments in c-index-test.c. | Argyrios Kyrtzidis |
2011-10-18 | [libclang] Index implicit property references. | Argyrios Kyrtzidis |
2011-10-18 | [libclang] When printing the diagnostic print it with a new line. | Argyrios Kyrtzidis |
2011-10-17 | Try fixing MSVC compiler errors. | Argyrios Kyrtzidis |
2011-10-17 | [libclang] Introduce a new high level API for indexing clients that assumes | Argyrios Kyrtzidis |
2011-10-14 | Added clang_getCompletionAnnotation and clang_getCompletionNumAnnotations to | Erik Verbruggen |
2011-10-06 | Fixed GCC (C90) and Clang warnings. | Erik Verbruggen |
2011-10-06 | Added CXAvailability_NotAccessible to indicate that a declaration is availabl... | Erik Verbruggen |
2011-10-06 | [libclang] Introduce clang_findReferencesInFile which accepts a cursor, a file, | Argyrios Kyrtzidis |
2011-09-26 | Don't map a file:line:col triplet that is inside the preamble range to | Argyrios Kyrtzidis |
2011-09-12 | [libclang] Make c-index-test check CINDEXTEST_REMAP_AFTER_TRIAL environment v... | Argyrios Kyrtzidis |
2011-08-29 | Fix type mismatch in initialization (caught by -Wliteral-conversion) | Matt Beaumont-Gay |
2011-08-04 | Add a new libclang API to return a CXCompletionString for an arbitrary | Douglas Gregor |
2011-07-26 | Add new libclang API, clang_codeCompleteGetObjCSelector(), which | Douglas Gregor |
2011-07-25 | Added clang_getCursorReferenceNameRange to libclang to to retrieve parts of | Douglas Gregor |
2011-07-21 | New libclang API to expose container type for code completion, from | Douglas Gregor |
2011-07-14 | NestedMacroInstantiations -> NestedMacroExpansions | Chandler Carruth |
2011-07-07 | Introduce a new libclang aPI function, | Douglas Gregor |
2011-07-06 | MSVC doesn't like mixing declarations and statements in a C file. | Francois Pichet |
2011-07-06 | libclang: Allow callers of clang_saveTranslationUnit() to distinguish | Douglas Gregor |
2011-05-13 | Add c-index-test printing and tests for static and virtual method | Douglas Gregor |
2011-05-06 | Introduce a new libclang parsing flag, | Douglas Gregor |