summaryrefslogtreecommitdiff
path: root/lib/Lex/PPExpressions.cpp
Commit message (Expand)AuthorAge
* Preprocessor: support defined() with operator names for MS compatibilityAlp Toker2014-05-21
* [C++11] Use 'nullptr'. Lex edition.Craig Topper2014-05-17
* Add two missing entries to the C++11 support page. Bump one relevant diagnosticRichard Smith2014-03-14
* Switch over more of the parser to err_expectedAlp Toker2013-12-30
* Cleanup: Switch the preprocessor to err_pp_expected_afterAlp Toker2013-12-30
* Support and use token kinds as diagnostic argumentsAlp Toker2013-12-24
* Partially revert r186903.Eli Friedman2013-07-26
* Integers which are too large should be an error.Eli Friedman2013-07-23
* Add SourceRange to PPCallbacks::Defined callback.John Thompson2013-07-19
* [Preprocessor/Modules] Separate the macro directives kinds into their own Mac...Argyrios Kyrtzidis2013-03-26
* PR15539: Record "evaluating if/elif condition" flag in the right placeDavid Blaikie2013-03-18
* [preprocessor] Use MacroDirective in the preprocessor callbacks to make avail...Argyrios Kyrtzidis2013-02-24
* Micro-change: moved a brace for better readabilityAlexander Kornienko2013-01-31
* s/CPlusPlus0x/CPlusPlus11/gRichard Smith2013-01-02
* [Preprocessor] Enhance Ifdef/Ifndef/Defined preprocessor callbacks to also passArgyrios Kyrtzidis2012-12-08
* Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth2012-12-04
* Change the wording of the extension warning fromDmitri Gribenko2012-09-24
* Small cleanup of literal semantic analysis: hiding 'char *' pointers behindDmitri Gribenko2012-09-24
* The keywords "true" and "false" shouldn't warn under -Wundef.Eli Friedman2012-09-20
* Unify naming of LangOptions variable/get function across the Clang stack (Lex...David Blaikie2012-03-11
* Add support for cooked forms of user-defined-integer-literal andRichard Smith2012-03-08
* User-defined literals: reject string and character UDLs in all places where theRichard Smith2012-03-06
* Basic: import SmallString<> into clang namespaceDylan Noblesmith2012-02-05
* Remove unreachable code in Clang. (replace with llvm_unreachable where approp...David Blaikie2012-01-17
* -Wc++98-compat warnings for the lexer.Richard Smith2011-10-15
* Add a preprocessor callback that is invoked every time the 'defined'Douglas Gregor2011-10-14
* Fix missing includes for llvm_unreachableDavid Blaikie2011-09-23
* Switch assert(0/false) llvm_unreachable.David Blaikie2011-09-23
* Support code-completion for C++ inline methods and ObjC buffering methods.Argyrios Kyrtzidis2011-09-04
* A couple fixes for preprocessor expressions:Eli Friedman2011-08-03
* Add support for C++0x unicode string and character literals, from Craig Topper!Douglas Gregor2011-07-27
* remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....Chris Lattner2011-07-23
* Rename tok::eom to tok::eod.Peter Collingbourne2011-02-28
* Fix diagnostic pragmas.Argyrios Kyrtzidis2010-12-15
* move logic for computing signed integer overflow when constant foldingChris Lattner2010-10-13
* Implement code completion for preprocessor expressions and in macroDouglas Gregor2010-08-24
* Implement preprocessor code completion where a macro name is expected,Douglas Gregor2010-08-24
* Fix namespace polution.Dan Gohman2010-07-26
* Introduce optional "Invalid" parameters to routines that invoke theDouglas Gregor2010-03-16
* Another trivial getSpelling simplification.Benjamin Kramer2010-02-27
* Add an overload of Preprocessor::getSpelling which takes a SmallVector andBenjamin Kramer2010-02-27
* fix rdar://7683173, rejecting an invalid conditionalChris Lattner2010-02-26
* fix rdar://7466570 - Be more bug compatible with GCC when it comes to Chris Lattner2009-12-14
* reduce indentation.Chris Lattner2009-12-14
* Wherein the TargetInfo argument to Preprocessor is made 'const' and propogated.Daniel Dunbar2009-11-13
* Re-arranged some internal functions for coming __has_include changes.John Thompson2009-10-30
* Remove tabs, and whitespace cleanups.Mike Stump2009-09-09
* Basic support for C++0x unicode types. Support for literals will follow in a...Alisdair Meredith2009-07-14
* Move CharIsSigned from TargetInfo to LangOptions.Eli Friedman2009-06-05
* PR4283: Don't truncate multibyte character constants in the Eli Friedman2009-06-01