Age | Commit message (Expand) | Author |
2013-05-08 | Merging r181299: | Bill Wendling |
2013-05-06 | Have the RecursiveASTVisitor traverse the type source info of an objc class m... | Argyrios Kyrtzidis |
2013-05-06 | Added Mozilla style, cleaned get*Style methods. | Alexander Kornienko |
2013-05-03 | Remove DiagnosticConsumer::clone(), a bad idea that is now unused. | Douglas Gregor |
2013-05-03 | [Preprocessor] For the MacroExpands preprocessor callback, also pass the Macr... | Argyrios Kyrtzidis |
2013-05-02 | Remove redundant flag. | Bill Wendling |
2013-05-02 | We don't want FP elimination when doing an Apple-style build. | Bill Wendling |
2013-05-02 | Basic clang-format integration for BBEdit. | Daniel Jasper |
2013-05-02 | [analyzer] Finally make c++-analyzer 'executable' again. | Anton Yartsev |
2013-05-02 | [analyzer] Recreated as a file. | Anton Yartsev |
2013-05-02 | [analyzer] Temporary remove c++analyzer to recreate it as a separate file, no... | Anton Yartsev |
2013-05-02 | [analyzer] scan-build for Windows | Anton Yartsev |
2013-04-30 | [analyzer] scan-build: support -enable-checker with new Xcode integration. | Jordan Rose |
2013-04-29 | [analyzer] scan-view: don't ever serve absolute paths. | Jordan Rose |
2013-04-26 | [libclang] Introduce clang_Module_getASTFile function that returns the module... | Argyrios Kyrtzidis |
2013-04-26 | [PCH/modules] Require the preprocessing record option to match the used PCH, ... | Argyrios Kyrtzidis |
2013-04-25 | Fix scrolling bug in clang-format's emacs integration. | Daniel Jasper |
2013-04-24 | clang-format support for multiple input files. | Alexander Kornienko |
2013-04-24 | Fix typo in comparison in clang_CXCursorSet_contains(). | Ted Kremenek |
2013-04-24 | Revert "Remove CXCursorSet and related APIs. There are no known clients." | Ted Kremenek |
2013-04-24 | Remove CXCursorSet and related APIs. There are no known clients. | Ted Kremenek |
2013-04-23 | [libclang] Introduce a CXCursor_ObjCSelfExpr cursor, which is the equivalent ... | Argyrios Kyrtzidis |
2013-04-23 | [scan-build] Whitelist all -mXXXX options. | Ted Kremenek |
2013-04-20 | C++1y: Allow aggregates to have default initializers. | Richard Smith |
2013-04-18 | [libclang] Introduce clang_Cursor_isVariadic, which returns non-zero if the g... | Argyrios Kyrtzidis |
2013-04-18 | [libclang] Introduce clang_Cursor_getObjCDeclQualifiers, to query for 'ObjC Q... | Argyrios Kyrtzidis |
2013-04-18 | [libclang] Introduce clang_Cursor_getObjCPropertyAttributes to query the writ... | Argyrios Kyrtzidis |
2013-04-18 | [libclang] Report parameter array types as written in source, not decayed to ... | Argyrios Kyrtzidis |
2013-04-17 | Small improvements to clang-format documentation and integration | Daniel Jasper |
2013-04-16 | Sema for Captured Statements | Tareq A. Siraj |
2013-04-16 | Implement CapturedStmt AST | Tareq A. Siraj |
2013-04-16 | Basic support for Microsoft property declarations and | John McCall |
2013-04-12 | [libclang] Introduce clang_Location_isInSystemHeader to check if a location r... | Argyrios Kyrtzidis |
2013-04-12 | Fix clang-format-diff.py script. | Daniel Jasper |
2013-04-12 | Provide better emacs integration. | Daniel Jasper |
2013-04-11 | [libclang] Have clang_getCXXAccessSpecifier() also return the access control ... | Argyrios Kyrtzidis |
2013-04-11 | [libclang] Expose record layout info via new libclang functions: | Argyrios Kyrtzidis |
2013-04-09 | [c-index-test] Enable 'display diagnostics' when using the -test-load functio... | Argyrios Kyrtzidis |
2013-04-09 | [libclang] In cxtu::getASTUnit(), check for a null CXTranslationUnit. | Argyrios Kyrtzidis |
2013-04-09 | Improvements to clang-format integrations. | Daniel Jasper |
2013-04-08 | Remove outdated part of help message. | Daniel Jasper |
2013-04-05 | [libclang] Fix cursor visitation to not ignore template arguments in out-of-l... | Argyrios Kyrtzidis |
2013-04-04 | [libclang] Add some checks to make sure the given CXTranslationUnit is not nu... | Argyrios Kyrtzidis |
2013-04-04 | cmake: mark clang as needing exported symbol. | Rafael Espindola |
2013-04-01 | [libclang] Make clang_Cursor_getArgument work with call-exprs. | Argyrios Kyrtzidis |
2013-03-29 | [libclang] If libclang logging is enabled, print all compiler diagnostics to ... | Argyrios Kyrtzidis |
2013-03-29 | [cmake] Add clang-headers as a dependency of libclang and if we have to copy ... | Argyrios Kyrtzidis |
2013-03-27 | Update the error handing static functions for r178161. | Chad Rosier |
2013-03-26 | Remove a FIXME that's not planned to be fixed. We only generated crash | Chad Rosier |
2013-03-26 | [Preprocessor/Modules] Separate the macro directives kinds into their own Mac... | Argyrios Kyrtzidis |