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
/
lib
/
Lex
/
PPExpressions.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
move library-specific diagnostic headers into library private dirs. Reduce
Chris Lattner
2009-01-29
1
-1
/
+1
*
Split the single monolithic DiagnosticKinds.def file into one
Chris Lattner
2009-01-27
1
-1
/
+1
*
fix rdar://6505352 - Bogus warning with -WUndef, a case
Chris Lattner
2009-01-18
1
-1
/
+2
*
make the 'to match this' diagnostic a note.
Chris Lattner
2008-11-23
1
-3
/
+3
*
don't turn identifierinfo's into strings in diagnostics.
Chris Lattner
2008-11-19
1
-1
/
+1
*
Remove the last of the old-style Preprocessor::Diag methods.
Chris Lattner
2008-11-18
1
-29
/
+30
*
remove one more Preprocessor::Diag method.
Chris Lattner
2008-11-18
1
-1
/
+1
*
various updates to match r54873 on mainline.
Chris Lattner
2008-08-17
1
-2
/
+4
*
More #include cleaning
Daniel Dunbar
2008-08-11
1
-2
/
+0
*
Fix PR2252: don't warn on negating an unsigned value ever, and don't emit
Chris Lattner
2008-07-03
1
-6
/
+4
*
Fix typo, improve comment.
Chris Lattner
2008-05-05
1
-5
/
+6
*
Fix a few more bugs in preprocessor expressions w.r.t. ?:. Now I
Chris Lattner
2008-05-05
1
-12
/
+24
*
Neil pointed out that clang doesn't generate ranges from diagnostics
Chris Lattner
2008-05-05
1
-120
/
+172
*
fix a bug handling right associative operators that Neil noticed, hopefully
Chris Lattner
2008-05-05
1
-14
/
+4
*
||/&& do not do UAC's either. This silences a bogus warning on #if -1 || 4U.
Chris Lattner
2008-05-04
1
-4
/
+10
*
Neil points out that commas don't do UACs either.
Chris Lattner
2008-05-04
1
-1
/
+1
*
Fix the rest of PR2279:
Chris Lattner
2008-05-04
1
-4
/
+7
*
Fix PR2279 part C: shifts don't perform the UACs, thanks to Neil
Chris Lattner
2008-05-04
1
-2
/
+4
*
fix a nasty bug that Neil identifier in pp-expr parsing (this is PR2279 part D).
Chris Lattner
2008-05-04
1
-5
/
+13
*
Fix PR2220, making diagnostics for unexpected tokens in pp expressions
Chris Lattner
2008-04-13
1
-3
/
+3
*
Make a major restructuring of the clang tree: introduce a top-level
Chris Lattner
2008-03-15
1
-0
/
+639