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