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