summaryrefslogtreecommitdiffstats
path: root/clang/lib/Parse/ParseExpr.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add OpenCL samplers as Clang builtin types and check sampler related restrict...Guy Benyei2013-02-071-0/+1
* Micro change: moved '{' for better readability (+don't confuse -Wimplicit-fal...Alexander Kornienko2013-02-011-5/+5
* Produce a diagnostic if alignas is applied to an expression. Neither C11 norRichard Smith2013-01-291-3/+6
* Implement OpenCL event_t as Clang builtin type, including event_t related Ope...Guy Benyei2013-01-201-0/+1
* Remove useless 'llvm::' qualifier from names like StringRef and others that areDmitri Gribenko2013-01-121-5/+5
* s/CPlusPlus0x/CPlusPlus11/gRichard Smith2013-01-021-8/+8
* Move operator precedence calculation to new headerDaniel Jasper2012-12-201-61/+0
* Re-commit r170428 changes with Linux style file endings.Guy Benyei2012-12-181-1/+7
* Revert changes from r170428, as I accidentally changed the line endings of th...Guy Benyei2012-12-181-7/+1
* Add OpenCL images as clang builtin types.Guy Benyei2012-12-181-1/+7
* Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth2012-12-041-4/+4
* Fixed FunctionTypeLoc source range.Abramo Bagnara2012-10-041-12/+22
* Fix an edge case of mangling involving the combination of a lambda and typeid.Eli Friedman2012-09-261-1/+2
* Add the Microsoft __is_interface_class type trait.John McCall2012-09-251-0/+1
* If a comma operator is followed by a token which unambiguously indicates theRichard Smith2012-09-181-0/+22
* Remove unused macro definitionDouglas Gregor2012-09-111-2/+0
* Extend the "__is_pod" hack, which demotes various type trait keywordsDouglas Gregor2012-08-301-1/+50
* Remove ASTOwningVector, it doesn't own anything and provides no value over Sm...Benjamin Kramer2012-08-231-5/+5
* Rip out remnants of move semantic emulation and smart pointers in Sema.Benjamin Kramer2012-08-231-30/+30
* Improvements to vexing-parse warnings. Make the no-parameters case moreRichard Smith2012-07-301-1/+1
* Add support for the C11 _Alignof keyword.Jordan Rose2012-06-301-9/+17
* Support L__FUNCTION__ in microsoft mode, PR11789Nico Weber2012-06-231-0/+1
* Documentation cleanup: fixing file headers to use Doxygen \file markup whileJames Dennett2012-06-191-1/+3
* Documentation cleanup:James Dennett2012-06-171-43/+65
* Check the parameter lists and return type of both blocks and lambdasDouglas Gregor2012-06-151-5/+5
* Documentation cleanup: escape Objective-C @ symbols in Doxygen comments.James Dennett2012-06-151-5/+5
* Whenever we have a BalancedDelimiterTracker, we have a 'nested' scopeDouglas Gregor2012-06-061-1/+0
* Revert most of r154844, which was disabled in r155975. Keep around theRichard Smith2012-05-021-1/+1
* Implement the last part of C++ [class.mem]p2, delaying the parsing ofDouglas Gregor2012-04-161-1/+1
* Add an AttributedStmt type to represent a statement with C++11 attributesRichard Smith2012-04-141-3/+1
* Disambiguation of '[[':Richard Smith2012-04-101-1/+9
* For PR11916: Add support for g++'s __int128 keyword. Unlike __int128_t, this isRichard Smith2012-04-041-0/+1
* Enter an expression evaluation context when parsingJohn McCall2012-04-041-1/+7
* Unify naming of LangOptions variable/get function across the Clang stack (Lex...David Blaikie2012-03-111-32/+32
* Support for raw and template forms of numeric user-defined literals,Richard Smith2012-03-091-9/+4
* Streamline BalancedDelimiterTracker, by eliminating the duplicateDouglas Gregor2012-03-081-6/+11
* Add clang support for new Objective-C literal syntax for NSDictionary, NSArray,Ted Kremenek2012-03-061-0/+13
* User-defined literals: reject string and character UDLs in all places where theRichard Smith2012-03-061-8/+15
* Avoid examining the AST from the parser, and simplify somewhat.Richard Smith2012-03-011-15/+13
* Reject 'a = {0} = {0}' rather than parsing it as '(a = {0}) = {0}'. AlsoRichard Smith2012-03-011-12/+28
* Make the odr-use logic work correctly for constant-expressions. PR12006.Eli Friedman2012-02-291-1/+2
* Half of PR12088: parse braced-init-lists on the RHS of assignment operators.Richard Smith2012-02-261-3/+14
* ArrayRef'ize various functions in the AST/Parser/Sema.Ahmed Charles2012-02-251-4/+4
* Implement a new type trait __is_trivially_constructible(T, Args...)Douglas Gregor2012-02-241-0/+3
* Provide the __is_trivially_assignable type trait, which providesDouglas Gregor2012-02-231-0/+1
* Fix typo correction of template arguments to once again allow type names.Kaelyn Uhrain2012-02-221-2/+2
* Change wording of warning about using __bridge casts in non-ARC.Ted Kremenek2012-02-181-1/+1
* Reject continue/break statements within members of local functions nested withinRichard Smith2012-02-171-1/+0
* In Objective-C++, allow the keyword 'class' to be used as a propertyDouglas Gregor2012-02-161-6/+20
* Represent C++ direct initializers as ParenListExprs before semantic analysisSebastian Redl2012-02-111-2/+2
OpenPOWER on IntegriCloud