aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Lex/PPExpressions.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-09-07Fix some Clang-tidy modernize-use-using and Include What You Use warnings; ot...Eugene Zelenko1-4/+13
2016-04-16Improve diagnostic for the case when a non-defined function-like macro is usedRichard Smith1-4/+26
2016-02-18Remove use of builtin comma operator.Richard Trieu1-2/+4
2016-01-19Add -Wexpansion-to-undefined: warn when using `defined` in a macro definition.Nico Weber1-2/+47
2015-11-14Use %select to merge similar diagnostics. NFCCraig Topper1-2/+2
2015-10-04SourceRanges are small and trivially copyable, don't them by reference.Craig Topper1-1/+1
2015-06-22Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").Alexander Kornienko1-1/+1
2015-06-22Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko1-1/+1
2015-05-04Switch PPCallbacks to take the new MacroDefinition instead of MacroDirective*...Richard Smith1-3/+1
2015-05-04Rename MacroDefinition -> MacroDefinitionRecord, Preprocessor::MacroDefinitio...Richard Smith1-2/+2
2015-05-02clang-format function definition header. NFC.Yaron Keren1-2/+1
2015-04-29[modules] Stop trying to fake up a linear MacroDirective history.Richard Smith1-10/+6
2015-02-24Commit patch for PR19649. Set the correct sign of wide character for literals...Michael Wong1-1/+3
2014-11-08[c++1z] Support for u8 character literals.Richard Smith1-0/+1
2014-10-24Use enumerators instead of hardcoded integers when processing macro names.Serge Pavlov1-1/+1
2014-10-13Fix the buildDavid Majnemer1-9/+4
2014-07-24Improving the "integer constant too large" diagnostics based on post-commit f...Aaron Ballman1-4/+3
2014-07-22Provide extra information in the "integer constant is too large" diagnostic. ...Aaron Ballman1-2/+5
2014-05-21Preprocessor: support defined() with operator names for MS compatibilityAlp Toker1-5/+3
2014-05-17[C++11] Use 'nullptr'. Lex edition.Craig Topper1-2/+2
2014-03-14Add two missing entries to the C++11 support page. Bump one relevant diagnosticRichard Smith1-2/+3
2013-12-30Switch over more of the parser to err_expectedAlp Toker1-2/+2
2013-12-30Cleanup: Switch the preprocessor to err_pp_expected_afterAlp Toker1-1/+2
2013-12-24Support and use token kinds as diagnostic argumentsAlp Toker1-3/+3
2013-07-26Partially revert r186903.Eli Friedman1-1/+1
2013-07-23Integers which are too large should be an error.Eli Friedman1-4/+4
2013-07-19Add SourceRange to PPCallbacks::Defined callback.John Thompson1-9/+14
2013-03-26[Preprocessor/Modules] Separate the macro directives kinds into their own Mac...Argyrios Kyrtzidis1-1/+1
2013-03-18PR15539: Record "evaluating if/elif condition" flag in the right placeDavid Blaikie1-0/+2
2013-02-24[preprocessor] Use MacroDirective in the preprocessor callbacks to make avail...Argyrios Kyrtzidis1-7/+7
2013-01-31Micro-change: moved a brace for better readabilityAlexander Kornienko1-2/+2
2013-01-02s/CPlusPlus0x/CPlusPlus11/gRichard Smith1-1/+1
2012-12-08[Preprocessor] Enhance Ifdef/Ifndef/Defined preprocessor callbacks to also passArgyrios Kyrtzidis1-3/+9
2012-12-04Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth1-3/+3
2012-09-24Change the wording of the extension warning fromDmitri Gribenko1-4/+9
2012-09-24Small cleanup of literal semantic analysis: hiding 'char *' pointers behindDmitri Gribenko1-2/+1
2012-09-20The keywords "true" and "false" shouldn't warn under -Wundef.Eli Friedman1-1/+3
2012-03-11Unify naming of LangOptions variable/get function across the Clang stack (Lex...David Blaikie1-4/+4
2012-03-08Add support for cooked forms of user-defined-integer-literal andRichard Smith1-1/+5
2012-03-06User-defined literals: reject string and character UDLs in all places where theRichard Smith1-0/+4
2012-02-05Basic: import SmallString<> into clang namespaceDylan Noblesmith1-2/+2
2012-01-17Remove unreachable code in Clang. (replace with llvm_unreachable where approp...David Blaikie1-2/+0
2011-10-15-Wc++98-compat warnings for the lexer.Richard Smith1-4/+3
2011-10-14Add a preprocessor callback that is invoked every time the 'defined'Douglas Gregor1-0/+4
2011-09-23Fix missing includes for llvm_unreachableDavid Blaikie1-0/+1
2011-09-23Switch assert(0/false) llvm_unreachable.David Blaikie1-1/+1
2011-09-04Support code-completion for C++ inline methods and ObjC buffering methods.Argyrios Kyrtzidis1-0/+2
2011-08-03A couple fixes for preprocessor expressions:Eli Friedman1-9/+13
2011-07-27Add support for C++0x unicode string and character literals, from Craig Topper!Douglas Gregor1-4/+12
2011-07-23remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....Chris Lattner1-2/+2