Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Print NamedDecls directly to a raw_ostream where possible. | Benjamin Kramer | 2012-02-07 | 1 | -3/+3 |
| | | | | llvm-svn: 149982 | ||||
* | Basic: import SmallString<> into clang namespace | Dylan Noblesmith | 2012-02-05 | 1 | -1/+1 |
| | | | | | | | (I was going to fix the TODO about DenseMap too, but that would break self-host right now. See PR11922.) llvm-svn: 149799 | ||||
* | Move a method from IdentifierTable.h out of line and remove the SmallString ↵ | Benjamin Kramer | 2012-02-04 | 1 | -0/+1 |
| | | | | | | | | include. Fix all the transitive include users. llvm-svn: 149783 | ||||
* | Add initial version of checker to check if virtual member functions are ↵ | Ted Kremenek | 2012-01-03 | 1 | -0/+238 |
called transitively from C++ constructors or destructors. Checker by Lei Zhang with a few tweaks by Ted Kremenek. llvm-svn: 147494 |