index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
test
/
Preprocessor
/
line-directive.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Switch C compilations to C11 by default.
Richard Smith
2014-10-20
1
-1
/
+1
*
Add 'not' to commands that are expected to fail.
Rafael Espindola
2013-07-04
1
-2
/
+2
*
Repeat some #line directive tests for the GNU line marker directive.
Michael Ilseman
2013-04-10
1
-1
/
+8
*
Improve the diagnostics of the number-reading preprocessor directives.
Michael Ilseman
2013-04-10
1
-1
/
+2
*
Allow -verify directives to be filtered by preprocessing.
Jordan Rose
2012-07-11
1
-2
/
+5
*
preprocessing: gcc supports #line 0. So, treat this
Fariborz Jahanian
2012-06-26
1
-2
/
+5
*
Per discussion on cfe-dev, remove '#error' and '#warning' from diagnostic text.
Ted Kremenek
2012-02-02
1
-2
/
+2
*
C11 allows typedefs to be redefined. Implement this in C11 mode, and
Douglas Gregor
2012-01-11
1
-2
/
+2
*
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-12-15
1
-3
/
+3
*
Remove unnecessary -fms-extensions=0 from tests (this command line syntax is ...
Daniel Dunbar
2009-11-29
1
-1
/
+1
*
Eliminate &&s in tests.
Daniel Dunbar
2009-11-08
1
-2
/
+2
*
Disabling some MS extensions which cause these tests to fail
John Thompson
2009-10-27
1
-1
/
+1
*
Change our silencing of C typedef redefinition handling to what we had
Chris Lattner
2009-04-27
1
-2
/
+5
*
make -Wtypedef-redefinition an extwarn instead of defaulting
Chris Lattner
2009-04-27
1
-2
/
+2
*
Fix PR3917: the location of a #line directive is the location of the first _.
Chris Lattner
2009-04-18
1
-0
/
+8
*
more fun with line markers: the digit string is required to be interpreted
Chris Lattner
2009-04-18
1
-2
/
+8
*
second half of PR3940: #line requires simple digit sequence.
Chris Lattner
2009-04-18
1
-0
/
+3
*
implement PR3940: #line numbers not fully checked
Chris Lattner
2009-04-17
1
-0
/
+2
*
#line is allowed to have macros that expand to nothing after them.
Chris Lattner
2009-04-17
1
-0
/
+8
*
tweak redefinition of a typedef a bit to fix a couple of problems:
Chris Lattner
2009-04-17
1
-2
/
+2
*
Rename clang to clang-cc.
Daniel Dunbar
2009-03-24
1
-3
/
+3
*
Implement handling of file entry/exit notifications from GNU
Chris Lattner
2009-02-04
1
-4
/
+5
*
# 42 doesn't change system header state either, add test.
Chris Lattner
2009-02-04
1
-0
/
+5
*
make getFileCharacteristic linetable aware. line markers that
Chris Lattner
2009-02-04
1
-0
/
+20
*
Add simple #line directive test.
Chris Lattner
2009-02-04
1
-1
/
+10
*
add parsing and constraint enforcement for GNU line marker directives.
Chris Lattner
2009-01-26
1
-0
/
+13
*
add another sanity test.
Chris Lattner
2009-01-26
1
-0
/
+4
*
parse and enforce required constraints on #line directives. Right now
Chris Lattner
2009-01-26
1
-0
/
+10