summaryrefslogtreecommitdiffstats
path: root/test/Preprocessor/line-directive.c
Commit message (Expand)AuthorAgeFilesLines
* Switch C compilations to C11 by default.Richard Smith2014-10-201-1/+1
* Add 'not' to commands that are expected to fail.Rafael Espindola2013-07-041-2/+2
* Repeat some #line directive tests for the GNU line marker directive.Michael Ilseman2013-04-101-1/+8
* Improve the diagnostics of the number-reading preprocessor directives.Michael Ilseman2013-04-101-1/+2
* Allow -verify directives to be filtered by preprocessing.Jordan Rose2012-07-111-2/+5
* preprocessing: gcc supports #line 0. So, treat thisFariborz Jahanian2012-06-261-2/+5
* Per discussion on cfe-dev, remove '#error' and '#warning' from diagnostic text.Ted Kremenek2012-02-021-2/+2
* C11 allows typedefs to be redefined. Implement this in C11 mode, andDouglas Gregor2012-01-111-2/+2
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-3/+3
* Remove unnecessary -fms-extensions=0 from tests (this command line syntax is ...Daniel Dunbar2009-11-291-1/+1
* Eliminate &&s in tests.Daniel Dunbar2009-11-081-2/+2
* Disabling some MS extensions which cause these tests to failJohn Thompson2009-10-271-1/+1
* Change our silencing of C typedef redefinition handling to what we hadChris Lattner2009-04-271-2/+5
* make -Wtypedef-redefinition an extwarn instead of defaultingChris Lattner2009-04-271-2/+2
* Fix PR3917: the location of a #line directive is the location of the first _.Chris Lattner2009-04-181-0/+8
* more fun with line markers: the digit string is required to be interpretedChris Lattner2009-04-181-2/+8
* second half of PR3940: #line requires simple digit sequence.Chris Lattner2009-04-181-0/+3
* implement PR3940: #line numbers not fully checkedChris Lattner2009-04-171-0/+2
* #line is allowed to have macros that expand to nothing after them.Chris Lattner2009-04-171-0/+8
* tweak redefinition of a typedef a bit to fix a couple of problems:Chris Lattner2009-04-171-2/+2
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-3/+3
* Implement handling of file entry/exit notifications from GNUChris Lattner2009-02-041-4/+5
* # 42 doesn't change system header state either, add test.Chris Lattner2009-02-041-0/+5
* make getFileCharacteristic linetable aware. line markers that Chris Lattner2009-02-041-0/+20
* Add simple #line directive test.Chris Lattner2009-02-041-1/+10
* add parsing and constraint enforcement for GNU line marker directives.Chris Lattner2009-01-261-0/+13
* add another sanity test.Chris Lattner2009-01-261-0/+4
* parse and enforce required constraints on #line directives. Right nowChris Lattner2009-01-261-0/+10