1. f89bc05 [libclang] Don't use C++-style comments in c-index-test.c. by Argyrios Kyrtzidis · 13 years ago
  2. aca19be [libclang] Index implicit property references. by Argyrios Kyrtzidis · 13 years ago
  3. c0f5b75 [libclang] When printing the diagnostic print it with a new line. by Argyrios Kyrtzidis · 13 years ago
  4. 36180f3 Try fixing MSVC compiler errors. by Argyrios Kyrtzidis · 13 years ago
  5. 4e7064f [libclang] Introduce a new high level API for indexing clients that assumes by Argyrios Kyrtzidis · 13 years ago
  6. 6164ea1 Added clang_getCompletionAnnotation and clang_getCompletionNumAnnotations to by Erik Verbruggen · 13 years ago
  7. 26fc0f9 Fixed GCC (C90) and Clang warnings. by Erik Verbruggen · 13 years ago
  8. 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
  9. aed123e [libclang] Introduce clang_findReferencesInFile which accepts a cursor, a file, by Argyrios Kyrtzidis · 13 years ago
  10. ee0f84f Don't map a file:line:col triplet that is inside the preamble range to by Argyrios Kyrtzidis · 13 years ago
  11. 40098e8 [libclang] Make c-index-test check CINDEXTEST_REMAP_AFTER_TRIAL environment variable, by Argyrios Kyrtzidis · 13 years ago
  12. b227323 Fix type mismatch in initialization (caught by -Wliteral-conversion) by Matt Beaumont-Gay · 13 years ago
  13. 8fa0a80 Add a new libclang API to return a CXCompletionString for an arbitrary by Douglas Gregor · 13 years ago
  14. 0a47d69 Add new libclang API, clang_codeCompleteGetObjCSelector(), which by Douglas Gregor · 13 years ago
  15. 430d7a1 Added clang_getCursorReferenceNameRange to libclang to to retrieve parts of by Douglas Gregor · 13 years ago
  16. e081a61 New libclang API to expose container type for code completion, from by Douglas Gregor · 13 years ago
  17. ba7537f NestedMacroInstantiations -> NestedMacroExpansions by Chandler Carruth · 13 years ago
  18. 3da626b Introduce a new libclang aPI function, by Douglas Gregor · 13 years ago
  19. 08aa622 MSVC doesn't like mixing declarations and statements in a C file. by Francois Pichet · 13 years ago
  20. 39c411f libclang: Allow callers of clang_saveTranslationUnit() to distinguish by Douglas Gregor · 13 years ago
  21. b83d4d7 Add c-index-test printing and tests for static and virtual method by Douglas Gregor · 13 years ago
  22. dca8ee8 Introduce a new libclang parsing flag, by Douglas Gregor · 13 years ago
  23. dd3e554 Introduce a new libclang API, clang_isFileMultipleIncludeGuarded(), by Douglas Gregor · 13 years ago
  24. f787002 Rename 'CXTUMemoryUsage…' to 'CXTUResourceUsage…'. by Ted Kremenek · 13 years ago
  25. 4e6a3f7 Report memory usage for global code completion results in CXTUMemoryUsage. by Ted Kremenek · 13 years ago
  26. 3c68336 Unbreak the MSVC build: Don't mix variable declarations and statements in a .c file. by Francois Pichet · 13 years ago
  27. 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
  28. 6d55521 c-index-test.c: Fix cygwin warning not to pass signed char to islower(c). by NAKAMURA Takumi · 13 years ago
  29. 4814fb5 If any Fix-Its attached to a diagnostic have invalid source locations by Douglas Gregor · 13 years ago
  30. 4f5e21e Teach Diagnostic::setClient() to free the existing, owned by Douglas Gregor · 13 years ago
  31. 1aa2730 Teach ASTUnit to save the specified target features, since by Douglas Gregor · 13 years ago
  32. e72fb6f Add libclang functions to determine the const/volatile/restrict by Douglas Gregor · 13 years ago
  33. bdc4b36 De-C99-ify for loop by Douglas Gregor · 14 years ago
  34. 8e08dec Teach c-index-test to reparse the source file a few times when testing by Douglas Gregor · 14 years ago
  35. aa5f135 Extend the libclang diagnostic API to provide information about the by Douglas Gregor · 14 years ago
  36. a60ed47 Change CXTranslationUnit to not directly cast to an ASTUnit*, by Ted Kremenek · 14 years ago
  37. ed12273 Move CXString creation/management routines into by Ted Kremenek · 14 years ago
  38. 08bb4c6 Tweak libclang's heuristics for building precompiled preambles and by Douglas Gregor · 14 years ago
  39. a9b06d4 ntroduce clang_getSpellingLocation() into libclang, to provide the by Douglas Gregor · 14 years ago
  40. 27a31fe Revert r118492, which didn't update all of its tests accordingly by Douglas Gregor · 14 years ago
  41. b627871 Introduce clang_getSpellingLocation() into libclang, to provide the by Douglas Gregor · 14 years ago
  42. 8429491 Adjust return type of thread_runner. by Benjamin Kramer · 14 years ago
  43. a32a6e1 c-index-test: Switch to using clang_executeOnThread instead of mucking about by Daniel Dunbar · 14 years ago
  44. 6160598 Add an environment variable that allows us to turn off threading in c-index-test by Douglas Gregor · 14 years ago
  45. ecdcb88 Extend the preprocessing record and libclang with support for by Douglas Gregor · 14 years ago
  46. 93f5e6a Call clang_disposeTokens() when we are done with the set of tokens. by Ted Kremenek · 14 years ago
  47. c44fe4b This patch remove the Win32 XFAIL from remap-complete.c by Francois Pichet · 14 years ago
  48. 32be4a5 Switch c-index-test from clang_codeComplete() over to by Douglas Gregor · 14 years ago
  49. b10daed Eliminate clang_setUseExternalASTGeneration() from libclang. Between by Douglas Gregor · 14 years ago
  50. 5a9c0bc Fix the mapping of vertical-space cursor kinds to produce a newline, by Douglas Gregor · 14 years ago
  51. 358559d Introduce a new libclang function, clang_getCursorDisplayName(), which by Douglas Gregor · 14 years ago
  52. 9f59234 Extend libclang with an API that determines, given a C++ virtual by Douglas Gregor · 14 years ago
  53. 25d9b00 perform_code_completion(): fix type declaration for TU. by Dawn Perchik · 14 years ago
  54. 6edc800 c-index-test: Run inside a separate thread iff we have pthread support, to by Daniel Dunbar · 14 years ago
  55. 1f6206e I will not mix declaration and statements in C90. by Douglas Gregor · 14 years ago
  56. 1f60d9e Introduce a new kind of cursor into libclang, which covers a reference by Douglas Gregor · 14 years ago
  57. e0329ac Introduce a new libclang function, by Douglas Gregor · 14 years ago
  58. 3064ef9 Implement CXCursor support for walking C++ base specifiers. This includes adding the API hooks clang_isVirtualBase() and clang_getCXXAccessSpecifier() to query properties of the base specifier. by Ted Kremenek · 14 years ago
  59. 1e5e668 Move the sorting of code-completion results out of the main path and by Douglas Gregor · 14 years ago
  60. 1cb237f Revert r112149, "Move the sorting of code-completion results out of the main by Daniel Dunbar · 14 years ago
  61. be13afe Move the sorting of code-completion results out of the main path and by Douglas Gregor · 14 years ago
  62. 95f3355 Add libclang API hook "clang_getIBOutletCollectionType" to query the collection type for iboutletcollection attributes. by Ted Kremenek · 14 years ago
  63. 9214819 Revert "Move the sorting of code-completion results out of the main path and by Douglas Gregor · 14 years ago
  64. c7ed372 Move the sorting of code-completion results out of the main path and by Douglas Gregor · 14 years ago
  65. 58ddb60 Introduce new libclang API functions that determine the availability by Douglas Gregor · 14 years ago
  66. 2de41c9 c-index-test: Diagnose parse / completion failures in -code-completion-at=. by Daniel Dunbar · 14 years ago
  67. 43f331d c-index-test: As with reparse, only honor remapped false during the code by Daniel Dunbar · 14 years ago
  68. 653a55f Fix a c-index-test leak with file remapping by Douglas Gregor · 14 years ago
  69. c8a6180 c-index-test: Change -test-load-source-repase to only use remapped files for the by Daniel Dunbar · 14 years ago
  70. 87c08a5 Implement caching of code-completion results for macro definitions by Douglas Gregor · 14 years ago
  71. 1999844 Add an options parameter to clang_saveTranslationUnit, because we'll want it later by Douglas Gregor · 14 years ago
  72. 7ae2faa Implement clang_saveTranslationUnit(), which saves a translation unit by Douglas Gregor · 14 years ago
  73. e1e13bf Add a (currently unused) "options" parameter to by Douglas Gregor · 14 years ago
  74. b1c031b Instead of having a specific CXTranslationUnit_* option flag for by Douglas Gregor · 14 years ago
  75. d91de2b Fix mixed declarations and code warning. by Daniel Dunbar · 14 years ago
  76. df95a13 Use precompiled preambles for in-process code completion. by Douglas Gregor · 14 years ago
  77. cee235c Give clang_codeCompleteAt() an "options" parameter, and add a new by Douglas Gregor · 14 years ago
  78. 1abc6bc Add code-completion support directly to ASTUnit, which performs code by Douglas Gregor · 14 years ago
  79. 3ce9e7d Add clang_isPODType() for querying if the CXType is POD. Implements <rdar://problem/8250669>. by Ted Kremenek · 14 years ago
  80. 6be2a22 Fix an apparent bug. by Dan Gohman · 14 years ago
  81. 45ba9a1 Start removing the use of smart pointers from the Parse/Sema by Douglas Gregor · 14 years ago
  82. 44c181a Basic plumbing for generating a precompiled preamble for an by Douglas Gregor · 14 years ago
  83. 53513d2 This was still complaining about the length of the string. I've broken it here by Chandler Carruth · 14 years ago
  84. caf4bd3 Slip up long string literal by Douglas Gregor · 14 years ago
  85. abc563f Introduce a new libclang API, clang_reparseTranslationUnit(), which by Douglas Gregor · 14 years ago
  86. 1982c18 Add a -code-completion-timing= mode to c-index-test, so that we can by Douglas Gregor · 14 years ago
  87. e1403d2 Silence warning about C++-style comments. by Benjamin Kramer · 14 years ago
  88. 9a14084 Add CXType support for querying the return type of Objective-C methods. This is done by by Ted Kremenek · 14 years ago
  89. 04c3cf3 Add CXType support for FunctionNoProto and FunctionProto types. This includes adding a new by Ted Kremenek · 14 years ago
  90. 12e1313 Introduce priorities into the code-completion results. by Douglas Gregor · 14 years ago
  91. 8e0ac17 Add CXType and an initial set of supporting functions to libclang. This exposes details of by Ted Kremenek · 14 years ago
  92. e542f77 Fix USRs for 'extern' variables declaration in functions/method bodies. by Ted Kremenek · 14 years ago
  93. e74ef12 Rework USR generation for symbols with no linkage. Many of the USRs are now shortened, by Ted Kremenek · 14 years ago
  94. f7b714d Add c-index-test support for printing USRs. by Ted Kremenek · 14 years ago
  95. c2a2b3c c-index-test's printing of linkage was completely broken, as was the by Douglas Gregor · 14 years ago
  96. 3bed527 Add '-test-print-linkage-source' option to c-index-test by Ted Kremenek · 14 years ago
  97. 274f190 Rework the CIndex API for displaying diagnostics. Instead of printing by Douglas Gregor · 14 years ago
  98. 473d701 Simplify the CIndex fix-it API, now that we have half-open CXSourceRanges. by Douglas Gregor · 14 years ago
  99. 0a812cf Re-apply my diagnostics-capture patch for CIndex, with some tweaks to by Douglas Gregor · 14 years ago
  100. 436f3f0 Revert my CIndex diagnostic changes (r96603, 96606, 96607), which were by Douglas Gregor · 14 years ago