aboutsummaryrefslogtreecommitdiff
path: root/clang/tools
AgeCommit message (Expand)AuthorFilesLines
2013-05-08Merging r181299:Bill Wendling1-2/+2
2013-05-06Have the RecursiveASTVisitor traverse the type source info of an objc class m...Argyrios Kyrtzidis2-4/+4
2013-05-06Added Mozilla style, cleaned get*Style methods.Alexander Kornienko1-2/+7
2013-05-03Remove DiagnosticConsumer::clone(), a bad idea that is now unused.Douglas Gregor1-6/+1
2013-05-03[Preprocessor] For the MacroExpands preprocessor callback, also pass the Macr...Argyrios Kyrtzidis1-1/+1
2013-05-02Remove redundant flag.Bill Wendling1-1/+1
2013-05-02We don't want FP elimination when doing an Apple-style build.Bill Wendling1-1/+1
2013-05-02Basic clang-format integration for BBEdit.Daniel Jasper1-0/+27
2013-05-02[analyzer] Finally make c++-analyzer 'executable' again.Anton Yartsev1-0/+0
2013-05-02[analyzer] Recreated as a file.Anton Yartsev1-0/+8
2013-05-02[analyzer] Temporary remove c++analyzer to recreate it as a separate file, no...Anton Yartsev1-8/+0
2013-05-02[analyzer] Added 'executable' property to c++analyzer.Anton Yartsev1-0/+0
2013-05-02[analyzer] scan-build for WindowsAnton Yartsev3-3/+19
2013-04-30[analyzer] scan-build: support -enable-checker with new Xcode integration.Jordan Rose1-1/+3
2013-04-29[analyzer] scan-view: don't ever serve absolute paths.Jordan Rose1-12/+4
2013-04-26[libclang] Introduce clang_Module_getASTFile function that returns the module...Argyrios Kyrtzidis3-3/+16
2013-04-26[PCH/modules] Require the preprocessing record option to match the used PCH, ...Argyrios Kyrtzidis1-0/+1
2013-04-25Fix scrolling bug in clang-format's emacs integration.Daniel Jasper1-5/+9
2013-04-24clang-format support for multiple input files.Alexander Kornienko1-20/+57
2013-04-24Fix typo in comparison in clang_CXCursorSet_contains().Ted Kremenek1-1/+1
2013-04-24Revert "Remove CXCursorSet and related APIs. There are no known clients."Ted Kremenek2-0/+70
2013-04-24Remove CXCursorSet and related APIs. There are no known clients.Ted Kremenek2-70/+0
2013-04-23[libclang] Introduce a CXCursor_ObjCSelfExpr cursor, which is the equivalent ...Argyrios Kyrtzidis2-1/+17
2013-04-23[scan-build] Whitelist all -mXXXX options.Ted Kremenek1-1/+1
2013-04-20C++1y: Allow aggregates to have default initializers.Richard Smith2-0/+2
2013-04-18[libclang] Introduce clang_Cursor_isVariadic, which returns non-zero if the g...Argyrios Kyrtzidis3-0/+17
2013-04-18[libclang] Introduce clang_Cursor_getObjCDeclQualifiers, to query for 'ObjC Q...Argyrios Kyrtzidis3-0/+41
2013-04-18[libclang] Introduce clang_Cursor_getObjCPropertyAttributes to query the writ...Argyrios Kyrtzidis3-0/+52
2013-04-18[libclang] Report parameter array types as written in source, not decayed to ...Argyrios Kyrtzidis1-3/+9
2013-04-17Small improvements to clang-format documentation and integrationDaniel Jasper2-8/+9
2013-04-16Sema for Captured StatementsTareq A. Siraj2-3/+15
2013-04-16Implement CapturedStmt ASTTareq A. Siraj2-1/+5
2013-04-16Basic support for Microsoft property declarations andJohn McCall7-0/+27
2013-04-12[libclang] Introduce clang_Location_isInSystemHeader to check if a location r...Argyrios Kyrtzidis2-0/+12
2013-04-12Fix clang-format-diff.py script.Daniel Jasper1-1/+1
2013-04-12Provide better emacs integration.Daniel Jasper1-33/+13
2013-04-11[libclang] Have clang_getCXXAccessSpecifier() also return the access control ...Argyrios Kyrtzidis2-1/+18
2013-04-11[libclang] Expose record layout info via new libclang functions:Argyrios Kyrtzidis3-0/+183
2013-04-09[c-index-test] Enable 'display diagnostics' when using the -test-load functio...Argyrios Kyrtzidis1-2/+2
2013-04-09[libclang] In cxtu::getASTUnit(), check for a null CXTranslationUnit.Argyrios Kyrtzidis1-0/+2
2013-04-09Improvements to clang-format integrations.Daniel Jasper3-6/+58
2013-04-08Remove outdated part of help message.Daniel Jasper1-1/+0
2013-04-05[libclang] Fix cursor visitation to not ignore template arguments in out-of-l...Argyrios Kyrtzidis1-0/+14
2013-04-04[libclang] Add some checks to make sure the given CXTranslationUnit is not nu...Argyrios Kyrtzidis1-1/+7
2013-04-04cmake: mark clang as needing exported symbol.Rafael Espindola1-0/+1
2013-04-01[libclang] Make clang_Cursor_getArgument work with call-exprs.Argyrios Kyrtzidis1-0/+18
2013-03-29[libclang] If libclang logging is enabled, print all compiler diagnostics to ...Argyrios Kyrtzidis1-3/+7
2013-03-29[cmake] Add clang-headers as a dependency of libclang and if we have to copy ...Argyrios Kyrtzidis1-2/+2
2013-03-27Update the error handing static functions for r178161.Chad Rosier3-6/+9
2013-03-26Remove a FIXME that's not planned to be fixed. We only generated crashChad Rosier1-3/+0