Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [OpenCL] Adding reserved operator logical xor for OpenCL | Anastasia Stulova | 2016-02-03 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | This patch adds the reserved operator ^^ when compiling for OpenCL (spec v1.1 s6.3.g), which results in a more meaningful error message. Patch by Neil Hickey! Review: http://reviews.llvm.org/D13280 M test/SemaOpenCL/unsupported.cl M include/clang/Basic/TokenKinds.def M include/clang/Basic/DiagnosticParseKinds.td M lib/Basic/OperatorPrecedence.cpp M lib/Lex/Lexer.cpp M lib/Parse/ParseExpr.cpp llvm-svn: 259651 | ||||
* | Replace C++0x in a comment with C++11 | Craig Topper | 2013-07-14 | 1 | -1/+1 |
| | | | | llvm-svn: 186287 | ||||
* | s/CPlusPlus0x/CPlusPlus11/g | Richard Smith | 2013-01-02 | 1 | -2/+2 |
| | | | | llvm-svn: 171367 | ||||
* | Remove namespace qualifier that lead to build breakage. | Daniel Jasper | 2012-12-20 | 1 | -2/+2 |
| | | | | llvm-svn: 170759 | ||||
* | Move operator precedence calculation to new header | Daniel Jasper | 2012-12-20 | 1 | -0/+76 |
Thereby, it can be reused by clang-format and others. Review: http://llvm-reviews.chandlerc.com/D229 llvm-svn: 170757 |