summaryrefslogtreecommitdiffstats
path: root/clang/lib/Parse/ParseExpr.cpp
Commit message (Expand)AuthorAgeFilesLines
* Convert terminology in the Lexer from 'instantiate' and variants toChandler Carruth2011-07-141-1/+1
* Add 'mutable' to the function declarator chunk, to be used whenDouglas Gregor2011-07-131-0/+1
* Remove a no-op break after a return, and correct one of the mostChandler Carruth2011-07-081-2/+2
* Minor style cleanup.Chandler Carruth2011-07-081-6/+9
* Move SourceManager::isAt[Start/End]OfMacroInstantiation functions to the Lexe...Argyrios Kyrtzidis2011-07-071-2/+1
* Make the Preprocessor more memory efficient and improve macro instantiation d...Argyrios Kyrtzidis2011-07-071-1/+2
* [ARC] When casting from a pointer to an objective-c object with known ownersh...Argyrios Kyrtzidis2011-07-011-30/+47
* -Remove Sema::ActOnCastOfParenListExpr and move most of its functionality toArgyrios Kyrtzidis2011-07-011-1/+1
* For code such as:Richard Trieu2011-07-011-1/+0
* Allow the fixit for missing ':' in the ?: ternary operator if it is pointingArgyrios Kyrtzidis2011-06-241-2/+3
* Introduce DelayedCleanupPool useful for simplifying clean-up of certain resou...Argyrios Kyrtzidis2011-06-221-4/+2
* Only accept __bridge_retain in system headers, as Doug suggested.John McCall2011-06-171-5/+17
* As a hopefully temporary workaround for a header mistake, treatJohn McCall2011-06-171-1/+2
* Automatic Reference Counting.John McCall2011-06-151-2/+30
* Correct the spelling of instantiationDavid Majnemer2011-06-131-1/+1
* Parse C++0x generalized initializers.Sebastian Redl2011-06-051-6/+32
* Add support for builtin astype:Tanya Lattner2011-06-041-0/+30
* Implement the __is_trivially_copyable type traitAlexis Hunt2011-05-131-0/+4
* Upgrade Microsoft's __int8, __int16, __int32 and __int64 types from builtin d...Francois Pichet2011-04-281-0/+1
* Implementation of Embarcadero array type traitsJohn Wiegley2011-04-281-0/+9
* t/clang/type-traitsJohn Wiegley2011-04-271-0/+55
* Introduce a new parser annotation token for primary expressions. WhenDouglas Gregor2011-04-271-20/+12
* t/clang/expr-traitsJohn Wiegley2011-04-251-0/+8
* Implement a new identifier-classification scheme where SemaDouglas Gregor2011-04-241-8/+20
* Add support for '__is_literal_type' spelling of the existingChandler Carruth2011-04-241-0/+1
* Implement basic __is_trivial type-trait support, enough to close PR9472.Chandler Carruth2011-04-231-0/+2
* Sort the type traits in a few places where they weren't previouslyChandler Carruth2011-04-231-5/+5
* C1X: implement generic selectionsPeter Collingbourne2011-04-151-0/+98
* Diagnose a missing ')' on what looks like a statement expression.John McCall2011-04-061-1/+6
* Insomniac refactoring: change how the parser allocates attributes so thatJohn McCall2011-03-241-10/+10
* Make sure that we always pop a function's scope *before* we callDouglas Gregor2011-03-161-0/+1
* Add support for the OpenCL vec_step operator, by generalising andPeter Collingbourne2011-03-111-28/+41
* Propagate new-style exception spec information to Declarator.Sebastian Redl2011-03-051-2/+3
* Push nested-name-specifier source-location information into dependentDouglas Gregor2011-03-021-1/+1
* fix rdar://9024687, a crash on invalid that we used to silently ignore.Chris Lattner2011-02-181-0/+3
* Switch labels over to using normal name lookup, instead of their Chris Lattner2011-02-181-2/+3
* When Parser::ParseExpressionList isn't given a completer, fall back toDouglas Gregor2011-02-171-0/+2
* When we encounter an Objective-C class name in an expression, followedDouglas Gregor2011-02-151-5/+10
* Parse: add support for parsing CUDA kernel callsPeter Collingbourne2011-02-091-10/+55
* Implement the Microsoft __is_convertible_to type trait, modeling theDouglas Gregor2011-01-271-2/+4
* Rvalue references for *this: parse ref-qualifiers.Douglas Gregor2011-01-261-0/+1
* Add support for explicit constructor calls in Microsoft mode.Francois Pichet2011-01-181-1/+3
* Fix warnings found by gcc-4.6, from -Wunused-but-set-variable andJeffrey Yasskin2011-01-181-2/+1
* Implement the sizeof...(pack) expression to compute the length of aDouglas Gregor2011-01-041-0/+42
* Implement support for pack expansions in initializer lists andDouglas Gregor2011-01-031-6/+8
* Refactor how we collect attributes during parsing, and add slots for attributesJohn McCall2010-12-241-19/+8
* Remove the TypesCompatibleExprClass AST node. Merge its functionality into Bi...Francois Pichet2010-12-081-20/+1
* Type traits intrinsic implementation: __is_base_of(T, U)Francois Pichet2010-12-071-0/+3
* Fix the source range of CXXNewExprs. Fixes http://llvm.org/pr8661.Nico Weber2010-11-221-2/+2
* Provide code completion for types after the '^' that starts a blockDouglas Gregor2010-10-181-0/+5
OpenPOWER on IntegriCloud