Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
cc901b57d54c398c2b22f522eeb26fbc8dfc9b56
/
clang
/
test
/
Misc
/
caret-diags-macros.c
da30cff
[diagnostics] Avoid crashes while printing macro backtraces
by Reid Kleckner
· 10 years ago
c309624
Improve the printing of ranges when macros are involved.
by Richard Trieu
· 10 years ago
1eb3429
Format strings: don't ever convert %+d to %lu.
by Jordan Rose
· 13 years ago
978cca9
Suppress all -Wunused-value warnings from macro body expansions.
by Matt Beaumont-Gay
· 13 years ago
672845b
More conservative fix for <rdar://problem/12847524> (a crash printing diagnostic ranges).
by Eli Friedman
· 13 years ago
b893734
Revert 170049 because it fails with an assertion on one of the spec2000 workloads.
by Nadav Rotem
· 13 years ago
cdb135a
More hacking on mapDiagnosticRanges to make it handle more cases.
by Eli Friedman
· 13 years ago
fe9d110
Try to make the source location information for token pastes a bit more consistent.
by Eli Friedman
· 13 years ago
dea98de
Fix the computation of highlight ranges so we produce something sane when
by Eli Friedman
· 13 years ago
34ff0ea
Add a proper algorithm to compute accurate source ranges for diagnostics with
by Eli Friedman
· 13 years ago
8c43e66
Switch to a more natural formatting of the macro name printing.
by Chandler Carruth
· 14 years ago
9e8ce4c
Now that macro expansion notes are real notes and go through the same
by Chandler Carruth
· 14 years ago
e398e60
Fixed exapnsion range for # and ##.
by Abramo Bagnara
· 14 years ago
cd7a02e
Switch the diagnostic messages about macros to use the terms 'expanded'
by Chandler Carruth
· 14 years ago
2536c07
Switch the token-paste source locations inside of function style macro
by Chandler Carruth
· 14 years ago
402bb38
Keep track of which source locations are part of a macro argument
by Chandler Carruth
· 14 years ago
ac57f21
Fix PR9279 - Macro expansion stack trace seriously broken with function-style macros, by not recursively printing notes for other 'instantiated from' notes.
by Chris Lattner
· 14 years ago
1b7cc20
FileCheckize this test.
by Chandler Carruth
· 15 years ago
40cec83
Revert r114316, -Wunused-value enabled by default was intended.
by Argyrios Kyrtzidis
· 15 years ago
3698bf1
Make -Wunused-value off by default, matching GCC. Fixes rdar://7126194.
by Argyrios Kyrtzidis
· 15 years ago
5647d31
fix a bug in SourceManager::getInstantiationLocSlowCase, where
by Chris Lattner
· 16 years ago
8fbe78f
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
by Daniel Dunbar
· 16 years ago
8b57697
Eliminate &&s in tests.
by Daniel Dunbar
· 16 years ago
51f57a4
adjust this to bourne shell syntax
by Chris Lattner
· 17 years ago
c45529b
Fix rdar://6849429 - -Wunused-value with deeply nested macro expansion generates untraceable warnings
by Chris Lattner
· 17 years ago