|  | Commit message (Collapse) | Author | Age | Files | Lines | 
|---|
| | 
| 
| 
| 
| 
| 
| 
| 
| 
| | Column information is present in CodeView when the line table subsection
has bit 0 set to 1 in it's flags field.  The column information is
represented as a pair of 16-bit quantities: a starting and ending
column.  This information is present at the end of the chunk, after all
the line-PC pairs.
llvm-svn: 241764 | 
| | 
| 
| 
| 
| 
| | NFC.
llvm-svn: 241169 | 
| | 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| | 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 -format
http://reviews.llvm.org/D8925
llvm-svn: 234679 | 
| | 
| 
| 
| 
| 
| 
| 
| 
| 
| | Add header guards to files that were missing guards. Remove #endif comments
as they don't seem common in LLVM (we can easily add them back if we decide
they're useful)
Changes made by clang-tidy with minor tweaks.
llvm-svn: 215558 | 
| | 
| 
| 
| | llvm-svn: 207394 | 
| | 
| 
| 
| 
| 
| | lexical scopes and/or debug info at all
llvm-svn: 204790 | 
| | 
| 
| 
| 
| 
| | class.
llvm-svn: 203339 | 
| | 
| 
| 
| 
| 
| | already lives.
llvm-svn: 203046 | 
| | 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| | already lived there and it is where it belongs -- this is the in-memory
debug location representation.
This is just cleanup -- Modules can actually cope with this, but that
doesn't make it right. After chatting with folks that have out-of-tree
stuff, going ahead and moving the rest of the headers seems preferable.
llvm-svn: 202960 | 
| | 
| 
| 
| | llvm-svn: 202811 | 
| | 
| 
| 
| 
| 
| 
| 
| | triple'
This incorporates a couple of fixes reviewed at http://llvm-reviews.chandlerc.com/D2651
llvm-svn: 200440 | 
| | 
| 
| 
| 
| 
| 
| 
| | triple."
It was incompatible with --target=i686-win32.
llvm-svn: 200375 | 
|  | Reviewed at http://llvm-reviews.chandlerc.com/D2232
llvm-svn: 200340 |