| Commit message (Expand) | Author | Age | Files | Lines |
* | Try to fix plugin build after llvm r243217. | Nico Weber | 2015-07-25 | 2 | -2/+33 |
* | Fix chromium clang plugin if run from */Developer/* directory | sdefresne | 2015-07-18 | 1 | -3/+0 |
* | clang/win plugin: Do not warn on dllexport inline move constructors. | thakis | 2015-05-11 | 9 | -23/+138 |
* | Simplify code for skipping diagnostics in system headers. | dcheng | 2015-05-09 | 3 | -22/+95 |
* | plugin: Don't warn on copy constructors on dllexported classes. | Nico Weber | 2015-05-09 | 1 | -4/+15 |
* | plugin: Don't warn about inline virtual methods from system macros; whitelist... | thakis | 2015-05-07 | 4 | -4/+34 |
* | plugin: Fix TODO of using the right LangOptions. | thakis | 2015-05-07 | 1 | -10/+9 |
* | plugin: Do not warn on virtual/override stuff coming from macros in system he... | thakis | 2015-05-07 | 4 | -26/+53 |
* | Clang style plugin: add warn-only option and use it on Windows | hans | 2015-05-01 | 10 | -29/+67 |
* | win: Don't show style plugin warnings for generated files. | thakis | 2015-04-27 | 1 | -3/+10 |
* | Suppress plugin diagnostics for redundant 'virtual' keyword in system macros. | Daniel Cheng | 2015-04-21 | 7 | -84/+115 |
* | Fix the insertion point for 'override' fix it hint. | Daniel Cheng | 2015-04-21 | 3 | -75/+105 |
* | Force another diagnostic reporting path to be warn-only on Windows. | Daniel Cheng | 2015-04-16 | 2 | -2/+6 |
* | Build the Clang plugin on Windows. | Daniel Cheng | 2015-04-16 | 3 | -13/+46 |
* | Revert of Build the Clang plugin on Windows. (patchset #6 id:100001 of https:... | dcheng | 2015-04-12 | 3 | -46/+13 |
* | Build the Clang plugin on Windows. | Daniel Cheng | 2015-04-12 | 3 | -13/+46 |
* | ChromeClassTester: delete unused functions | hans | 2015-04-09 | 1 | -10/+0 |
* | Windows compile fixes for Chrome clang plugin. | dcheng | 2015-04-09 | 1 | -4/+7 |
* | Don't warn about inline ctors/dtors if inline is specified. | dcheng | 2015-03-12 | 2 | -4/+25 |
* | Fix incorrect inlined destructor warning for deleted destructors. | Daniel Cheng | 2015-03-06 | 2 | -3/+16 |
* | Build and install LLVM gold plugin on Linux. | pcc | 2015-03-05 | 1 | -6/+4 |
* | Fix clang plugin to catch defaulted inlined ctors/dtors. | dcheng | 2015-02-20 | 3 | -4/+56 |
* | Remove strict-virtual-specifiers option, since it's enabled everywhere. | dcheng | 2015-02-18 | 13 | -41/+43 |
* | Revert of Roll Clang 223108:228129 (patchset #5 id:80001 of https://coderevie... | tapted | 2015-02-06 | 1 | -1/+1 |
* | Roll Clang 223108:228129 | hans | 2015-02-06 | 1 | -1/+1 |
* | Add a clang plugin flag to check more types | dmichael | 2015-01-16 | 7 | -18/+61 |
* | Remove unneeded check-weak-ptr-factory-order flag | dmichael | 2015-01-16 | 3 | -7/+1 |
* | Implement the Clang plugin as a RecursiveASTVisitor. | dcheng | 2015-01-07 | 6 | -4/+44 |
* | Roll Clang 218707:223109 (+r223211, +r223219, -r220714), take 2 | hans | 2014-12-10 | 2 | -12/+13 |
* | Revert "Roll Clang 218707:223109 (+r223211, +r223219, -r220714)" and follow-ups. | hans | 2014-12-10 | 2 | -13/+12 |
* | Roll Clang 218707:223109 (+r223211, +r223219, -r220714) | hans | 2014-12-09 | 2 | -12/+13 |
* | tools/clang: ui_unittests -> ui_base_unittests | tfarina | 2014-11-20 | 1 | -1/+1 |
* | Clang plugin: Allow >1 WeakPtrFactory member in a class | dmichael | 2014-11-20 | 3 | -11/+38 |
* | Check {virtual,override,final} specifiers on pure functions as well. | dcheng | 2014-10-29 | 3 | -4/+32 |
* | Apply virtual specifier style rules to subclasses of ::testing::Test. | dcheng | 2014-10-22 | 3 | -2/+48 |
* | Roll Clang 217949:218707 (+r218742 and r218921) | hans | 2014-10-15 | 1 | -0/+2 |
* | Fix Clang tooling build on Linux. | dcheng | 2014-10-04 | 1 | -2/+2 |
* | Update plugin to handle new style rules for virtual specifiers. | dcheng | 2014-09-28 | 17 | -136/+363 |
* | Remove unused plugin argument to skip virtual method checks in .cc files | dcheng | 2014-09-23 | 3 | -12/+5 |
* | Build clang tools using CMake | Daniel Cheng | 2014-09-22 | 1 | -37/+8 |
* | Clang style-checker plug-in: Fix the code matching filenames against blacklis... | hans | 2014-09-17 | 6 | -37/+65 |
* | Roll Clang 214024:216630 (+216684) and switch to CMake (try 3) | Hans Wennborg | 2014-09-17 | 5 | -35/+61 |
* | Cleanup reference to old WebKit namespace | abarth | 2014-09-17 | 1 | -3/+1 |
* | Revert "Roll Clang 214024:216630 (+216684) and switch to CMake (try 2)" | Dirk Pranke | 2014-09-16 | 5 | -52/+35 |
* | Roll Clang 214024:216630 (+216684) and switch to CMake (try 2) | Hans Wennborg | 2014-09-16 | 5 | -35/+52 |
* | Revert of Roll Clang 214024:216630 (+216684) and switch to CMake (patchset #2... | hans | 2014-09-16 | 5 | -52/+35 |
* | Roll Clang 214024:216630 (+216684) and switch to CMake | Hans Wennborg | 2014-09-16 | 5 | -35/+52 |
* | Chrome clang plugin cleanup part 1 of ?? | dcheng@chromium.org | 2014-06-19 | 6 | -779/+899 |
* | clang plugin: Fix tests when running on OS X 10.9 | thakis@chromium.org | 2014-04-16 | 1 | -0/+5 |
* | clang/mac: Bundle libc++.dylib with clang. | thakis@chromium.org | 2014-04-01 | 1 | -1/+1 |