aboutsummaryrefslogtreecommitdiff
path: root/lib/Lex/PPExpressions.cpp
AgeCommit message (Expand)Author
2013-03-26[Preprocessor/Modules] Separate the macro directives kinds into their own Mac...Argyrios Kyrtzidis
2013-03-18PR15539: Record "evaluating if/elif condition" flag in the right placeDavid Blaikie
2013-02-24[preprocessor] Use MacroDirective in the preprocessor callbacks to make avail...Argyrios Kyrtzidis
2013-01-31Micro-change: moved a brace for better readabilityAlexander Kornienko
2013-01-02s/CPlusPlus0x/CPlusPlus11/gRichard Smith
2012-12-08[Preprocessor] Enhance Ifdef/Ifndef/Defined preprocessor callbacks to also passArgyrios Kyrtzidis
2012-12-04Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth
2012-09-24Change the wording of the extension warning fromDmitri Gribenko
2012-09-24Small cleanup of literal semantic analysis: hiding 'char *' pointers behindDmitri Gribenko
2012-09-20The keywords "true" and "false" shouldn't warn under -Wundef.Eli Friedman
2012-03-11Unify naming of LangOptions variable/get function across the Clang stack (Lex...David Blaikie
2012-03-08Add support for cooked forms of user-defined-integer-literal andRichard Smith
2012-03-06User-defined literals: reject string and character UDLs in all places where theRichard Smith
2012-02-05Basic: import SmallString<> into clang namespaceDylan Noblesmith
2012-01-17Remove unreachable code in Clang. (replace with llvm_unreachable where approp...David Blaikie
2011-10-15-Wc++98-compat warnings for the lexer.Richard Smith
2011-10-14Add a preprocessor callback that is invoked every time the 'defined'Douglas Gregor
2011-09-23Fix missing includes for llvm_unreachableDavid Blaikie
2011-09-23Switch assert(0/false) llvm_unreachable.David Blaikie
2011-09-04Support code-completion for C++ inline methods and ObjC buffering methods.Argyrios Kyrtzidis
2011-08-03A couple fixes for preprocessor expressions:Eli Friedman
2011-07-27Add support for C++0x unicode string and character literals, from Craig Topper!Douglas Gregor
2011-07-23remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....Chris Lattner
2011-02-28Rename tok::eom to tok::eod.Peter Collingbourne
2010-12-15Fix diagnostic pragmas.Argyrios Kyrtzidis
2010-10-13move logic for computing signed integer overflow when constant foldingChris Lattner
2010-08-24Implement code completion for preprocessor expressions and in macroDouglas Gregor
2010-08-24Implement preprocessor code completion where a macro name is expected,Douglas Gregor
2010-07-26Fix namespace polution.Dan Gohman
2010-03-16Introduce optional "Invalid" parameters to routines that invoke theDouglas Gregor
2010-02-27Another trivial getSpelling simplification.Benjamin Kramer
2010-02-27Add an overload of Preprocessor::getSpelling which takes a SmallVector andBenjamin Kramer
2010-02-26fix rdar://7683173, rejecting an invalid conditionalChris Lattner
2009-12-14fix rdar://7466570 - Be more bug compatible with GCC when it comes to Chris Lattner
2009-12-14reduce indentation.Chris Lattner
2009-11-13Wherein the TargetInfo argument to Preprocessor is made 'const' and propogated.Daniel Dunbar
2009-10-30Re-arranged some internal functions for coming __has_include changes.John Thompson
2009-09-09Remove tabs, and whitespace cleanups.Mike Stump
2009-07-14Basic support for C++0x unicode types. Support for literals will follow in a...Alisdair Meredith
2009-06-05Move CharIsSigned from TargetInfo to LangOptions.Eli Friedman
2009-06-01PR4283: Don't truncate multibyte character constants in the Eli Friedman
2009-05-16PR3942: Don't warn on unsigned overflow in preprocessor expressions.Eli Friedman
2009-04-24simplification and speedupChris Lattner
2009-01-29move library-specific diagnostic headers into library private dirs. ReduceChris Lattner
2009-01-27Split the single monolithic DiagnosticKinds.def file into oneChris Lattner
2009-01-18fix rdar://6505352 - Bogus warning with -WUndef, a caseChris Lattner
2008-11-23make the 'to match this' diagnostic a note.Chris Lattner
2008-11-19don't turn identifierinfo's into strings in diagnostics.Chris Lattner
2008-11-18Remove the last of the old-style Preprocessor::Diag methods.Chris Lattner
2008-11-18remove one more Preprocessor::Diag method.Chris Lattner