1. c09f2a8 [libclang] CMake: add an option to control building libclang as a static library (off by default) by Argyrios Kyrtzidis · 11 years ago
  2. bf75e2b clang-check: add missing space in Makefile by Hans Wennborg · 11 years ago
  3. a888813 clang-check: Link the static analyzer in the Makefile build too. by Benjamin Kramer · 11 years ago
  4. 373b807 Add support for static analysis to clang-check by Pavel Labath · 11 years ago
  5. 88c2004 clang-check: Enable specification of additional compiler arguments by Pavel Labath · 11 years ago
  6. 25cd4a2 [libclang] When annotating tokens, don't override a property annotation with a getter/setter method annotation. by Argyrios Kyrtzidis · 11 years ago
  7. 3ee2ad8 [analyzer] Add --override-compiler option to scan-build. by Anna Zaks · 11 years ago
  8. 01970ef Fix default value of clang-format-diff's -p option. by Daniel Jasper · 11 years ago
  9. 1bc085a [libclang] When indexing a @synthesize, don't consider that it defines a getter/setter if one is already defined by the user. by Argyrios Kyrtzidis · 11 years ago
  10. ff62d64 Turn CLANG_ENABLE_{ARCMT,REWRITER,STATIC_ANALYZER} into proper options so that by Roman Divacky · 11 years ago
  11. a99ecbc Fix linkage computation for derived types in inline functions. by Rafael Espindola · 11 years ago
  12. 4c9f58f [libclang] Add logging for clang_createTranslationUnit. by Argyrios Kyrtzidis · 11 years ago
  13. 4507a2c clang-format integration for git. by Daniel Jasper · 11 years ago
  14. c810bff scan-build: use the xcodebuild specified by the user. by Jordan Rose · 11 years ago
  15. 02fb580 Fix off-by-one error in clang-format's emacs integration. by Daniel Jasper · 11 years ago
  16. 33886c7 Fix behavior of clang-format's -cursor flag. by Daniel Jasper · 11 years ago
  17. 6bd3b93 Let clang-format move the cursor appropriately. by Daniel Jasper · 11 years ago
  18. 885f87b Clang-format: allow -style="{yaml/json}" on command line by Alexander Kornienko · 11 years ago
  19. c965f76 libclang: add a function to check whether a member function is pure virtual by Dmitri Gribenko · 11 years ago
  20. 299cb28 Add basic clang-format integration for sublime text. by Daniel Jasper · 11 years ago
  21. 0d8e964 First pass of semantic analysis for init-captures: check the initializer, build by Richard Smith · 11 years ago
  22. 17828ca Provide operator<< for stream output of DeclarationNames by David Blaikie · 11 years ago
  23. 748d38f Update clang-format emacs integration. by Daniel Jasper · 11 years ago
  24. 1fcf31e Update for LLVM interface change in r181680. by Rafael Espindola · 11 years ago
  25. 181e3ec Cleanup handling of UniqueExternalLinkage. by Rafael Espindola · 11 years ago
  26. 46529e5 Reformat clang-format help strings, filter out irrelevant options. by Alexander Kornienko · 11 years ago
  27. dbaa5b0 Updated clang-format help messages for -offset and -length by Alexander Kornienko · 11 years ago
  28. 0ca318b Minor clarifications in help messages and a comment. by Alexander Kornienko · 11 years ago
  29. dd25631 Config file support for clang-format, part 2. by Alexander Kornienko · 11 years ago
  30. 333e44c [libclang] Add a null check in CursorVisitor::visitPreprocessedEntities. by Argyrios Kyrtzidis · 11 years ago
  31. 8c39a1d Further fix to clang-format emacs integration. by Daniel Jasper · 11 years ago
  32. 8ee617e Fix clang-format emacs integration in last line. by Daniel Jasper · 11 years ago
  33. 1270673 Have the RecursiveASTVisitor traverse the type source info of an objc class message. by Argyrios Kyrtzidis · 11 years ago
  34. fb59486 Added Mozilla style, cleaned get*Style methods. by Alexander Kornienko · 11 years ago
  35. cc2b653 Remove DiagnosticConsumer::clone(), a bad idea that is now unused. by Douglas Gregor · 11 years ago
  36. dd08a0c [Preprocessor] For the MacroExpands preprocessor callback, also pass the MacroArgs object that provides information about by Argyrios Kyrtzidis · 11 years ago
  37. 1880039 Remove redundant flag. by Bill Wendling · 11 years ago
  38. 497a4eb We don't want FP elimination when doing an Apple-style build. by Bill Wendling · 11 years ago
  39. 82e3b47 Basic clang-format integration for BBEdit. by Daniel Jasper · 11 years ago
  40. 27200ad [analyzer] Finally make c++-analyzer 'executable' again. by Anton Yartsev · 11 years ago
  41. 96d63a2 [analyzer] Recreated as a file. by Anton Yartsev · 11 years ago
  42. 6a22d39 [analyzer] Temporary remove c++analyzer to recreate it as a separate file, not a symlink. by Anton Yartsev · 11 years ago
  43. ceb791c [analyzer] scan-build for Windows by Anton Yartsev · 11 years ago
  44. 40ebe3d [analyzer] scan-build: support -enable-checker with new Xcode integration. by Jordan Rose · 11 years ago
  45. 1d75a3b [analyzer] scan-view: don't ever serve absolute paths. by Jordan Rose · 11 years ago
  46. e858e66 [libclang] Introduce clang_Module_getASTFile function that returns the module file where a module object came from. by Argyrios Kyrtzidis · 11 years ago
  47. 65110ca [PCH/modules] Require the preprocessing record option to match the used PCH, if modules are enabled. by Argyrios Kyrtzidis · 11 years ago
  48. f1ed9fe Fix scrolling bug in clang-format's emacs integration. by Daniel Jasper · 11 years ago
  49. 4cdc0cd clang-format support for multiple input files. by Alexander Kornienko · 11 years ago
  50. 96bbe19 Fix typo in comparison in clang_CXCursorSet_contains(). by Ted Kremenek · 11 years ago
  51. 017dd74 Revert "Remove CXCursorSet and related APIs. There are no known clients." by Ted Kremenek · 11 years ago
  52. 3b6f56a Remove CXCursorSet and related APIs. There are no known clients. by Ted Kremenek · 11 years ago
  53. edab047 [libclang] Introduce a CXCursor_ObjCSelfExpr cursor, which is the equivalent of CXCursor_CXXThisExpr for C++ code. by Argyrios Kyrtzidis · 11 years ago
  54. 11a90ed [scan-build] Whitelist all -mXXXX options. by Ted Kremenek · 11 years ago
  55. c3bf52c C++1y: Allow aggregates to have default initializers. by Richard Smith · 11 years ago
  56. 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
  57. 38dbad2 [libclang] Introduce clang_Cursor_getObjCDeclQualifiers, to query for 'ObjC Qualifiers' written next to the return and by Argyrios Kyrtzidis · 11 years ago
  58. 9ee6a66 [libclang] Introduce clang_Cursor_getObjCPropertyAttributes to query the written attributes in a property declaration. by Argyrios Kyrtzidis · 11 years ago
  59. 7717914 [libclang] Report parameter array types as written in source, not decayed to pointer types. by Argyrios Kyrtzidis · 11 years ago
  60. a50b578 Small improvements to clang-format documentation and integration scripts. by Daniel Jasper · 11 years ago
  61. 6afcf88 Sema for Captured Statements by Tareq A. Siraj · 11 years ago
  62. 051303c Implement CapturedStmt AST by Tareq A. Siraj · 11 years ago
  63. 76da55d Basic support for Microsoft property declarations and references thereto. by John McCall · 11 years ago
  64. 4522f63 [libclang] Introduce clang_Location_isInSystemHeader to check if a location resides in a system header. by Argyrios Kyrtzidis · 11 years ago
  65. 7a9ed44 Fix clang-format-diff.py script. by Daniel Jasper · 11 years ago
  66. c6d82ca Provide better emacs integration. by Daniel Jasper · 11 years ago
  67. 04b6748 [libclang] Have clang_getCXXAccessSpecifier() also return the access control of a C++ declaration within its parent scope. by Argyrios Kyrtzidis · 11 years ago
  68. 411d33a [libclang] Expose record layout info via new libclang functions: by Argyrios Kyrtzidis · 11 years ago
  69. cd6dcb3 [c-index-test] Enable 'display diagnostics' when using the -test-load functionality. by Argyrios Kyrtzidis · 11 years ago
  70. 8434722 [libclang] In cxtu::getASTUnit(), check for a null CXTranslationUnit. by Argyrios Kyrtzidis · 11 years ago
  71. 6391183 Improvements to clang-format integrations. by Daniel Jasper · 11 years ago
  72. b3c8817 Remove outdated part of help message. by Daniel Jasper · 11 years ago
  73. 516143b [libclang] Fix cursor visitation to not ignore template arguments in out-of-line member functions. by Argyrios Kyrtzidis · 11 years ago
  74. 0b60283 [libclang] Add some checks to make sure the given CXTranslationUnit is not null, before using it. by Argyrios Kyrtzidis · 11 years ago
  75. d08f595 cmake: mark clang as needing exported symbol. by Rafael Espindola · 11 years ago
  76. e9ebd85 [libclang] Make clang_Cursor_getArgument work with call-exprs. by Argyrios Kyrtzidis · 11 years ago
  77. c58b756 [libclang] If libclang logging is enabled, print all compiler diagnostics to stderr instead of capturing them. by Argyrios Kyrtzidis · 11 years ago
  78. 16e0f19 [cmake] Add clang-headers as a dependency of libclang and if we have to copy them by Argyrios Kyrtzidis · 11 years ago
  79. 9083628 Update the error handing static functions for r178161. Part of rdar://13296693 by Chad Rosier · 11 years ago
  80. 7020346 Remove a FIXME that's not planned to be fixed. We only generated crash by Chad Rosier · 11 years ago
  81. c56fff7 [Preprocessor/Modules] Separate the macro directives kinds into their own MacroDirective's subclasses. by Argyrios Kyrtzidis · 11 years ago
  82. 4295802 Manually specify the link dependencies. Turns out that all the work on by Chandler Carruth · 11 years ago
  83. 9cc935b The IRReader header is now part of its own library. Update the include by Chandler Carruth · 11 years ago
  84. 554f63f Add clang-format to the corresponding Makefile. by Daniel Jasper · 11 years ago
  85. c640058 OpenMP threadprivate directive parsing and semantic analysis by Alexey Bataev · 11 years ago
  86. f190f6b [analyzer] scan-build: emit errors on stderr, and exit(1) instead of exit(0). by Jordan Rose · 11 years ago
  87. 7c4a9a0 Add clang-format binary to cfe. by Daniel Jasper · 11 years ago
  88. 07c5908 [libclang] Modify clang_getCursorType to be able to handle a function template decl. by Argyrios Kyrtzidis · 11 years ago
  89. 4a374f9 [analyzer] Fix scan-build's -stats mode. by Jordan Rose · 11 years ago
  90. c1d2239 [Modules] Resolve top-headers of modules lazily. by Argyrios Kyrtzidis · 11 years ago
  91. 5256c1f [libclang] Fix a test and a warning on windows. by Argyrios Kyrtzidis · 11 years ago
  92. 0354253 Driver: do not strip file extensions when printing diagnostics. by Benjamin Kramer · 11 years ago
  93. 6f09c3d [libclang] Change clang_findReferencesInFile and clang_findIncludesInFile to return an enum, by Argyrios Kyrtzidis · 11 years ago
  94. 389dc56 [libclang] Modify clang_findReferencesInFile and clang_findIncludesInFile to return a value. by Argyrios Kyrtzidis · 11 years ago
  95. 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
  96. 029c8f3 [libclang] When calling the function of CXCursorAndRangeVisitor, don't forget to by Argyrios Kyrtzidis · 11 years ago
  97. b70e7a8 [libclang] Add Logger::operator<< overloads for CXCursor and FileEntry. by Argyrios Kyrtzidis · 11 years ago
  98. 44f65a5 [libclang] When logging a CXTranslationUnit that came from an AST file, print out the filename. by Argyrios Kyrtzidis · 11 years ago
  99. e09b8c4 scan-build: explicitly say "No bugs found" if there are no reports. by Jordan Rose · 11 years ago
  100. fc09336 Fix typos: [Dd]iagnosic -> [Dd]iagnostic by Stefanus Du Toit · 11 years ago