1. c70851b [libclang] CompilationDatabase naming and comment fixes by Arnaud A. de Grandmaison · 12 years ago
  2. f39a7ae [libclang] Introduce clang_Cursor_isDynamicCall which, by Argyrios Kyrtzidis · 12 years ago
  3. d99ef53 Add a new libclang completion API to get brief documentation comment that is by Dmitri Gribenko · 12 years ago
  4. db29318 [libclang] add CompilationDatabase support by Arnaud A. de Grandmaison · 12 years ago
  5. db2a685 Factor CXString out of Index.h by Arnaud A. de Grandmaison · 12 years ago
  6. 2d44d77 Implement a lexer for structured comments. by Dmitri Gribenko · 12 years ago
  7. aa0cd85 Structured comment parsing, first step. by Dmitri Gribenko · 12 years ago
  8. 7eee018 Documentation cleanup for clang-c: by James Dennett · 12 years ago
  9. 8cd64b4 Etch out the code path for MS-style inline assembly. by Chad Rosier · 12 years ago
  10. 17d26a6 Documentation cleanup, fixing Doxygen markup. Mostly this avoids common terms by James Dennett · 12 years ago
  11. 48d798c Fix typos found by http://github.com/lyda/misspell-check by Benjamin Kramer · 12 years ago
  12. cc88966 Introduce a new libclang API to determine the platform availability of by Douglas Gregor · 12 years ago
  13. d0f709e Simple typo fix (syntex to syntax). Fixes PR12735 by Aaron Ballman · 12 years ago
  14. 6a91d38 Added a flag to the parser to skip method bodies. by Erik Verbruggen · 12 years ago
  15. 78d5d3b Implement clang_getDiagnosticCategoryText() to provide a way for a client of libclang to accurately by Ted Kremenek · 12 years ago
  16. d98ef9a [libclang] Introduce a couple of functions to make it convenient by Argyrios Kyrtzidis · 12 years ago
  17. 34ebe1e [libclang] Introduce clang_Cursor_getObjCSelectorIndex() function. by Argyrios Kyrtzidis · 12 years ago
  18. ba1da14 [libclang] Introduce clang_Cursor_getSpellingNameRange(). by Argyrios Kyrtzidis · 12 years ago
  19. fdc1795 [libclang] Introduce options to control the priority for the threads by Argyrios Kyrtzidis · 12 years ago
  20. ba10306 Introduce a new libclang API to determine the parent context of a code by Douglas Gregor · 12 years ago
  21. b49a29f [libclang] Introduce indexing option CXIndexOpt_SuppressWarnings, which by Argyrios Kyrtzidis · 12 years ago
  22. 044e645 [libclang] Enhance clang_getOverriddenCursors. by Argyrios Kyrtzidis · 12 years ago
  23. 30660a8 Add new code migrator support for migrating existing Objective-C code to use by Ted Kremenek · 12 years ago
  24. b3f7542 And libclang cursor/indexing support for new Objective-C NSArray/NSDictionary/NSNumber literals. by Ted Kremenek · 12 years ago
  25. 792db26 [libclang] When indexing an objc property, also provide information about by Argyrios Kyrtzidis · 12 years ago
  26. e1d4330 Don't record nested macro expansions in the preprocessing record, by Argyrios Kyrtzidis · 12 years ago
  27. 011d8b9 Implement indexing support for lambdas in libclang (both kinds), as by Douglas Gregor · 12 years ago
  28. 58d2dbe [libclang] Indexing: only index implicit template instantiations via an opt-in indexing option. by Argyrios Kyrtzidis · 12 years ago
  29. 873488a make: fix installation of generated header files by Dylan Noblesmith · 12 years ago
  30. 5b41936 libclang: Mark clang_Cursor_isNull with CINDEX_LINKAGE to make it available on windows. by Benjamin Kramer · 12 years ago
  31. 2249074 [libclang] Add CXIndexOpt_IndexFunctionLocalSymbols indexing option to indicate by Argyrios Kyrtzidis · 12 years ago
  32. 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
  33. 643d3ce [libclang] Indexing API: provide an attribute list inside CXIdxEntityInfo by Argyrios Kyrtzidis · 13 years ago
  34. c10a4c8 [libclang] Indexing API: Provide the protocols list for objc categories as well. by Argyrios Kyrtzidis · 13 years ago
  35. e422e45 [libclang] Indexing API: Fix indexing of missed references. by Argyrios Kyrtzidis · 13 years ago
  36. 0373fcc Add clang_getDiagnosticSetFromTU() to libclang. Fixes <rdar://problem/10553081>. by Ted Kremenek · 13 years ago
  37. b1febb6 [libclang] Indexing API: provide both the semantic and the lexical container. by Argyrios Kyrtzidis · 13 years ago
  38. 838d3c2 [libclang] Introduce CXIdxEntityLanguage that indicates the language by Argyrios Kyrtzidis · 13 years ago
  39. 84b7964 [libclang] API enhancements by Joe Groff! by Argyrios Kyrtzidis · 13 years ago
  40. da5f2d2 [libclang] When indexing a field in a C++ class, return an entity by Argyrios Kyrtzidis · 13 years ago
  41. 5460ff3 include/clang*/Makefile: Tweak installation to work with CLANG_SRCDIR. by NAKAMURA Takumi · 13 years ago
  42. 3e627ae Install c-index-test and clang-c/Index.h as internal files. rdar://10217046 by Bob Wilson · 13 years ago
  43. 2957e6f [libclang] Indexing API: Support C++ symbols. by Argyrios Kyrtzidis · 13 years ago
  44. b395c63 [libclang] Indexing API: by Argyrios Kyrtzidis · 13 years ago
  45. 21ee570 [libclang] Introduce a new function to apply the indexing callbacks on an existing by Argyrios Kyrtzidis · 13 years ago
  46. c71d554 [libclang] Slight changes to the indexing API and bigger internal changes for it. by Argyrios Kyrtzidis · 13 years ago
  47. 6ec43ad [libclang] Further simplify the indexing API. by Argyrios Kyrtzidis · 13 years ago
  48. 9793e8f Fix some typos, grammar errors, etc. in cursor kind descriptions by Douglas Gregor · 13 years ago
  49. ab336c1 include/clang-c/Index.h: Update CINDEX_LINKAGE on 6 decls. Corresponds to libclang.exports in r144343 by NAKAMURA Takumi · 13 years ago
  50. dd93c59 [libclang] Simplify the indexing API. by Argyrios Kyrtzidis · 13 years ago
  51. 1532217 serialized diagnostics: implement full deserialization of clang diagnostics via the libclang API. by Ted Kremenek · 13 years ago
  52. 3f54d48 Fix comment typos by Douglas Gregor · 13 years ago
  53. bd0ddf8 [libclang] Add comments. by Argyrios Kyrtzidis · 13 years ago
  54. aca19be [libclang] Index implicit property references. by Argyrios Kyrtzidis · 13 years ago
  55. 4e7064f [libclang] Introduce a new high level API for indexing clients that assumes by Argyrios Kyrtzidis · 13 years ago
  56. 6164ea1 Added clang_getCompletionAnnotation and clang_getCompletionNumAnnotations to by Erik Verbruggen · 13 years ago
  57. 5f1c822 Allow for annotate attributes after access specifiers. When such by Erik Verbruggen · 13 years ago
  58. e57ffac [libclang] Removed accidental addition of CXCursor_AnnotateAttr. by Erik Verbruggen · 13 years ago
  59. 733dbc8 [libclang] Fix symbol export for clang_Range_isNull so MSVC won't complain. by Erik Verbruggen · 13 years ago
  60. d120596 Added CXAvailability_NotAccessible to indicate that a declaration is available, but not accessible from the current code completion context. by Erik Verbruggen · 13 years ago
  61. aed123e [libclang] Introduce clang_findReferencesInFile which accepts a cursor, a file, by Argyrios Kyrtzidis · 13 years ago
  62. 42b2984 Expose more statement, expression, and declaration kinds in libclang, by Douglas Gregor · 13 years ago
  63. 2dfdb94 [libclang] Introduce CXCursor_CXXAccessSpecifier for C++'s public:/private:/protected: specifiers. by Argyrios Kyrtzidis · 13 years ago
  64. de5db64 [libclang] Introduce clang_Range_isNull. by Argyrios Kyrtzidis · 13 years ago
  65. 5f0bfc5 [libclang] Expose array size and element type, patch by Vinay Sajip! by Argyrios Kyrtzidis · 13 years ago
  66. fa865df MSVC is stuck in the 80s. by Argyrios Kyrtzidis · 13 years ago
  67. b0d6eaa [libclang] Introduce clang_Cursor_isNull and clang_Cursor_getTranslationUnit functions. by Argyrios Kyrtzidis · 13 years ago
  68. e6be34d [libclang] Introduce clang_getPresumedLocation which works like clang_getExpansionLocation by Argyrios Kyrtzidis · 13 years ago
  69. 6639e92 [libclang] by Argyrios Kyrtzidis · 13 years ago
  70. 2017422 Update libclang to have APIs corresponding to the new 'expansion' naming by Chandler Carruth · 13 years ago
  71. b5af843 Eliminate the -chained-pch flag and all of the frontend and libclang options associated with it. Chained PCH is the only way to build a PCH file that includes another PCH file by Douglas Gregor · 13 years ago
  72. 8fa0a80 Add a new libclang API to return a CXCompletionString for an arbitrary by Douglas Gregor · 13 years ago
  73. d1194fb clang_getCXTUResourceUsage: report memory used by HeaderSearch. by Ted Kremenek · 13 years ago
  74. ca7dc2b clang_getCXTUResourceUsage: Report memory used by data structures in SourceManager. by Ted Kremenek · 13 years ago
  75. 0a47d69 Add new libclang API, clang_codeCompleteGetObjCSelector(), which by Douglas Gregor · 13 years ago
  76. 48a8d14 Fix the MSVC build. 2 problems: by Francois Pichet · 13 years ago
  77. 430d7a1 Added clang_getCursorReferenceNameRange to libclang to to retrieve parts of by Douglas Gregor · 13 years ago
  78. ab4e83b Extend libclang with clang_equalRanges, from Erik Verbruggen! by Douglas Gregor · 13 years ago
  79. e081a61 New libclang API to expose container type for code completion, from by Douglas Gregor · 13 years ago
  80. fd14e91 Clean up some comments I missed when switching from by Chandler Carruth · 13 years ago
  81. ba7537f NestedMacroInstantiations -> NestedMacroExpansions by Chandler Carruth · 13 years ago
  82. 9b2a0ac Update all of the libclang code corresponding to the preprocessor by Chandler Carruth · 13 years ago
  83. 97c337c [arcmt] Move the remapping functions to clang-c/Index.h and change 'arcmt_' prefix to 'clang_'. by Argyrios Kyrtzidis · 13 years ago
  84. 69325d5 [arcmt] Introduce new '-ccc-arcmt-migrate <path>' ARC migration driver option. by Argyrios Kyrtzidis · 13 years ago
  85. 3da626b Introduce a new libclang aPI function, by Douglas Gregor · 13 years ago
  86. 39c411f libclang: Allow callers of clang_saveTranslationUnit() to distinguish by Douglas Gregor · 13 years ago
  87. 8be80e1 Improve the Python bindings for libclang in a few ways, from Eli by Douglas Gregor · 13 years ago
  88. 352697a Expose @synthesize and @dynamic via their own cursor kinds in by Douglas Gregor · 13 years ago
  89. 211924b Add clang_CXXMethod_isVirtual() to libclang, from Erik Verbruggen! by Douglas Gregor · 13 years ago
  90. dca8ee8 Introduce a new libclang parsing flag, by Douglas Gregor · 13 years ago
  91. 5e1db6a Enhance clang_getCXTUResourceUsage() to return the amount of memory used by the Preprocessor's bump allocator as well as those from the PreprocessingRecord. by Ted Kremenek · 13 years ago
  92. dd3e554 Introduce a new libclang API, clang_isFileMultipleIncludeGuarded(), by Douglas Gregor · 13 years ago
  93. e9b5f3d Enhance clang_getCXTUResourceUsage() to report the sizes of the memory buffers used by PCH. by Ted Kremenek · 13 years ago
  94. f61b831 Enhance clang_getCXTUResourceUsage() to report how much memory is used by SourceManager's memory buffers. by Ted Kremenek · 13 years ago
  95. ba29bd2 Enhance clang_getCXTUResourceUsage() to report the amount of memory used by ASTContext's side tables. by Ted Kremenek · 13 years ago
  96. 457aaf0 Enhance clang_getCXTUResourceUsage() to report the amount of memory used by SourceManager's content cache allocator. by Ted Kremenek · 13 years ago
  97. f787002 Rename 'CXTUMemoryUsage…' to 'CXTUResourceUsage…'. by Ted Kremenek · 13 years ago
  98. 4e6a3f7 Report memory usage for global code completion results in CXTUMemoryUsage. by Ted Kremenek · 13 years ago
  99. 59fc1e5 Add libclang API to query how much memory is used by a CXTranslationUnit. This is a WIP. Currently we report by Ted Kremenek · 13 years ago
  100. 162e1c1 Support for C++11 (non-template) alias declarations. by Richard Smith · 13 years ago