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
Age
Commit message (
Expand
)
Author
2009-11-17
Remove some redundant tests.
Daniel Dunbar
2009-11-08
Eliminate &&s in tests.
Daniel Dunbar
2009-10-25
Tweak test, with -strict-whitespace $ won't match on Windows because the buffer
Daniel Dunbar
2009-10-19
Workaround a bug exposed by the FileCheckify of message-length.c, the caret end
Daniel Dunbar
2009-10-19
convert this to FileCheck, PR5232
Chris Lattner
2009-08-14
PR4715
Shantonu Sen
2009-05-18
Fix for PR2386: distinguish between insertion and replacements in the
Eli Friedman
2009-05-15
When word-wrapping, be more defensive about a ridiculously small number of co...
Douglas Gregor
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
2009-05-05
rename test
Chris Lattner
2009-05-04
Update test case... the location given for this error makes it look
Daniel Dunbar
2009-05-03
Fix an infinite loop in diagnostic printing.
Daniel Dunbar
2009-05-01
When printing a source line as part of a diagnostic, the source line
Douglas Gregor
2009-05-01
Implement -fmessage-length=N, which word-wraps diagnostics to N columns.
Douglas Gregor
2009-04-22
Fix rdar://6814950 - stdint.h isn't "-pedantic -std=c89" clean,
Chris Lattner
2009-04-16
arrange for -Wno-error=foo warnings to be immune to -Werror as
Chris Lattner
2009-04-15
add another sanity check for -Werror=xx
Chris Lattner
2009-04-15
add a missing &&
Chris Lattner
2009-04-15
fix a broken test, that passed for the wrong reason. Two wrongs make a right...
Chris Lattner
2009-04-15
Rejigger how -pedantic and -pedantic-errors work and their interaction
Chris Lattner
2009-03-24
Rename clang to clang-cc.
Daniel Dunbar
2009-03-13
fix PR3798 by ignoring all diagnostics generated while repreprocessing a file...
Chris Lattner
2009-03-08
add \n characters to the scratch buffer *before* returned tokens.
Chris Lattner
2009-02-24
Fix PR3635 by handling ## magically
Chris Lattner
2009-02-13
Fix rdar://6562329, a static analyzer crash Ted noticed on
Chris Lattner
2008-08-18
fix bogus run line.
Chris Lattner
2007-09-26
Removed option "-parse-ast-check" from clang driver. This is now implemented
Ted Kremenek
2007-08-10
Build ASTs before relexing the file. This avoids having comment finding muta...
Chris Lattner