summaryrefslogtreecommitdiffstats
path: root/include/clang-c
Commit message (Expand)AuthorAgeFilesLines
* Added a flag to the parser to skip method bodies.Erik Verbruggen2012-04-121-1/+10
* Implement clang_getDiagnosticCategoryText() to provide a way for a client of ...Ted Kremenek2012-04-121-2/+23
* [libclang] Introduce a couple of functions to make it convenientArgyrios Kyrtzidis2012-04-111-2/+18
* [libclang] Introduce clang_Cursor_getObjCSelectorIndex() function.Argyrios Kyrtzidis2012-03-301-0/+14
* [libclang] Introduce clang_Cursor_getSpellingNameRange().Argyrios Kyrtzidis2012-03-301-0/+15
* [libclang] Introduce options to control the priority for the threadsArgyrios Kyrtzidis2012-03-281-0/+55
* Introduce a new libclang API to determine the parent context of a codeDouglas Gregor2012-03-271-0/+20
* [libclang] Introduce indexing option CXIndexOpt_SuppressWarnings, whichArgyrios Kyrtzidis2012-03-271-1/+6
* [libclang] Enhance clang_getOverriddenCursors.Argyrios Kyrtzidis2012-03-081-5/+6
* Add new code migrator support for migrating existing Objective-C code to useTed Kremenek2012-03-061-0/+14
* And libclang cursor/indexing support for new Objective-C NSArray/NSDictionary...Ted Kremenek2012-03-061-1/+5
* [libclang] When indexing an objc property, also provide information aboutArgyrios Kyrtzidis2012-02-281-0/+9
* Don't record nested macro expansions in the preprocessing record,Argyrios Kyrtzidis2012-02-251-22/+1
* Implement indexing support for lambdas in libclang (both kinds), asDouglas Gregor2012-02-151-2/+22
* [libclang] Indexing: only index implicit template instantiations via an opt-i...Argyrios Kyrtzidis2012-02-141-1/+7
* make: fix installation of generated header filesDylan Noblesmith2012-02-011-0/+5
* libclang: Mark clang_Cursor_isNull with CINDEX_LINKAGE to make it available o...Benjamin Kramer2012-02-011-1/+1
* [libclang] Add CXIndexOpt_IndexFunctionLocalSymbols indexing option to indicateArgyrios Kyrtzidis2012-01-141-1/+7
* Mass rename C1x references to C11. The name hasn't proliferated like "C++0x" ...Benjamin Kramer2011-12-231-1/+1
* [libclang] Indexing API: provide an attribute list inside CXIdxEntityInfoArgyrios Kyrtzidis2011-12-151-13/+15
* [libclang] Indexing API: Provide the protocols list for objc categories as well.Argyrios Kyrtzidis2011-12-131-7/+8
* [libclang] Indexing API: Fix indexing of missed references.Argyrios Kyrtzidis2011-12-131-2/+3
* Add clang_getDiagnosticSetFromTU() to libclang. Fixes <rdar://problem/105530...Ted Kremenek2011-12-091-0/+9
* [libclang] Indexing API: provide both the semantic and the lexical container.Argyrios Kyrtzidis2011-12-071-2/+7
* [libclang] Introduce CXIdxEntityLanguage that indicates the languageArgyrios Kyrtzidis2011-12-071-2/+9
* [libclang] API enhancements by Joe Groff!Argyrios Kyrtzidis2011-12-061-4/+107
* [libclang] When indexing a field in a C++ class, return an entityArgyrios Kyrtzidis2011-12-051-1/+2
* include/clang*/Makefile: Tweak installation to work with CLANG_SRCDIR.NAKAMURA Takumi2011-12-051-2/+2
* Install c-index-test and clang-c/Index.h as internal files. rdar://10217046Bob Wilson2011-11-281-4/+6
* [libclang] Indexing API: Support C++ symbols.Argyrios Kyrtzidis2011-11-221-11/+106
* [libclang] Indexing API:Argyrios Kyrtzidis2011-11-181-6/+33
* [libclang] Introduce a new function to apply the indexing callbacks on an exi...Argyrios Kyrtzidis2011-11-151-4/+42
* [libclang] Slight changes to the indexing API and bigger internal changes for...Argyrios Kyrtzidis2011-11-141-16/+21
* [libclang] Further simplify the indexing API.Argyrios Kyrtzidis2011-11-121-208/+44
* Fix some typos, grammar errors, etc. in cursor kind descriptionsDouglas Gregor2011-11-111-4/+4
* include/clang-c/Index.h: Update CINDEX_LINKAGE on 6 decls. Corresponds to lib...NAKAMURA Takumi2011-11-111-5/+6
* [libclang] Simplify the indexing API.Argyrios Kyrtzidis2011-11-111-295/+100
* serialized diagnostics: implement full deserialization of clang diagnostics v...Ted Kremenek2011-11-101-0/+80
* Fix comment typosDouglas Gregor2011-11-081-1/+1
* [libclang] Add comments.Argyrios Kyrtzidis2011-10-271-0/+339
* [libclang] Index implicit property references.Argyrios Kyrtzidis2011-10-181-0/+6
* [libclang] Introduce a new high level API for indexing clients that assumesArgyrios Kyrtzidis2011-10-171-0/+323
* Added clang_getCompletionAnnotation and clang_getCompletionNumAnnotations toErik Verbruggen2011-10-141-2/+28
* Allow for annotate attributes after access specifiers. When suchErik Verbruggen2011-10-131-1/+2
* [libclang] Removed accidental addition of CXCursor_AnnotateAttr.Erik Verbruggen2011-10-061-2/+1
* [libclang] Fix symbol export for clang_Range_isNull so MSVC won't complain.Erik Verbruggen2011-10-061-2/+3
* Added CXAvailability_NotAccessible to indicate that a declaration is availabl...Erik Verbruggen2011-10-061-1/+6
* [libclang] Introduce clang_findReferencesInFile which accepts a cursor, a file,Argyrios Kyrtzidis2011-10-061-0/+48
* Expose more statement, expression, and declaration kinds in libclang,Douglas Gregor2011-10-051-3/+326
* [libclang] Introduce CXCursor_CXXAccessSpecifier for C++'s public:/private:/p...Argyrios Kyrtzidis2011-09-301-2/+5