1. 1e4112d typo. by Adrian Prantl · 11 years ago
  2. c965f76 libclang: add a function to check whether a member function is pure virtual by Dmitri Gribenko · 11 years ago
  3. e858e66 [libclang] Introduce clang_Module_getASTFile function that returns the module file where a module object came from. by Argyrios Kyrtzidis · 11 years ago
  4. 017dd74 Revert "Remove CXCursorSet and related APIs. There are no known clients." by Ted Kremenek · 11 years ago
  5. 3b6f56a Remove CXCursorSet and related APIs. There are no known clients. by Ted Kremenek · 11 years ago
  6. edab047 [libclang] Introduce a CXCursor_ObjCSelfExpr cursor, which is the equivalent of CXCursor_CXXThisExpr for C++ code. by Argyrios Kyrtzidis · 11 years ago
  7. 8be71a6 [libclang] Fix copy-paste error in comment. by Argyrios Kyrtzidis · 11 years ago
  8. 80e1aca [libclang] Introduce clang_Cursor_isVariadic, which returns non-zero if the given cursor is a variadic function or method. by Argyrios Kyrtzidis · 11 years ago
  9. 38dbad2 [libclang] Introduce clang_Cursor_getObjCDeclQualifiers, to query for 'ObjC Qualifiers' written next to the return and by Argyrios Kyrtzidis · 11 years ago
  10. 9ee6a66 [libclang] Introduce clang_Cursor_getObjCPropertyAttributes to query the written attributes in a property declaration. by Argyrios Kyrtzidis · 11 years ago
  11. 4522f63 [libclang] Introduce clang_Location_isInSystemHeader to check if a location resides in a system header. by Argyrios Kyrtzidis · 11 years ago
  12. 5142be6 [libclang] Improve a doxygen comment, as suggested by Jordan. by Argyrios Kyrtzidis · 11 years ago
  13. 04b6748 [libclang] Have clang_getCXXAccessSpecifier() also return the access control of a C++ declaration within its parent scope. by Argyrios Kyrtzidis · 11 years ago
  14. 411d33a [libclang] Expose record layout info via new libclang functions: by Argyrios Kyrtzidis · 11 years ago
  15. e9ebd85 [libclang] Make clang_Cursor_getArgument work with call-exprs. by Argyrios Kyrtzidis · 11 years ago
  16. c1d2239 [Modules] Resolve top-headers of modules lazily. by Argyrios Kyrtzidis · 11 years ago
  17. 6f09c3d [libclang] Change clang_findReferencesInFile and clang_findIncludesInFile to return an enum, by Argyrios Kyrtzidis · 11 years ago
  18. 389dc56 [libclang] Modify clang_findReferencesInFile and clang_findIncludesInFile to return a value. by Argyrios Kyrtzidis · 11 years ago
  19. ee2d5fd [libclang] Introduce clang_findIncludesInFile, that can be used to retrieve all #import/#include directives in a specific file. by Argyrios Kyrtzidis · 11 years ago
  20. 7728cdd Revert r175912, "Add support for coldcc to clang" at John's request. by Peter Collingbourne · 11 years ago
  21. 4c67aa9 Add support for coldcc to clang by Peter Collingbourne · 11 years ago
  22. ae03d8e libclang: add clang_getTypeSpelling(CXType CT) by Dmitri Gribenko · 11 years ago
  23. db84e7a [libclang] Introduce clang_getFileUniqueID which returns a struct by Argyrios Kyrtzidis · 11 years ago
  24. 689d747 libclang: constness for CXString by Dmitri Gribenko · 12 years ago
  25. e274828 [libclang] Add some constness in CXSourceLocation and CXSourceRange. by Argyrios Kyrtzidis · 12 years ago
  26. 67812b2 libclang: change CXCursor to store 'const void *' pointers for by Dmitri Gribenko · 12 years ago
  27. f9c2166 clang-c/Index.h: Clarify empty argument with (void) for C89. by NAKAMURA Takumi · 12 years ago
  28. 2d5c133 [libclang] Introduce clang_getFileLocation. by Argyrios Kyrtzidis · 12 years ago
  29. 3898008 Add intel_ocl_bicc calling convention as a function attribute to clang. The calling convention is already implemented in LLVM. by Guy Benyei · 12 years ago
  30. ad017fa Revert r170500. It over-zealously converted *ALL* things named Attributes, which is wrong here. by Bill Wendling · 12 years ago
  31. 094dbf9 Rename the 'Attributes' class to 'Attribute'. It's going to represent a single attribute in the future. by Bill Wendling · 12 years ago
  32. 838eb7e [libclang] Introduce a new indexing mode where we skip function bodies by Argyrios Kyrtzidis · 12 years ago
  33. 1eb6082 libclang: Add a function to libclang for retrieving the bit width value by Dmitri Gribenko · 12 years ago
  34. 7e96bfb Introduce CompilationDatabase::getAllCompileCommands() that returns all by Argyrios Kyrtzidis · 12 years ago
  35. 4d9eff5 [libclang] Add some comments about the version constants for the libclang API. by Argyrios Kyrtzidis · 12 years ago
  36. e4a990f [libclang] Introduce clang_Cursor_getReceiverType which returns the CXType for by Argyrios Kyrtzidis · 12 years ago
  37. bf69d71 [libclang] Bump the version number of the libclang API. by Argyrios Kyrtzidis · 12 years ago
  38. ca9805a [libclang] Introduce a version constant for the libclang API. by Argyrios Kyrtzidis · 12 years ago
  39. 8d7a24e [libclang] Invoke a ppIncludedFile callback when indexing implicit module imports. by Argyrios Kyrtzidis · 12 years ago
  40. 263366f Add pnaclcall convention to Native Client targets. by Derek Schuff · 12 years ago
  41. 900ab95 [libclang] Improve AST serialization done by ASTUnit::Save(). by Argyrios Kyrtzidis · 12 years ago
  42. d29245c [libclang] Fix the comments, as suggested by Dmitri. by Argyrios Kyrtzidis · 12 years ago
  43. 134d1e8a [libclang] Now that we have a CXModule object, pass it to the by Argyrios Kyrtzidis · 12 years ago
  44. 5d04b1a [libclang] Introduce new C functions that provide information about modules: by Argyrios Kyrtzidis · 12 years ago
  45. 6a01012 [libclang] Introduce CXCursor_ModuleImportDecl cursor kind, used for a module by Argyrios Kyrtzidis · 12 years ago
  46. 37f2f52 [libclang] Simplify indexing of module imports by handling implicit by Argyrios Kyrtzidis · 12 years ago
  47. 2c3e05c [libclang] Implement the importedASTFile indexing callback to provide by Argyrios Kyrtzidis · 12 years ago
  48. 526d244 [libclang] Remove the ParentKind cursor kind from code-completion results. by Argyrios Kyrtzidis · 12 years ago
  49. 5e02f65 [libclang] Bring CXCursor_AsmStmt back as an alias for CXCursor_GCCAsmStmt. by Argyrios Kyrtzidis · 12 years ago
  50. 1824d54 Fix Doxygen misuse: refer to parameter names in paragraphs correctly (\arg is by Dmitri Gribenko · 12 years ago
  51. e4330a3 Comment AST: TableGen'ize all command lists in CommentCommandTraits.cpp. by Dmitri Gribenko · 12 years ago
  52. 4c5fa42 Revert r163099 per chandlerc's request. by Joao Matos · 12 years ago
  53. ac06745 Added a new cursor for SEHLeaveStmt to libclang. by Joao Matos · 12 years ago
  54. 17d35c3 Normalize line endings of r163013 (part 2). by Joao Matos · 12 years ago
  55. 6666ed4 Improved MSVC __interface support by adding first class support for it, instead of aliasing to "struct" which had some incorrect behaviour. Patch by David Robins. by Joao Matos · 12 years ago
  56. df5faf5 [ms-inline asm] As part of a larger refactoring, rename AsmStmt to GCCAsmStmt. by Chad Rosier · 12 years ago
  57. 70517ca Fix a bunch of -Wdocumentation warnings. by Dmitri Gribenko · 12 years ago
  58. f303d4c libclang API for comment-to-xml conversion. by Dmitri Gribenko · 12 years ago
  59. 6a42552 Comment to HTML conversion: correct typo in CSS class name: taram -> tparam by Dmitri Gribenko · 12 years ago
  60. 96b0986 Comment parsing: add support for \tparam command on all levels. by Dmitri Gribenko · 12 years ago
  61. 2d66a50 Comment AST: add InlineContentComment::RenderKind to specify a default by Dmitri Gribenko · 12 years ago
  62. bed28ac Fix a typo (the the => the) by Sylvestre Ledru · 12 years ago
  63. 3e63d33 Comment to HTML conversion: add more CSS classes to identify function arguments by Dmitri Gribenko · 12 years ago
  64. ae99b75 Add libclang APIs to walk comments ASTs and an API to convert a comment to an by Dmitri Gribenko · 12 years ago
  65. c70851b [libclang] CompilationDatabase naming and comment fixes by Arnaud A. de Grandmaison · 12 years ago
  66. f39a7ae [libclang] Introduce clang_Cursor_isDynamicCall which, by Argyrios Kyrtzidis · 12 years ago
  67. d99ef53 Add a new libclang completion API to get brief documentation comment that is by Dmitri Gribenko · 12 years ago
  68. db29318 [libclang] add CompilationDatabase support by Arnaud A. de Grandmaison · 12 years ago
  69. db2a685 Factor CXString out of Index.h by Arnaud A. de Grandmaison · 12 years ago
  70. 2d44d77 Implement a lexer for structured comments. by Dmitri Gribenko · 12 years ago
  71. aa0cd85 Structured comment parsing, first step. by Dmitri Gribenko · 12 years ago
  72. 7eee018 Documentation cleanup for clang-c: by James Dennett · 12 years ago
  73. 8cd64b4 Etch out the code path for MS-style inline assembly. by Chad Rosier · 12 years ago
  74. 17d26a6 Documentation cleanup, fixing Doxygen markup. Mostly this avoids common terms by James Dennett · 12 years ago
  75. 48d798c Fix typos found by http://github.com/lyda/misspell-check by Benjamin Kramer · 12 years ago
  76. cc88966 Introduce a new libclang API to determine the platform availability of by Douglas Gregor · 12 years ago
  77. d0f709e Simple typo fix (syntex to syntax). Fixes PR12735 by Aaron Ballman · 12 years ago
  78. 6a91d38 Added a flag to the parser to skip method bodies. by Erik Verbruggen · 12 years ago
  79. 78d5d3b Implement clang_getDiagnosticCategoryText() to provide a way for a client of libclang to accurately by Ted Kremenek · 12 years ago
  80. d98ef9a [libclang] Introduce a couple of functions to make it convenient by Argyrios Kyrtzidis · 12 years ago
  81. 34ebe1e [libclang] Introduce clang_Cursor_getObjCSelectorIndex() function. by Argyrios Kyrtzidis · 12 years ago
  82. ba1da14 [libclang] Introduce clang_Cursor_getSpellingNameRange(). by Argyrios Kyrtzidis · 12 years ago
  83. fdc1795 [libclang] Introduce options to control the priority for the threads by Argyrios Kyrtzidis · 12 years ago
  84. ba10306 Introduce a new libclang API to determine the parent context of a code by Douglas Gregor · 12 years ago
  85. b49a29f [libclang] Introduce indexing option CXIndexOpt_SuppressWarnings, which by Argyrios Kyrtzidis · 12 years ago
  86. 044e645 [libclang] Enhance clang_getOverriddenCursors. by Argyrios Kyrtzidis · 12 years ago
  87. 30660a8 Add new code migrator support for migrating existing Objective-C code to use by Ted Kremenek · 12 years ago
  88. b3f7542 And libclang cursor/indexing support for new Objective-C NSArray/NSDictionary/NSNumber literals. by Ted Kremenek · 12 years ago
  89. 792db26 [libclang] When indexing an objc property, also provide information about by Argyrios Kyrtzidis · 12 years ago
  90. e1d4330 Don't record nested macro expansions in the preprocessing record, by Argyrios Kyrtzidis · 12 years ago
  91. 011d8b9 Implement indexing support for lambdas in libclang (both kinds), as by Douglas Gregor · 12 years ago
  92. 58d2dbe [libclang] Indexing: only index implicit template instantiations via an opt-in indexing option. by Argyrios Kyrtzidis · 12 years ago
  93. 873488a make: fix installation of generated header files by Dylan Noblesmith · 12 years ago
  94. 5b41936 libclang: Mark clang_Cursor_isNull with CINDEX_LINKAGE to make it available on windows. by Benjamin Kramer · 12 years ago
  95. 2249074 [libclang] Add CXIndexOpt_IndexFunctionLocalSymbols indexing option to indicate by Argyrios Kyrtzidis · 13 years ago
  96. ffbe9b9 Mass rename C1x references to C11. The name hasn't proliferated like "C++0x" so this patch is surprisingly small. by Benjamin Kramer · 13 years ago
  97. 643d3ce [libclang] Indexing API: provide an attribute list inside CXIdxEntityInfo by Argyrios Kyrtzidis · 13 years ago
  98. c10a4c8 [libclang] Indexing API: Provide the protocols list for objc categories as well. by Argyrios Kyrtzidis · 13 years ago
  99. e422e45 [libclang] Indexing API: Fix indexing of missed references. by Argyrios Kyrtzidis · 13 years ago
  100. 0373fcc Add clang_getDiagnosticSetFromTU() to libclang. Fixes <rdar://problem/10553081>. by Ted Kremenek · 13 years ago