index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
Misc
/
caret-diags-macros.c
Age
Commit message (
Expand
)
Author
2013-01-17
Format strings: don't ever convert %+d to %lu.
Jordan Rose
2013-01-17
Suppress all -Wunused-value warnings from macro body expansions.
Matt Beaumont-Gay
2012-12-18
More conservative fix for <rdar://problem/12847524> (a crash printing diagnos...
Eli Friedman
2012-12-13
Revert 170049 because it fails with an assertion on one of the spec2000 workl...
Nadav Rotem
2012-12-13
More hacking on mapDiagnosticRanges to make it handle more cases.
Eli Friedman
2012-12-01
Try to make the source location information for token pastes a bit more consi...
Eli Friedman
2012-11-30
Fix the computation of highlight ranges so we produce something sane when
Eli Friedman
2012-11-03
Add a proper algorithm to compute accurate source ranges for diagnostics with
Eli Friedman
2011-10-24
Switch to a more natural formatting of the macro name printing.
Chandler Carruth
2011-10-16
Now that macro expansion notes are real notes and go through the same
Chandler Carruth
2011-10-03
Fixed exapnsion range for # and ##.
Abramo Bagnara
2011-07-14
Switch the diagnostic messages about macros to use the terms 'expanded'
Chandler Carruth
2011-07-08
Switch the token-paste source locations inside of function style macro
Chandler Carruth
2011-07-07
Keep track of which source locations are part of a macro argument
Chandler Carruth
2011-06-28
Fix PR9279 - Macro expansion stack trace seriously broken with function-style...
Chris Lattner
2011-03-09
FileCheckize this test.
Chandler Carruth
2010-09-19
Revert r114316, -Wunused-value enabled by default was intended.
Argyrios Kyrtzidis
2010-09-19
Make -Wunused-value off by default, matching GCC. Fixes rdar://7126194.
Argyrios Kyrtzidis
2010-02-12
fix a bug in SourceManager::getInstantiationLocSlowCase, where
Chris Lattner
2009-12-15
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-11-08
Eliminate &&s in tests.
Daniel Dunbar
2009-05-06
adjust this to bourne shell syntax
Chris Lattner
2009-05-05
Fix rdar://6849429 - -Wunused-value with deeply nested macro expansion genera...
Chris Lattner