| Commit message (Expand) | Author | Age | Files | Lines |
* | Teach rewrite_scoped_ptr_ctor_null about scoped_ptr_malloc's default arg | dcheng@chromium.org | 2013-06-12 | 3 | -4/+15 |
* | Tool to fix calls to scoped_ptr<T>(NULL) to use the default ctor instead | dcheng@chromium.org | 2013-06-11 | 5 | -3/+295 |
* | Depend on public/blink.gyp:blink to depend on Blink library | jamesr@chromium.org | 2013-06-07 | 1 | -9/+1 |
* | Roll Clang 179138:182481. | hans@chromium.org | 2013-05-28 | 1 | -3/+5 |
* | Revert 201767 "Roll Clang 179138:182465." | ajwong@chromium.org | 2013-05-23 | 1 | -1/+1 |
* | Roll Clang 179138:182465. | hans@chromium.org | 2013-05-23 | 1 | -1/+1 |
* | Clang update script: fix ASan Android runtime build commands | hans@chromium.org | 2013-05-22 | 1 | -12/+5 |
* | Warn on missing OVERRIDE/virtual everywhere, not just in header files. | rsleevi@chromium.org | 2013-05-02 | 1 | -3/+1 |
* | Remove support code that was used to pin asan to an older revision. | thakis@chromium.org | 2013-04-30 | 1 | -49/+0 |
* | Unpin the Clang version used by the OS X bots. | glider@chromium.org | 2013-04-23 | 1 | -1/+1 |
* | roll clang 176256:179138 | thakis@chromium.org | 2013-04-22 | 1 | -1/+1 |
* | Revert 195379 "roll clang 176256:179138" | tapted@chromium.org | 2013-04-22 | 1 | -1/+1 |
* | roll clang 176256:179138 | thakis@chromium.org | 2013-04-20 | 1 | -1/+1 |
* | Compiler error in Linux ChromiumOS (Clang dbg): | rlp@chromium.org | 2013-04-19 | 1 | -1/+1 |
* | roll clang 176256:179138 | thakis@chromium.org | 2013-04-19 | 1 | -1/+1 |
* | Add url/ to banned_directories in clang style checker. | tfarina@chromium.org | 2013-04-16 | 3 | -7/+23 |
* | Make sure the asan clang pinning does not pin the layout bots too | thakis@chromium.org | 2013-04-10 | 1 | -2/+6 |
* | Remove C++11 usage from Clang tools. | dcheng@chromium.org | 2013-04-09 | 2 | -7/+9 |
* | Add clang tool to rewrite scoped_array<T> to scoped_ptr<T[]>. | dcheng@chromium.org | 2013-04-06 | 4 | -0/+160 |
* | Have run_tool.py automatically invoke clang-format-diff.py if available. | dcheng@chromium.org | 2013-04-04 | 2 | -11/+24 |
* | Return a non-zero exit code if compiler invocations failed. | dcheng@chromium.org | 2013-04-04 | 1 | -1/+8 |
* | Add std::wstring support to the empty string tool and update the tests. | dcheng@chromium.org | 2013-04-03 | 3 | -2/+21 |
* | Implement clang tool that converts std::string("") to std::string(). | dcheng@chromium.org | 2013-04-02 | 7 | -2/+706 |
* | Revert 188113 "Revert 188080 "Add vm672-m1 (the new Mac ASan bui..." | tbreisacher@chromium.org | 2013-03-14 | 1 | -1/+5 |
* | Revert 188080 "Add vm672-m1 (the new Mac ASan builder) to the li..." | tbreisacher@chromium.org | 2013-03-14 | 1 | -5/+1 |
* | Add vm672-m1 (the new Mac ASan builder) to the list of machines using pinned ... | glider@chromium.org | 2013-03-14 | 1 | -1/+5 |
* | roll clang 174965:176256 | thakis@chromium.org | 2013-03-08 | 1 | -1/+1 |
* | Update ndk sysroot to API level 14. | leozwang@chromium.org | 2013-03-05 | 1 | -1/+1 |
* | Ship profile_rt with Clang. | jfb@chromium.org | 2013-03-04 | 1 | -5/+8 |
* | Add MemorySanitizer runtime to Clang tarball. | eugenis@chromium.org | 2013-02-26 | 1 | -3/+3 |
* | Add FixItHints to the Chromium Clang plugin when missing virtual or OVERRIDE | rsleevi@chromium.org | 2013-02-22 | 5 | -21/+128 |
* | Changed asan host detection to use short hostname | hinoka@google.com | 2013-02-15 | 1 | -4/+4 |
* | Roll Clang 170392:174965. | hans@chromium.org | 2013-02-15 | 1 | -1/+1 |
* | Clang update script: fix the hostname for the Mac ASan LKGR bots, for which w... | glider@chromium.org | 2013-02-15 | 1 | -1/+1 |
* | Revert 182241 | isherman@chromium.org | 2013-02-15 | 1 | -1/+1 |
* | Roll Clang r170392:r174491. | hans@chromium.org | 2013-02-13 | 1 | -1/+1 |
* | Replace seq invocation with 'jot -'. They don't have seq on Mac by default. | glider@chromium.org | 2013-02-13 | 1 | -1/+4 |
* | Fix a syntax error which resulted in update.sh always using the old Clang. | glider@chromium.org | 2013-02-13 | 1 | -5/+10 |
* | Revert "Roll Clang r170392:r174491." | hans@chromium.org | 2013-02-13 | 1 | -1/+1 |
* | Roll Clang r170392:r174491. | hans@chromium.org | 2013-02-12 | 1 | -1/+1 |
* | Teach update.sh how to optionally install clang-tools-extra. | dcheng@chromium.org | 2013-02-12 | 1 | -0/+15 |
* | Add mini11-a1 (Mac ASan LKGR) to the list of hosts building Mac ASan binaries... | glider@chromium.org | 2013-02-12 | 1 | -0/+6 |
* | Pin Clang revision to r170392 for ASan Mac builders. | glider@chromium.org | 2013-02-12 | 1 | -0/+27 |
* | Make it easier to build new tools for Clang. | dcheng@chromium.org | 2013-02-12 | 1 | -12/+17 |
* | When building Clang for Mac, make LC_ID_DYLIB of the ASan dynamic runtime to ... | glider@chromium.org | 2013-02-11 | 1 | -0/+7 |
* | Warn for non-virtual protected destructors of RefCounted classes | jamesr@chromium.org | 2013-02-02 | 4 | -79/+104 |
* | Update the Chromium style checker plugin so that it can | rsleevi@chromium.org | 2013-02-01 | 5 | -79/+424 |
* | roll clang 169803:170392 | thakis@chromium.org | 2012-12-21 | 1 | -1/+11 |
* | Roll Clang 168474:169803. | hans@chromium.org | 2012-12-13 | 2 | -2/+3 |
* | Roll Clang 167488:168474. | hans@chromium.org | 2012-12-04 | 1 | -1/+1 |