summaryrefslogtreecommitdiffstats
path: root/clang/include/clang-c
Commit message (Expand)AuthorAgeFilesLines
* Comment to HTML conversion: correct typo in CSS class name: taram -> tparamDmitri Gribenko2012-08-011-1/+1
* Comment parsing: add support for \tparam command on all levels.Dmitri Gribenko2012-07-311-4/+78
* Comment AST: add InlineContentComment::RenderKind to specify a defaultDmitri Gribenko2012-07-231-0/+36
* Fix a typo (the the => the)Sylvestre Ledru2012-07-231-1/+1
* Comment to HTML conversion: add more CSS classes to identify function argumentsDmitri Gribenko2012-07-211-2/+6
* Add libclang APIs to walk comments ASTs and an API to convert a comment to anDmitri Gribenko2012-07-201-2/+399
* [libclang] CompilationDatabase naming and comment fixesArnaud A. de Grandmaison2012-07-031-19/+22
* [libclang] Introduce clang_Cursor_isDynamicCall which,Argyrios Kyrtzidis2012-07-021-0/+13
* Add a new libclang completion API to get brief documentation comment that isDmitri Gribenko2012-07-021-2/+23
* [libclang] add CompilationDatabase supportArnaud A. de Grandmaison2012-06-301-0/+143
* Factor CXString out of Index.hArnaud A. de Grandmaison2012-06-283-54/+109
* Implement a lexer for structured comments.Dmitri Gribenko2012-06-261-0/+6
* Structured comment parsing, first step.Dmitri Gribenko2012-06-201-0/+13
* Documentation cleanup for clang-c:James Dennett2012-06-151-74/+88
* Etch out the code path for MS-style inline assembly.Chad Rosier2012-06-111-0/+4
* Documentation cleanup, fixing Doxygen markup. Mostly this avoids common termsJames Dennett2012-06-111-7/+7
* Fix typos found by http://github.com/lyda/misspell-checkBenjamin Kramer2012-06-021-1/+1
* Introduce a new libclang API to determine the platform availability ofDouglas Gregor2012-05-081-1/+113
* Simple typo fix (syntex to syntax). Fixes PR12735Aaron Ballman2012-05-061-2/+2
* 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
OpenPOWER on IntegriCloud