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