summaryrefslogtreecommitdiffstats
path: root/clang/include/clang-c
Commit message (Expand)AuthorAgeFilesLines
* Revert r170500. It over-zealously converted *ALL* things named Attributes, wh...Bill Wendling2012-12-201-1/+1
* Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...Bill Wendling2012-12-191-1/+1
* [libclang] Introduce a new indexing mode where we skip function bodiesArgyrios Kyrtzidis2012-12-061-8/+21
* libclang: Add a function to libclang for retrieving the bit width valueDmitri Gribenko2012-12-041-1/+8
* Introduce CompilationDatabase::getAllCompileCommands() that returns allArgyrios Kyrtzidis2012-12-042-1/+7
* [libclang] Add some comments about the version constants for the libclang API.Argyrios Kyrtzidis2012-11-061-0/+8
* [libclang] Introduce clang_Cursor_getReceiverType which returns the CXType forArgyrios Kyrtzidis2012-11-011-1/+7
* [libclang] Bump the version number of the libclang API.Argyrios Kyrtzidis2012-10-291-1/+1
* [libclang] Introduce a version constant for the libclang API.Argyrios Kyrtzidis2012-10-291-0/+20
* [libclang] Invoke a ppIncludedFile callback when indexing implicit module imp...Argyrios Kyrtzidis2012-10-181-0/+5
* Add pnaclcall convention to Native Client targets.Derek Schuff2012-10-161-0/+1
* [libclang] Improve AST serialization done by ASTUnit::Save().Argyrios Kyrtzidis2012-10-111-4/+6
* [libclang] Fix the comments, as suggested by Dmitri.Argyrios Kyrtzidis2012-10-061-10/+11
* [libclang] Now that we have a CXModule object, pass it to theArgyrios Kyrtzidis2012-10-051-11/+5
* [libclang] Introduce new C functions that provide information about modules:Argyrios Kyrtzidis2012-10-051-0/+58
* [libclang] Introduce CXCursor_ModuleImportDecl cursor kind, used for a moduleArgyrios Kyrtzidis2012-10-051-1/+9
* [libclang] Simplify indexing of module imports by handling implicitArgyrios Kyrtzidis2012-10-031-6/+1
* [libclang] Implement the importedASTFile indexing callback to provideArgyrios Kyrtzidis2012-10-021-4/+23
* [libclang] Remove the ParentKind cursor kind from code-completion results.Argyrios Kyrtzidis2012-09-261-2/+1
* [libclang] Bring CXCursor_AsmStmt back as an alias for CXCursor_GCCAsmStmt.Argyrios Kyrtzidis2012-09-241-0/+1
* Fix Doxygen misuse: refer to parameter names in paragraphs correctly (\arg isDmitri Gribenko2012-09-131-3/+3
* Comment AST: TableGen'ize all command lists in CommentCommandTraits.cpp.Dmitri Gribenko2012-09-101-5/+3
* Revert r163099 per chandlerc's request.Joao Matos2012-09-041-3/+1
* Added a new cursor for SEHLeaveStmt to libclang.Joao Matos2012-09-031-1/+3
* Normalize line endings of r163013 (part 2).Joao Matos2012-08-311-8/+8
* Improved MSVC __interface support by adding first class support for it, inste...Joao Matos2012-08-311-7/+8
* [ms-inline asm] As part of a larger refactoring, rename AsmStmt to GCCAsmStmt.Chad Rosier2012-08-251-2/+2
* Fix a bunch of -Wdocumentation warnings.Dmitri Gribenko2012-08-231-3/+3
* libclang API for comment-to-xml conversion.Dmitri Gribenko2012-08-071-0/+15
* 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
OpenPOWER on IntegriCloud