aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2013-04-18[libclang] Report parameter array types as written in source, not decayed to ...Argyrios Kyrtzidis
2013-04-17Small improvements to clang-format documentation and integrationDaniel Jasper
2013-04-16Sema for Captured StatementsTareq A. Siraj
2013-04-16Implement CapturedStmt ASTTareq A. Siraj
2013-04-16Basic support for Microsoft property declarations andJohn McCall
2013-04-12[libclang] Introduce clang_Location_isInSystemHeader to check if a location r...Argyrios Kyrtzidis
2013-04-12Fix clang-format-diff.py script.Daniel Jasper
2013-04-12Provide 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-09Improvements to clang-format integrations.Daniel Jasper
2013-04-08Remove 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-04cmake: 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-27Update the error handing static functions for r178161.Chad Rosier
2013-03-26Remove a FIXME that's not planned to be fixed. We only generated crashChad Rosier
2013-03-26[Preprocessor/Modules] Separate the macro directives kinds into their own Mac...Argyrios Kyrtzidis
2013-03-26Manually specify the link dependencies. Turns out that all the work onChandler Carruth
2013-03-26The IRReader header is now part of its own library. Update the includeChandler Carruth
2013-03-22Add clang-format to the corresponding Makefile.Daniel Jasper
2013-03-22OpenMP threadprivate directive parsing and semantic analysisAlexey Bataev
2013-03-21[analyzer] scan-build: emit errors on stderr, and exit(1) instead of exit(0).Jordan Rose
2013-03-20Add clang-format binary to cfe.Daniel Jasper
2013-03-18[libclang] Modify clang_getCursorType to be able to handle a function templat...Argyrios Kyrtzidis
2013-03-14[analyzer] Fix scan-build's -stats mode.Jordan Rose
2013-03-13[Modules] Resolve top-headers of modules lazily.Argyrios Kyrtzidis
2013-03-11[libclang] Fix a test and a warning on windows.Argyrios Kyrtzidis
2013-03-10Driver: do not strip file extensions when printing diagnostics.Benjamin Kramer
2013-03-08[libclang] Change clang_findReferencesInFile and clang_findIncludesInFile to ...Argyrios Kyrtzidis
2013-03-08[libclang] Modify clang_findReferencesInFile and clang_findIncludesInFile to ...Argyrios Kyrtzidis
2013-03-08[libclang] Introduce clang_findIncludesInFile, that can be used to retrieve a...Argyrios Kyrtzidis
2013-03-08[libclang] When calling the function of CXCursorAndRangeVisitor, don't forget toArgyrios Kyrtzidis
2013-03-08[libclang] Add Logger::operator<< overloads for CXCursor and FileEntry.Argyrios Kyrtzidis
2013-03-05[libclang] When logging a CXTranslationUnit that came from an AST file, print...Argyrios Kyrtzidis
2013-03-05scan-build: explicitly say "No bugs found" if there are no reports.Jordan Rose
2013-03-01Fix typos: [Dd]iagnosic -> [Dd]iagnosticStefanus Du Toit
2013-02-26doxygen command. Add 'attention' command to list of similarFariborz Jahanian
2013-02-24[preprocessor] Use MacroDirective in the preprocessor callbacks to make avail...Argyrios Kyrtzidis
2013-02-23Revert r175912, "Add support for coldcc to clang" at John's request.Peter Collingbourne
2013-02-22Add support for coldcc to clangPeter Collingbourne
2013-02-22Suppress -Wswitch to unbreak the build.David Blaikie
2013-02-22[Sema] Semantic analysis for empty-declaration and attribute-declaration.Michael Han
2013-02-22Streamify getNameForDiagnostic and remove the string versions of PrintTemplat...Benjamin Kramer
2013-02-22scan-build: Remove debug print.Benjamin Kramer