Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tooling: Hide implementation details | Benjamin Kramer | 2015-03-09 | 1 | -7/+8 |
| | | | | | | NFC. llvm-svn: 231656 | ||||
* | [C++11] Add 'override' keyword to virtual methods that override their base ↵ | Craig Topper | 2014-03-15 | 1 | -1/+1 |
| | | | | | | class. llvm-svn: 203999 | ||||
* | Include Path.h instead of PathV2.h. | Rafael Espindola | 2013-06-11 | 1 | -1/+1 |
| | | | | | | I am about to move PathV2.h to Path.h. llvm-svn: 183795 | ||||
* | Remove useless 'llvm::' qualifier from names like StringRef and others that are | Dmitri Gribenko | 2013-01-12 | 1 | -1/+1 |
| | | | | | | brought into 'clang' namespace by clang/Basic/LLVM.h llvm-svn: 172323 | ||||
* | Sort all of Clang's files under 'lib', and fix up the broken headers | Chandler Carruth | 2012-12-04 | 1 | -1/+1 |
| | | | | | | | | | | | | | uncovered. This required manually correcting all of the incorrect main-module headers I could find, and running the new llvm/utils/sort_includes.py script over the files. I also manually added quite a few missing headers that were uncovered by shuffling the order or moving headers up to be main-module-headers. llvm-svn: 169237 | ||||
* | Hopefully appease Windows buildbot with Japanese (?) error message. | Daniel Jasper | 2012-10-08 | 1 | -0/+1 |
| | | | | llvm-svn: 165414 | ||||
* | FileNameMatchTrie: Use StringRef instead of Twines where possible. | Daniel Jasper | 2012-10-08 | 1 | -3/+2 |
| | | | | llvm-svn: 165412 | ||||
* | Support symlinks and relative paths in complilation databases. | Daniel Jasper | 2012-10-08 | 1 | -0/+188 |
Review: http://llvm-reviews.chandlerc.com/D30 llvm-svn: 165392 |