| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
stringified arguments
llvm-svn: 267254
|
|
|
|
|
|
|
|
|
|
| |
DiagnosticBuilder
Going through a string removes some of the smarts of the diagnosic printer
and makes the code more complicated. This change has some cosmetic impact
on the output but that's mostly minor.
llvm-svn: 265680
|
|
|
|
|
|
|
|
|
|
|
| |
Enhance clang-tidy misc-macro-repeated-side-effects to handle ? and : better.
When ? is used in a macro, there are 2 possible control flow paths through the macro.
These paths are tracked separately so problems can be detected properly.
http://reviews.llvm.org/D10653
llvm-svn: 241245
|
|
|
|
|
|
| |
Clang was warning on this.
llvm-svn: 239988
|
|
repeated in the macro
llvm-svn: 239909
|