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
/
Preprocessor
/
line-directive.c
Age
Commit message (
Expand
)
Author
2013-04-10
Repeat some #line directive tests for the GNU line marker directive.
Michael Ilseman
2013-04-10
Improve the diagnostics of the number-reading preprocessor directives.
Michael Ilseman
2012-07-11
Allow -verify directives to be filtered by preprocessing.
Jordan Rose
2012-06-26
preprocessing: gcc supports #line 0. So, treat this
Fariborz Jahanian
2012-02-02
Per discussion on cfe-dev, remove '#error' and '#warning' from diagnostic text.
Ted Kremenek
2012-01-11
C11 allows typedefs to be redefined. Implement this in C11 mode, and
Douglas Gregor
2009-12-15
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-11-29
Remove unnecessary -fms-extensions=0 from tests (this command line syntax is ...
Daniel Dunbar
2009-11-08
Eliminate &&s in tests.
Daniel Dunbar
2009-10-27
Disabling some MS extensions which cause these tests to fail
John Thompson
2009-04-27
Change our silencing of C typedef redefinition handling to what we had
Chris Lattner
2009-04-27
make -Wtypedef-redefinition an extwarn instead of defaulting
Chris Lattner
2009-04-18
Fix PR3917: the location of a #line directive is the location of the first _.
Chris Lattner
2009-04-18
more fun with line markers: the digit string is required to be interpreted
Chris Lattner
2009-04-18
second half of PR3940: #line requires simple digit sequence.
Chris Lattner
2009-04-17
implement PR3940: #line numbers not fully checked
Chris Lattner
2009-04-17
#line is allowed to have macros that expand to nothing after them.
Chris Lattner
2009-04-17
tweak redefinition of a typedef a bit to fix a couple of problems:
Chris Lattner
2009-03-24
Rename clang to clang-cc.
Daniel Dunbar
2009-02-04
Implement handling of file entry/exit notifications from GNU
Chris Lattner
2009-02-04
# 42 doesn't change system header state either, add test.
Chris Lattner
2009-02-04
make getFileCharacteristic linetable aware. line markers that
Chris Lattner
2009-02-04
Add simple #line directive test.
Chris Lattner
2009-01-26
add parsing and constraint enforcement for GNU line marker directives.
Chris Lattner
2009-01-26
add another sanity test.
Chris Lattner
2009-01-26
parse and enforce required constraints on #line directives. Right now
Chris Lattner