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
/
Lexer
/
block_cmt_end.c
Age
Commit message (
Expand
)
Author
2011-05-10
Change magic string "abc" to better magic string "qux".
Matt Beaumont-Gay
2010-07-11
change the 'invalid token after top level declarator' message to be
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-11-03
Reorganize the parsing of decl groups / function definitions so that
John McCall
2009-04-12
Implement the first set of changes for PR3963 and rdar://6759604,
Chris Lattner
2009-03-24
Rename clang to clang-cc.
Daniel Dunbar
2009-02-27
change a diagnostic message from something pedantically correct but
Chris Lattner
2008-12-12
rdar://6060752 - don't warn about trigraphs in bcpl-style comments
Chris Lattner
2008-09-03
Following gcc's behavior, only enable trigraphs if '-trigraphs' or '-ansi' is
Ted Kremenek
2007-10-11
rename -parse-ast-print to -ast-print
Chris Lattner
2007-09-26
Removed option "-parse-ast-check" from clang driver. This is now implemented
Ted Kremenek
2007-07-21
Fix a lexer bug where we incorrectly rejected
Chris Lattner
2007-07-11
Stage two of getting CFE top correct.
Reid Spencer