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
*
Micro-change: moved a brace for better readability
Alexander Kornienko
2013-01-31
1
-2
/
+2
*
s/CPlusPlus0x/CPlusPlus11/g
Richard Smith
2013-01-02
1
-1
/
+1
*
[Preprocessor] Enhance Ifdef/Ifndef/Defined preprocessor callbacks to also pass
Argyrios Kyrtzidis
2012-12-08
1
-3
/
+9
*
Sort all of Clang's files under 'lib', and fix up the broken headers
Chandler Carruth
2012-12-04
1
-3
/
+3
*
Change the wording of the extension warning from
Dmitri Gribenko
2012-09-24
1
-4
/
+9
*
Small cleanup of literal semantic analysis: hiding 'char *' pointers behind
Dmitri Gribenko
2012-09-24
1
-2
/
+1
*
The keywords "true" and "false" shouldn't warn under -Wundef.
Eli Friedman
2012-09-20
1
-1
/
+3
*
Unify naming of LangOptions variable/get function across the Clang stack (Lex...
David Blaikie
2012-03-11
1
-4
/
+4
*
Add support for cooked forms of user-defined-integer-literal and
Richard Smith
2012-03-08
1
-1
/
+5
*
User-defined literals: reject string and character UDLs in all places where the
Richard Smith
2012-03-06
1
-0
/
+4
*
Basic: import SmallString<> into clang namespace
Dylan Noblesmith
2012-02-05
1
-2
/
+2
*
Remove unreachable code in Clang. (replace with llvm_unreachable where approp...
David Blaikie
2012-01-17
1
-2
/
+0
*
-Wc++98-compat warnings for the lexer.
Richard Smith
2011-10-15
1
-4
/
+3
*
Add a preprocessor callback that is invoked every time the 'defined'
Douglas Gregor
2011-10-14
1
-0
/
+4
*
Fix missing includes for llvm_unreachable
David Blaikie
2011-09-23
1
-0
/
+1
*
Switch assert(0/false) llvm_unreachable.
David Blaikie
2011-09-23
1
-1
/
+1
*
Support code-completion for C++ inline methods and ObjC buffering methods.
Argyrios Kyrtzidis
2011-09-04
1
-0
/
+2
*
A couple fixes for preprocessor expressions:
Eli Friedman
2011-08-03
1
-9
/
+13
*
Add support for C++0x unicode string and character literals, from Craig Topper!
Douglas Gregor
2011-07-27
1
-4
/
+12
*
remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....
Chris Lattner
2011-07-23
1
-2
/
+2
*
Rename tok::eom to tok::eod.
Peter Collingbourne
2011-02-28
1
-9
/
+9
*
Fix diagnostic pragmas.
Argyrios Kyrtzidis
2010-12-15
1
-1
/
+1
*
move logic for computing signed integer overflow when constant folding
Chris Lattner
2010-10-13
1
-27
/
+22
*
Implement code completion for preprocessor expressions and in macro
Douglas Gregor
2010-08-24
1
-0
/
+6
*
Implement preprocessor code completion where a macro name is expected,
Douglas Gregor
2010-08-24
1
-1
/
+8
*
Fix namespace polution.
Dan Gohman
2010-07-26
1
-0
/
+4
*
Introduce optional "Invalid" parameters to routines that invoke the
Douglas Gregor
2010-03-16
1
-2
/
+10
*
Another trivial getSpelling simplification.
Benjamin Kramer
2010-02-27
1
-4
/
+2
*
Add an overload of Preprocessor::getSpelling which takes a SmallVector and
Benjamin Kramer
2010-02-27
1
-4
/
+3
*
fix rdar://7683173, rejecting an invalid conditional
Chris Lattner
2010-02-26
1
-1
/
+1
*
fix rdar://7466570 - Be more bug compatible with GCC when it comes to
Chris Lattner
2009-12-14
1
-2
/
+21
*
reduce indentation.
Chris Lattner
2009-12-14
1
-15
/
+14
*
Wherein the TargetInfo argument to Preprocessor is made 'const' and propogated.
Daniel Dunbar
2009-11-13
1
-1
/
+1
*
Re-arranged some internal functions for coming __has_include changes.
John Thompson
2009-10-30
1
-55
/
+63
*
Remove tabs, and whitespace cleanups.
Mike Stump
2009-09-09
1
-48
/
+48
*
Basic support for C++0x unicode types. Support for literals will follow in a...
Alisdair Meredith
2009-07-14
1
-1
/
+3
*
Move CharIsSigned from TargetInfo to LangOptions.
Eli Friedman
2009-06-05
1
-1
/
+1
*
PR4283: Don't truncate multibyte character constants in the
Eli Friedman
2009-06-01
1
-2
/
+6
*
PR3942: Don't warn on unsigned overflow in preprocessor expressions.
Eli Friedman
2009-05-16
1
-4
/
+4
*
simplification and speedup
Chris Lattner
2009-04-24
1
-1
/
+1
*
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
[next]