1. f56faa0 Use LLVM_DELETED_FUNCTION in place of 'DO NOT IMPLEMENT' comments. by Dmitri Gribenko · 12 years ago
  2. 9a4db03 PR13811: Add a FunctionParmPackExpr node to handle references to function by Richard Smith · 12 years ago
  3. 3bed3d1 [libclang] Do index 'extern' declarations inside functions. by Argyrios Kyrtzidis · 12 years ago
  4. e4330a3 Comment AST: TableGen'ize all command lists in CommentCommandTraits.cpp. by Dmitri Gribenko · 12 years ago
  5. 568ba87 Revert r163083 per chandlerc's request. by Joao Matos · 12 years ago
  6. 4c5fa42 Revert r163099 per chandlerc's request. by Joao Matos · 12 years ago
  7. ac06745 Added a new cursor for SEHLeaveStmt to libclang. by Joao Matos · 12 years ago
  8. 5be92de Implemented parsing and AST support for the MS __leave exception statement. Also a minor fix to __except printing in StmtPrinter.cpp. Thanks to Aaron Ballman for review. by Joao Matos · 12 years ago
  9. 754a5d1 [libclang] Fix indexing type alias declarations. rdar://11878406 by Argyrios Kyrtzidis · 12 years ago
  10. d579dd5 [libclang] The annotation of tokens operation visits statement nodes code-recursively. by Argyrios Kyrtzidis · 12 years ago
  11. 305c613 Split library clangRewrite into clangRewriteCore and clangRewriteFrontend. by Ted Kremenek · 12 years ago
  12. 17d35c3 Normalize line endings of r163013 (part 2). by Joao Matos · 12 years ago
  13. ec2f579 Normalize line endings of r163013. by Joao Matos · 12 years ago
  14. 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
  15. c178d76 [libclang] When determining the cursor via a location, ignore synthesized ivars otherwise by Argyrios Kyrtzidis · 12 years ago
  16. 5c7f594 [ms-inline asm] Rename getClobber to getClobberStringLiteral. No functional by Chad Rosier · 12 years ago
  17. df5faf5 [ms-inline asm] As part of a larger refactoring, rename AsmStmt to GCCAsmStmt. by Chad Rosier · 12 years ago
  18. 70517ca Fix a bunch of -Wdocumentation warnings. by Dmitri Gribenko · 12 years ago
  19. f50555e Attaching comments to declarations: find comment attached to any redeclaration by Dmitri Gribenko · 12 years ago
  20. 62290ae Comment to HTML and XML conversion: ignore commands that contain a declaration by Dmitri Gribenko · 12 years ago
  21. d1db125 Comment to HTML and XML conversion: use CommandTraits to classify commands. by Dmitri Gribenko · 12 years ago
  22. 1a5d421 [ms-inline asm] Add various MC components to clang build to support MS-style inline assembly. by Chad Rosier · 12 years ago
  23. 6cd4420 Comment XML: use xml:space="preserve" in Verbatim tags, so that XML tidy does by Dmitri Gribenko · 12 years ago
  24. fa1d30d Add various MC components to clang build to support MS-style inline assembly. by Chad Rosier · 12 years ago
  25. cff339a Comment AST: DeclInfo: add a special kind for enums. by Dmitri Gribenko · 12 years ago
  26. f303d4c libclang API for comment-to-xml conversion. by Dmitri Gribenko · 12 years ago
  27. 6a42552 Comment to HTML conversion: correct typo in CSS class name: taram -> tparam by Dmitri Gribenko · 12 years ago
  28. 2ff84b5 Comment to HTML conversion: refactor. Extracted a class to for FullComment by Dmitri Gribenko · 12 years ago
  29. f0d151c Comment to HTML conversion: skip \tparam commands with whitespace paragraphs by Dmitri Gribenko · 12 years ago
  30. 59500fe Comment to HTML conversion: escape HTML special characters in command arguments by Dmitri Gribenko · 12 years ago
  31. 96b0986 Comment parsing: add support for \tparam command on all levels. by Dmitri Gribenko · 12 years ago
  32. e5db09c Move comment from member operator() to class. by Dmitri Gribenko · 12 years ago
  33. 221a6d7 Add missing include for Linux buildbot by Dmitri Gribenko · 12 years ago
  34. b740316 Add an assert to ParamCommandComment::getParamIndex() -- it should not be by Dmitri Gribenko · 12 years ago
  35. 3eb3755 libclang, examples: [CMake] Add dependencies to tblgen'd headers. by NAKAMURA Takumi · 12 years ago
  36. 2c6b00e libclang comment to HTML rendering: \result is the same as \returns by Dmitri Gribenko · 12 years ago
  37. 1f8c529 libclang comments AST: clang_ParamCommandComment_getParamName: don't assert by Dmitri Gribenko · 12 years ago
  38. 2d66a50 Comment AST: add InlineContentComment::RenderKind to specify a default by Dmitri Gribenko · 12 years ago
  39. 3e63d33 Comment to HTML conversion: add more CSS classes to identify function arguments by Dmitri Gribenko · 12 years ago
  40. ae99b75 Add libclang APIs to walk comments ASTs and an API to convert a comment to an by Dmitri Gribenko · 12 years ago
  41. b619e78 Move clang_Cursor_getBriefCommentText implementation under `extern "C"'. by Dmitri Gribenko · 12 years ago
  42. ff39896 Introduce a flag in SourceManager to treat non-system source files by Argyrios Kyrtzidis · 12 years ago
  43. e8cf7d1 Re-apply r159875 with fixes. by Ted Kremenek · 12 years ago
  44. 3b4c532 Revert rr159875, "Implement -Wpedantic and --no-pedantic to complement -Weverything." It broke several builds. by NAKAMURA Takumi · 12 years ago
  45. 25570a9 Implement -Wpedantic and --no-pedantic to complement -Weverything. by Ted Kremenek · 12 years ago
  46. c70851b [libclang] CompilationDatabase naming and comment fixes by Arnaud A. de Grandmaison · 12 years ago
  47. f39a7ae [libclang] Introduce clang_Cursor_isDynamicCall which, by Argyrios Kyrtzidis · 12 years ago
  48. d99ef53 Add a new libclang completion API to get brief documentation comment that is by Dmitri Gribenko · 12 years ago
  49. 685d78d [libclang] Make implementation filename match the header's name for CXCompilationDatabase by Arnaud A. de Grandmaison · 12 years ago
  50. e27537d [libclang] Fix autoconf library dependencies for tooling support by Arnaud A. de Grandmaison · 12 years ago
  51. db29318 [libclang] add CompilationDatabase support by Arnaud A. de Grandmaison · 12 years ago
  52. 3791814 [libclang] Don't bind a StringRef to a temporary std::string object. by Argyrios Kyrtzidis · 12 years ago
  53. 8376f59 Remove redundant check. by Dmitri Gribenko · 12 years ago
  54. 2d44d77 Implement a lexer for structured comments. by Dmitri Gribenko · 12 years ago
  55. b0d8671 Remove a goofy CMake hack and use the standard CMake facilities to by Chandler Carruth · 12 years ago
  56. f95d412 Fix a big layering violation introduced by r158771. by Chandler Carruth · 12 years ago
  57. aa0cd85 Structured comment parsing, first step. by Dmitri Gribenko · 12 years ago
  58. 8cd64b4 Etch out the code path for MS-style inline assembly. by Chad Rosier · 12 years ago
  59. 135bf8e [libclang] When doing the cursor visitation make sure declarations by Argyrios Kyrtzidis · 12 years ago
  60. 374a00b [libclang] Don't crash when saving a PCH from a prefix header by Argyrios Kyrtzidis · 12 years ago
  61. 390fff8 [libclang/AST] by Argyrios Kyrtzidis · 12 years ago
  62. 8552437 Plug a long standing memory leak in TemplateArgument. by Benjamin Kramer · 12 years ago
  63. a08e7bc Zap the /Za compiler switch from MSVC projects, the option is considered harmful even by Microsoft people and clang won't build using the MSVC 2012 RC if not removed. by Francois Pichet · 12 years ago
  64. 28b2307 Replace some custom hash combines with the standard stuff from DenseMapInfo. by Benjamin Kramer · 12 years ago
  65. 25bd279 [libclang] Report CXType_ObjCId for 'const id', not CXType_Typedef. by Argyrios Kyrtzidis · 12 years ago
  66. 87014f3 [libclang] Properly handle @encode() in RecursiveASTVisitor and traverse by Argyrios Kyrtzidis · 12 years ago
  67. 7d24e28 [libclang/AST] Index references of protocols in "@protocol(...)" syntax. by Argyrios Kyrtzidis · 12 years ago
  68. 57daf55 This patch fixes the cmake build to create libclang.so/libclang.a on linux by Manuel Klimek · 12 years ago
  69. 16afdf7 Fix an assertion hit when the serialized diagnostics writer receive a diagnostic by Argyrios Kyrtzidis · 12 years ago
  70. e15db6f [AST/libclang] Speed up clang_getOverriddenCursors() considerably by reserving a bit by Argyrios Kyrtzidis · 12 years ago
  71. ae5ac1f [libclang] Map 'id'/'Class'/'SEL' to the corresponding CXType kinds. by Argyrios Kyrtzidis · 13 years ago
  72. cc88966 Introduce a new libclang API to determine the platform availability of by Douglas Gregor · 13 years ago
  73. 428499e [libclang] Actually commit the changes to make libclang's RecursiveASTVisitor by Argyrios Kyrtzidis · 13 years ago
  74. 98180d4 [libclang] Put the RecursiveASTVisitor in libclang in a cxindex namespace. by Argyrios Kyrtzidis · 13 years ago
  75. e377d71 Un-revert r156142, "[libclang] Bring back BodyIndexer::TraverseCXXOperatorCallExpr". by Argyrios Kyrtzidis · 13 years ago
  76. dec35a9 [libclang] Use a copy of the data-recursive RecursiveASTVisitor inside libclang. by Argyrios Kyrtzidis · 13 years ago
  77. 2643475 Revert r156142, "[libclang] Bring back BodyIndexer::TraverseCXXOperatorCallExpr which" by NAKAMURA Takumi · 13 years ago
  78. 2e9a44d [libclang] Bring back BodyIndexer::TraverseCXXOperatorCallExpr which by Argyrios Kyrtzidis · 13 years ago
  79. c8c2228 Unrevert r155951, reverted in r155962, with two changes: by Richard Smith · 13 years ago
  80. 8e5900c clang_getCursorLexicalParent should return a translation unit cursor for declarations at the global scope, from Evan P. Fixes PR9083. by Douglas Gregor · 13 years ago
  81. 8eece46 Fix C versus C++ linkage issue. by Ted Kremenek · 13 years ago
  82. bbf66ca Reduce malloc() traffic of clang_getOverridenCursors() by using a pool of SmallVector<CXCursor> objects by Ted Kremenek · 13 years ago
  83. 92f4e6e don't use soname on OpenBSD, it doesn't support it. Patch by Brad Smith! by Chris Lattner · 13 years ago
  84. f676608 [libclang] Don't set dylib load address to 0xe000000. by Argyrios Kyrtzidis · 13 years ago
  85. eb382ec Implements boxed expressions for Objective-C. <rdar://problem/10194391> by Patrick Beard · 13 years ago
  86. a9d45a3 [libclang] Make sure that when we have multiple @class references in the same line, by Argyrios Kyrtzidis · 13 years ago
  87. 9482a18 [libclang] Spelling range for a objc category should the category name range, not the class one. by Argyrios Kyrtzidis · 13 years ago
  88. 0740a25 Like for LLVM / shlib, we also provide a SONAME to libclang.so by Sylvestre Ledru · 13 years ago
  89. 534986f Add an AttributedStmt type to represent a statement with C++11 attributes by Richard Smith · 13 years ago
  90. ba8be8c Kill the last vestiges of clangIndex by Douglas Gregor · 13 years ago
  91. 6a91d38 Added a flag to the parser to skip method bodies. by Erik Verbruggen · 13 years ago
  92. 78d5d3b Implement clang_getDiagnosticCategoryText() to provide a way for a client of libclang to accurately by Ted Kremenek · 13 years ago
  93. d98ef9a [libclang] Introduce a couple of functions to make it convenient by Argyrios Kyrtzidis · 13 years ago
  94. eba8cd5 [libclang] In cxloc::translateSourceRange make sure to handle locations in macro arguments by Argyrios Kyrtzidis · 13 years ago
  95. 9793428 [libclang] Fix "error: conflicts with new declaration with ‘C’ linkage" that gcc by Argyrios Kyrtzidis · 13 years ago
  96. e722ed6 [libclang] If displayDiagnostics is set (when calling clang_createIndex), make sure to by Argyrios Kyrtzidis · 13 years ago
  97. 15f4c98 [libclang] For clang_getOverriddenCursors make sure to report overridden objc methods by Argyrios Kyrtzidis · 13 years ago
  98. 28a83f5 [code-complete] Introduce CodeCompletionTUInfo which will be used for caching by Argyrios Kyrtzidis · 13 years ago
  99. 8e59838 Fix dead store warning. by Ted Kremenek · 13 years ago
  100. d786f1a [libclang] Fix use-after-free bug when handling attributes indexing info. by Argyrios Kyrtzidis · 13 years ago