Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove clang-modernize. | Alexander Kornienko | 2015-12-17 | 61 | -7630/+0 |
| | | | | | | | | | | | | | | Summary: clang-modernize transforms have moved to clang-tidy. Removing the old tool now. Reviewers: klimek Subscribers: cfe-commits Differential Revision: http://reviews.llvm.org/D15606 llvm-svn: 255886 | ||||
* | Revert "Apply modernize-use-default to clang-tools-extra." | David Blaikie | 2015-10-20 | 2 | -3/+3 |
| | | | | | | | | | Breaks the build in GCC 4.7.2 (see http://lab.llvm.org:8011/builders/perf-x86_64-penryn-O3 for example) This reverts commit r250824. llvm-svn: 250862 | ||||
* | Apply modernize-use-default to clang-tools-extra. | Angel Garcia Gomez | 2015-10-20 | 2 | -3/+3 |
| | | | | | | | | | | | | Summary: Replace empty bodies of default constructors and destructors with '= default'. Reviewers: klimek Subscribers: alexfh, cfe-commits Differential Revision: http://reviews.llvm.org/D13889 llvm-svn: 250824 | ||||
* | Make a bunch of static arrays const. | Craig Topper | 2015-10-18 | 2 | -3/+3 |
| | | | | llvm-svn: 250641 | ||||
* | SourceRanges are small and trivially copyable, don't them by reference. NFC | Craig Topper | 2015-10-04 | 1 | -1/+1 |
| | | | | llvm-svn: 249258 | ||||
* | Replace double negation of !FileID.isInvalid() with FileID.isValid(). | Yaron Keren | 2015-10-03 | 2 | -2/+2 |
| | | | | | | +couple more of double-negated !SourceLocation.isInvalid() unfixed in r249228. llvm-svn: 249235 | ||||
* | Pass SourceLocation by value instead of by const reference since its just a ↵ | Craig Topper | 2015-09-21 | 2 | -2/+2 |
| | | | | | | 32-bit integer. NFC llvm-svn: 248139 | ||||
* | clang-tools-extra: Appease PR24881. [-Wdocumentation] | NAKAMURA Takumi | 2015-09-19 | 3 | -7/+13 |
| | | | | | | \returns doesn't accept \li, but \parblock \li. llvm-svn: 248080 | ||||
* | Refactors AST matching code to use the new AST matcher names. This patch ↵ | Aaron Ballman | 2015-09-17 | 5 | -28/+27 |
| | | | | | | correlates to r247885 which performs the AST matcher rename in Clang. llvm-svn: 247886 | ||||
* | Replacing a custom AST matcher with some builtin AST matchers; NFC, and ↵ | Aaron Ballman | 2015-08-19 | 1 | -14/+1 |
| | | | | | | existing tests should provide sufficient coverage. llvm-svn: 245484 | ||||
* | [clang-modernize] Don't rely on iterator auto-dereferencing. | Benjamin Kramer | 2015-07-18 | 1 | -1/+1 |
| | | | | llvm-svn: 242607 | ||||
* | Revert r241330. It compiled with Visual C++ 2013 and gcc 4.9.1 (mingw) but ↵ | Yaron Keren | 2015-07-03 | 1 | -3/+3 |
| | | | | | | now fails the bots. llvm-svn: 241335 | ||||
* | Replace some const std::string & with llvm::StringRef or std::string | Yaron Keren | 2015-07-03 | 1 | -3/+3 |
| | | | | | | | | and std::move to avoid implicit std::string construction. Patch by Eugene Kosov. llvm-svn: 241330 | ||||
* | Update to match clang r236404. | Richard Smith | 2015-05-04 | 1 | -8/+6 |
| | | | | llvm-svn: 236405 | ||||
* | Use 'override/final' instead of 'virtual' for overridden methods | Alexander Kornienko | 2015-04-11 | 5 | -25/+24 |
| | | | | | | | | | | | | | | | | | | | | | | Summary: The patch is generated using clang-tidy misc-use-override check. This command was used: tools/clang/tools/extra/clang-tidy/tool/run-clang-tidy.py \ -checks='-*,misc-use-override' -header-filter='llvm|clang' -j=32 -fix svn diff | clang-format-diff -i Reviewers: dblaikie Reviewed By: dblaikie Subscribers: cfe-commits Differential Revision: http://reviews.llvm.org/D8927 llvm-svn: 234681 | ||||
* | Remove redundant virtual from member functions marked 'override'. | David Blaikie | 2015-04-08 | 9 | -28/+29 |
| | | | | llvm-svn: 234416 | ||||
* | Make helpers static. clang-tools edition. | Benjamin Kramer | 2015-03-23 | 6 | -5/+15 |
| | | | | | | Also purge dead code found by it. NFC. llvm-svn: 232948 | ||||
* | Update for clang r230512 | David Majnemer | 2015-02-25 | 1 | -1/+1 |
| | | | | llvm-svn: 230513 | ||||
* | Revert "Adapt clang-tools-extra to clang module format changes." | Adrian Prantl | 2015-02-25 | 1 | -3/+2 |
| | | | | | | This reverts commit 230424. llvm-svn: 230456 | ||||
* | Adapt clang-tools-extra to clang module format changes. | Adrian Prantl | 2015-02-25 | 1 | -2/+3 |
| | | | | | | | - add clangCodeGen.a to the tools that need it - tweak pp-trace command line handling to not conflict with clang's. llvm-svn: 230424 | ||||
* | Revert "Add clangCodeGen.a to the tools that need it after the clang module" | Adrian Prantl | 2015-02-24 | 1 | -3/+2 |
| | | | | llvm-svn: 230310 | ||||
* | Fix typo s/bitcodewriter/bitwriter | Adrian Prantl | 2015-02-24 | 1 | -1/+1 |
| | | | | llvm-svn: 230307 | ||||
* | Add clangCodeGen.a to the tools that need it after the clang module | Adrian Prantl | 2015-02-24 | 1 | -2/+3 |
| | | | | | | format change. llvm-svn: 230306 | ||||
* | Revert "Adapt Makefile dependencies for the clang module format change in ↵ | Adrian Prantl | 2015-02-21 | 1 | -5/+2 |
| | | | | | | r230089." llvm-svn: 230104 | ||||
* | Adapt Makefile dependencies for the clang module format change in r230089. | Adrian Prantl | 2015-02-20 | 1 | -2/+5 |
| | | | | llvm-svn: 230090 | ||||
* | NFC. Migrating clang-tools-extra to the cl::HideUnrelatedOptions API. | Chris Bieneman | 2015-01-28 | 1 | -15/+1 |
| | | | | llvm-svn: 227388 | ||||
* | Updated tools to match r227345 which changed the getRegisteredOptions method | Pete Cooper | 2015-01-28 | 1 | -2/+1 |
| | | | | llvm-svn: 227372 | ||||
* | Make LoopConvert work with containers that are used like arrays. | Daniel Jasper | 2015-01-12 | 1 | -0/+7 |
| | | | | llvm-svn: 225629 | ||||
* | Remove some redundant virtual on overridden functions | David Blaikie | 2014-11-14 | 2 | -4/+4 |
| | | | | llvm-svn: 222027 | ||||
* | Use findProgramByName. NFC. | Rafael Espindola | 2014-11-04 | 1 | -3/+4 |
| | | | | llvm-svn: 221260 | ||||
* | [CMake] Add dependencies on clangToolingCore. | NAKAMURA Takumi | 2014-10-30 | 2 | -0/+2 |
| | | | | llvm-svn: 220890 | ||||
* | Fix Makefiles after r220867. | Daniel Jasper | 2014-10-29 | 1 | -1/+2 |
| | | | | llvm-svn: 220868 | ||||
* | [clang-modernize] Update for API change. | Benjamin Kramer | 2014-10-04 | 1 | -6/+6 |
| | | | | | | NFC. llvm-svn: 219063 | ||||
* | Add missing 'override' keyword. | Craig Topper | 2014-10-03 | 1 | -1/+1 |
| | | | | llvm-svn: 218961 | ||||
* | Unique_ptrify PPCallbacks ownership. Goes with clang r217474. | Craig Topper | 2014-09-10 | 1 | -2/+3 |
| | | | | llvm-svn: 217475 | ||||
* | Update for LLVM api change | Rafael Espindola | 2014-08-25 | 2 | -8/+6 |
| | | | | llvm-svn: 216396 | ||||
* | Update for API change in clang. | Rafael Espindola | 2014-08-12 | 1 | -1/+2 |
| | | | | llvm-svn: 215452 | ||||
* | Update for API change in r215391 | David Blaikie | 2014-08-11 | 1 | -1/+1 |
| | | | | llvm-svn: 215392 | ||||
* | Recommit 213308: unique_ptr-ify ownership of ASTConsumers (reverted in r213324) | David Blaikie | 2014-08-10 | 1 | -1/+2 |
| | | | | | | | | After post-commit review and community discussion, this seems like a reasonable direction to continue, making ownership semantics explicit in the source using the type system. llvm-svn: 215324 | ||||
* | clang-modernize: Transform::createActionFactory return ownership by ↵ | David Blaikie | 2014-08-08 | 9 | -24/+19 |
| | | | | | | | | | unique_ptr instead of raw pointer. Follow up to r213851 to simplify code and reduce the chance of future leaks. llvm-svn: 215214 | ||||
* | Plug memory leaks. | Benjamin Kramer | 2014-07-24 | 7 | -11/+17 |
| | | | | | | | Most of the changes are mechanic std::unique_ptr insertions. All leaks were detected by LeakSanitizer. llvm-svn: 213851 | ||||
* | Revert "unique_ptr-ify ownership of ASTConsumers" | David Blaikie | 2014-07-17 | 1 | -2/+1 |
| | | | | | | | | | This reverts commit r213308. Reverting to have some on-list discussion/confirmation about the ongoing direction of smart pointer usage in the LLVM project. llvm-svn: 213324 | ||||
* | unique_ptr-ify ownership of ASTConsumers | David Blaikie | 2014-07-17 | 1 | -1/+2 |
| | | | | llvm-svn: 213308 | ||||
* | Track clang r213171 | Alp Toker | 2014-07-16 | 1 | -1/+1 |
| | | | | | | The clang rewriter is now a core facility. llvm-svn: 213172 | ||||
* | Update for llvm api change. | Rafael Espindola | 2014-07-06 | 1 | -8/+12 |
| | | | | llvm-svn: 212406 | ||||
* | Track IntrusiveRefCntPtr::get() changes from LLVM r212366 | Alp Toker | 2014-07-05 | 1 | -1/+1 |
| | | | | llvm-svn: 212367 | ||||
* | clang-modernize: Instantiate llvm::Registry<TransformFactory>. | NAKAMURA Takumi | 2014-07-03 | 2 | -0/+4 |
| | | | | llvm-svn: 212270 | ||||
* | Prefix error_code with std. | Rafael Espindola | 2014-06-12 | 2 | -23/+23 |
| | | | | llvm-svn: 210840 | ||||
* | Quick build fix. | Rafael Espindola | 2014-06-12 | 2 | -0/+2 |
| | | | | llvm-svn: 210838 | ||||
* | include system_error directly. | Rafael Espindola | 2014-06-12 | 2 | -2/+2 |
| | | | | llvm-svn: 210797 |