1. 0fda0f7 Use llvm::sys::fs::UniqueID for windows and unix. by Rafael Espindola · 11 years ago
  2. cc2b653 Remove DiagnosticConsumer::clone(), a bad idea that is now unused. by Douglas Gregor · 11 years ago
  3. dd08a0c [Preprocessor] For the MacroExpands preprocessor callback, also pass the MacroArgs object that provides information about by Argyrios Kyrtzidis · 11 years ago
  4. c58b756 [libclang] If libclang logging is enabled, print all compiler diagnostics to stderr instead of capturing them. by Argyrios Kyrtzidis · 11 years ago
  5. c515978 [preprocessor] Use MacroDirective in the preprocessor callbacks to make available the by Argyrios Kyrtzidis · 11 years ago
  6. aca3e56 libclang: remove 'using namespace cxstring' by Dmitri Gribenko · 11 years ago
  7. 335078b Attempt to fix Windows build breakage. by Evgeniy Stepanov · 12 years ago
  8. 8c718e7 libclang: type safety for CXTranslationUnitImpl::CIdx by Dmitri Gribenko · 12 years ago
  9. 5694feb libclang: factor out the frequent pattern static_cast<ASTUnit *>(TU->TUData) by Dmitri Gribenko · 12 years ago
  10. d47afb9 Nuke SetUpBuildDumpLog. by Sean Silva · 12 years ago
  11. b1ba0ef Re-sort all the headers. Lots of regressions have crept in here. by Chandler Carruth · 12 years ago
  12. c6f5c6a [libclang] Enhance logging capabilities of libclang. by Argyrios Kyrtzidis · 12 years ago
  13. b99083e Re-sort #include lines using the llvm/utils/sort_includes.py script. by Chandler Carruth · 12 years ago
  14. 838eb7e [libclang] Introduce a new indexing mode where we skip function bodies by Argyrios Kyrtzidis · 12 years ago
  15. f59edb9 Sort #include lines for tools/... by Chandler Carruth · 12 years ago
  16. 02c23eb Make DiagnosticOptions intrusively reference-counted, and make sure by Douglas Gregor · 12 years ago
  17. 8d7a24e [libclang] Invoke a ppIncludedFile callback when indexing implicit module imports. by Argyrios Kyrtzidis · 12 years ago
  18. 93cd6e8 Disable the preprocessing record when indexing a source file by Argyrios Kyrtzidis · 12 years ago
  19. 62288ed When indexing a module file, for the ppIncludedFile callback give by Argyrios Kyrtzidis · 12 years ago
  20. 53d6ded [libclang] Don't disable the preprocessing record while indexing so as by Argyrios Kyrtzidis · 12 years ago
  21. 3da76bf [libclang] When indexing, invoke the importedASTFile for PCH files as well. by Argyrios Kyrtzidis · 12 years ago
  22. 37f2f52 [libclang] Simplify indexing of module imports by handling implicit by Argyrios Kyrtzidis · 12 years ago
  23. 95c579c Some renames to use the 'visitor' nomenclature, no functionality change. by Argyrios Kyrtzidis · 12 years ago
  24. 2093e0b [libclang] When indexing an AST file, only deserialize the file level by Argyrios Kyrtzidis · 12 years ago
  25. 632dcc9 [libclang] When indexing an AST file, only deserialize the preprocessing record by Argyrios Kyrtzidis · 12 years ago
  26. 8dd927c Add info in the preprocessing record whether an inclusion directive by Argyrios Kyrtzidis · 12 years ago
  27. 3fe9778 [libclang] Even though we disable the preprocessing record during indexing, by Argyrios Kyrtzidis · 12 years ago
  28. 2c3e05c [libclang] Implement the importedASTFile indexing callback to provide by Argyrios Kyrtzidis · 12 years ago
  29. f8afcff For PPCallbacks::InclusionDirective() add a parameter for the module, whenever by Argyrios Kyrtzidis · 12 years ago
  30. da31359 Per discussion in http://lists.cs.uiuc.edu/pipermail/cfe-commits/Week-of-Mon-20120917/064551.html by Argyrios Kyrtzidis · 12 years ago
  31. 162884d [libclang] Do a AST concurrency check in clang_indexTranslationUnit_Impl. by Argyrios Kyrtzidis · 12 years ago
  32. ff39896 Introduce a flag in SourceManager to treat non-system source files by Argyrios Kyrtzidis · 12 years ago
  33. 3791814 [libclang] Don't bind a StringRef to a temporary std::string object. by Argyrios Kyrtzidis · 12 years ago
  34. e722ed6 [libclang] If displayDiagnostics is set (when calling clang_createIndex), make sure to by Argyrios Kyrtzidis · 12 years ago
  35. 81b5ac3 [libclang] Rename setBackGroundPriority -> setThreadBackgroundPriority. by Argyrios Kyrtzidis · 12 years ago
  36. fdc1795 [libclang] Introduce options to control the priority for the threads by Argyrios Kyrtzidis · 12 years ago
  37. b49a29f [libclang] Introduce indexing option CXIndexOpt_SuppressWarnings, which by Argyrios Kyrtzidis · 12 years ago
  38. bef35c9 [PCH] Mark a PCH file with a flag to indicate if the serialized AST had by Argyrios Kyrtzidis · 12 years ago
  39. 792db26 [libclang] When indexing an objc property, also provide information about by Argyrios Kyrtzidis · 12 years ago
  40. e1d4330 Don't record nested macro expansions in the preprocessing record, by Argyrios Kyrtzidis · 12 years ago
  41. c93dc78 Basic: import IntrusiveRefCntPtr<> into clang namespace by Dylan Noblesmith · 12 years ago
  42. 58d2dbe [libclang] Indexing: only index implicit template instantiations via an opt-in indexing option. by Argyrios Kyrtzidis · 12 years ago
  43. 1e4c01b drop more llvm:: prefixes on OwningPtr<> by Dylan Noblesmith · 12 years ago
  44. 6d96836 [libclang] Indexing API: Fully index implict template instantiations. by Argyrios Kyrtzidis · 12 years ago
  45. 1f6b2b5 Extract the (InputKind, std::string) pair used to describe inputs to by Douglas Gregor · 13 years ago
  46. 7fe90f3 [libclang] Make sure Preprocessor is set in ASTUnit during indexing. by Argyrios Kyrtzidis · 13 years ago
  47. c10a4c8 [libclang] Indexing API: Provide the protocols list for objc categories as well. by Argyrios Kyrtzidis · 13 years ago
  48. 996e6e5 [libclang] Create a diagnostic set to pass at the end of indexing. by Argyrios Kyrtzidis · 13 years ago
  49. 3267e11 Preserve constness. by Benjamin Kramer · 13 years ago
  50. 7383550 [libclang] Fix leak in clang_indexSourceFile_Impl by Argyrios Kyrtzidis · 13 years ago
  51. 6f3ce97 [libclang] Indexing API: If the client requested to get a CXTranslationUnit after by Argyrios Kyrtzidis · 13 years ago
  52. 991bf49 [libclang] Indexing API: Capture diagnostics during indexing. by Argyrios Kyrtzidis · 13 years ago
  53. 2957e6f [libclang] Indexing API: Support C++ symbols. by Argyrios Kyrtzidis · 13 years ago
  54. 88c2596 Change ASTConsumer::HandleTopLevelDecl to return true for the parser to continue by Argyrios Kyrtzidis · 13 years ago
  55. b395c63 [libclang] Indexing API: by Argyrios Kyrtzidis · 13 years ago
  56. d3b74d9 Make 'LangOptions' in CompilerInvocation a heap-allocated, reference counted object. I discovered that llvm::RefCountedBase<T> has by Ted Kremenek · 13 years ago
  57. 21ee570 [libclang] Introduce a new function to apply the indexing callbacks on an existing by Argyrios Kyrtzidis · 13 years ago
  58. c71d554 [libclang] Slight changes to the indexing API and bigger internal changes for it. by Argyrios Kyrtzidis · 13 years ago
  59. 6ec43ad [libclang] Further simplify the indexing API. by Argyrios Kyrtzidis · 13 years ago
  60. dd93c59 [libclang] Simplify the indexing API. by Argyrios Kyrtzidis · 13 years ago
  61. e7de9b4 Use LIBCLANG_NOTHREADS instead of CINDEXTEST_NOTHREADS inside libclang, by Argyrios Kyrtzidis · 13 years ago
  62. 4e7064f [libclang] Introduce a new high level API for indexing clients that assumes by Argyrios Kyrtzidis · 13 years ago