summaryrefslogtreecommitdiffstats
path: root/clang/lib/AST/Expr.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add field IsIEEE in FloatingLiteral to distinguish between different 128-bitAkira Hatanaka2012-01-101-1/+1
* Revert r147664; it's breaking clang regression tests.Eli Friedman2012-01-061-2/+2
* Silence GCC warnings.Jakub Staszak2012-01-061-2/+2
* Add an APValue representation for the difference between two address-of-label...Eli Friedman2012-01-041-27/+0
* Fix a case where Expr::isConstantInitializer would return true for an express...Eli Friedman2011-12-211-9/+22
* Teach isConstantInitializer that numeric literals are constants, rather thanRichard Smith2011-12-091-0/+2
* Move vector bitcast handling in constant expressions from the expressionRichard Smith2011-12-061-9/+13
* Constant expression evaluation: support for evaluation of structs and unions ofRichard Smith2011-11-101-10/+15
* Fix a cluster of related issues involving value-dependence and constantRichard Smith2011-11-081-8/+15
* Rip out CK_GetObjCProperty.John McCall2011-11-071-3/+0
* Change the AST representation of operations on Objective-CJohn McCall2011-11-061-0/+82
* Fix the representation of wide strings in the AST and IR so that it uses the ...Eli Friedman2011-11-011-13/+62
* Don't try to set the "array filler" in a InitListExpr twice.Argyrios Kyrtzidis2011-10-211-0/+1
* Macro metaprogramming for builtin types.John McCall2011-10-181-1/+1
* Add template instantiation support for AtomicExpr.Eli Friedman2011-10-141-0/+21
* Change operator<< for raw_ostream and NamedDecl to take a reference instead o...Benjamin Kramer2011-10-141-1/+1
* Initial implementation of __atomic_* (everything except __atomic_is_lock_free).Eli Friedman2011-10-111-0/+1
* Constant expression evaluation refactoring:Richard Smith2011-10-101-1/+1
* Another case of HadMultipleCandidates being used uninitialized.Benjamin Kramer2011-10-101-1/+2
* Move field in ObjCMessageExpr to avoid padding.Argyrios Kyrtzidis2011-10-031-6/+6
* Allow getting all source locations of selector identifiers in a ObjCMessageExpr.Argyrios Kyrtzidis2011-10-031-43/+62
* ArrayRef'ize ObjCMessageExprArgyrios Kyrtzidis2011-10-031-19/+19
* Add an assertion that we don't overflow the bitfield ObjCMessageExpr::NumArgs.Argyrios Kyrtzidis2011-10-031-3/+6
* Pass all the locations of the selector identifiers for a message expression f...Argyrios Kyrtzidis2011-10-031-7/+9
* Removing a bunch of dead returns/breaks after llvm_unreachables.David Blaikie2011-09-231-2/+0
* objc-gc: Fix a corner case where clang fails to generate GC Fariborz Jahanian2011-09-231-1/+8
* Switch assert(0/false) llvm_unreachable.David Blaikie2011-09-231-4/+4
* Don't use TemplateArgumentListInfo inside AST nodes because it may leak.Argyrios Kyrtzidis2011-09-221-51/+0
* Rename ExplicitTemplateArgumentList -> ASTTemplateArgumentListInfo, no functi...Argyrios Kyrtzidis2011-09-221-9/+9
* Fix a QoI bug with overloaded operators inside macros.Matt Beaumont-Gay2011-09-191-1/+4
* In general, don't look through explicit casts when tryingJohn McCall2011-09-131-1/+1
* Rename the ARC cast kinds to start with "ARC".John McCall2011-09-101-12/+12
* When converting a block pointer to an Objective-C pointer type, extendJohn McCall2011-09-101-0/+3
* Give conversions of block pointers to ObjC pointers a different cast kindJohn McCall2011-09-091-2/+91
* Look through SubstNonTypeTemplateParmExpr nodes in the variousDouglas Gregor2011-09-081-1/+20
* When extracting the callee declaration from a call expression, be sureDouglas Gregor2011-09-061-0/+6
* Whitelist operator== and operator!= as valid for unused value warnings,Chandler Carruth2011-08-171-1/+14
* Add support for C++0x unicode string and character literals, from Craig Topper!Douglas Gregor2011-07-271-5/+4
* remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....Chris Lattner2011-07-231-9/+9
* Silliness with commas, as reported at http://blog.regehr.org/archives/558 . ...Eli Friedman2011-07-131-1/+5
* In ARC, reclaim all return values of retainable type, not just thoseJohn McCall2011-07-071-0/+2
* Introduce the notion of instantiation dependence into Clang's AST. ADouglas Gregor2011-07-011-31/+110
* Fix off-by-one error in StringLiteral::getLocationOfByte.Hans Wennborg2011-06-301-1/+1
* Changes ParenListExpr to always require a type.Manuel Klimek2011-06-221-3/+3
* A few tweaks to MaterializeTemporaryExpr suggested by John.Douglas Gregor2011-06-211-4/+0
* Fix a crash when a pointer-to-member function is called in the conditionChandler Carruth2011-06-211-1/+1
* Introduce a new AST node describing reference binding to temporaries.Douglas Gregor2011-06-211-2/+51
* Make more use of llvm::StringRef in various APIs. In particular, don'tJay Foad2011-06-211-5/+5
* Make the Stmt::Profile method const, and the StmtProfile visitorChandler Carruth2011-06-161-1/+1
* Automatic Reference Counting.John McCall2011-06-151-3/+33
OpenPOWER on IntegriCloud