summaryrefslogtreecommitdiffstats
path: root/clang/lib/Serialization/ASTReaderStmt.cpp
Commit message (Expand)AuthorAgeFilesLines
* Silence unused variable warning in -Asserts buildMatt Beaumont-Gay2012-07-091-0/+1
* Inline storage of attributes in AttributedStmt.Alexander Kornienko2012-07-091-2/+7
* Drop the ASTContext.h include from DeclFriend.h and DeclTemplate.h.Benjamin Kramer2012-07-041-0/+1
* Etch out the code path for MS-style inline assembly.Chad Rosier2012-06-111-0/+5
* [libclang/AST] Index references of protocols in "@protocol(...)" syntax.Argyrios Kyrtzidis2012-05-161-0/+1
* Store the source range of a CXXOperatorCallExpr in the Expr object instead ofArgyrios Kyrtzidis2012-04-301-1/+2
* Implements boxed expressions for Objective-C. <rdar://problem/10194391>Patrick Beard2012-04-191-6/+6
* Add an AttributedStmt type to represent a statement with C++11 attributesRichard Smith2012-04-141-1/+14
* AtomicExpr: make ASTStmtReader a friend and remove setters. Also fix savingRichard Smith2012-04-101-15/+6
* Add info to ObjCPropertyRefExpr to indicate whether the dot syntax propertyArgyrios Kyrtzidis2012-03-301-2/+4
* Remove BlockDeclRefExpr and introduce a bit on DeclRefExpr toJohn McCall2012-03-101-13/+2
* AST representation for user-defined literals, plus just enough of semanticRichard Smith2012-03-071-0/+9
* Add clang support for new Objective-C literal syntax for NSDictionary, NSArray,Ted Kremenek2012-03-061-0/+72
* Serialize InitListExpr's initializesStdInitializerList bit, so it's not left ...Benjamin Kramer2012-02-271-0/+1
* Implement a new type trait __is_trivially_constructible(T, Args...)Douglas Gregor2012-02-241-0/+16
* Deserialize the direct-initialization range of a "new" expressionDouglas Gregor2012-02-201-7/+2
* Revert "Revert "Make CXXNewExpr contain only a single initialier, and not hol...Sebastian Redl2012-02-161-9/+6
* Revert "Make CXXNewExpr contain only a single initialier, and not hold the us...Sebastian Redl2012-02-161-6/+9
* Make CXXNewExpr contain only a single initialier, and not hold the used const...Sebastian Redl2012-02-161-9/+6
* Implement AST (de-)serialization for lambda expressions.Douglas Gregor2012-02-141-1/+33
* Introduce basic ASTs for lambda expressions. This covers:Douglas Gregor2012-02-071-0/+5
* Basic: import SmallString<> into clang namespaceDylan Noblesmith2012-02-051-1/+1
* Move a method from IdentifierTable.h out of line and remove the SmallString i...Benjamin Kramer2012-02-041-0/+1
* Added source location for the template keyword in AST template-id expressions.Abramo Bagnara2012-01-271-31/+37
* Remove unreachable code in Clang. (replace with llvm_unreachable where approp...David Blaikie2012-01-171-2/+0
* Add IsImplicit field in ObjCMessageExpr that is true when the messageArgyrios Kyrtzidis2012-01-121-0/+1
* [PCH] Make sure that the SourceExpr of a OpaqueValueExpr is always initializedArgyrios Kyrtzidis2011-12-031-18/+3
* Promote ModuleMap::Module to a namespace-scope class in the BasicDouglas Gregor2011-11-301-5/+5
* There's no good reason to track temporaries in ExprWithCleanups,John McCall2011-11-101-8/+9
* Change the AST representation of operations on Objective-CJohn McCall2011-11-061-0/+24
* Fix the representation of wide strings in the AST and IR so that it uses the ...Eli Friedman2011-11-011-3/+4
* Implement support for dependent Microsoft __if_exists/__if_not_existsDouglas Gregor2011-10-251-0/+16
* [PCH] When serializing Stmts, keep track of when sub statements are reference...Argyrios Kyrtzidis2011-10-211-1/+16
* Initial implementation of __atomic_* (everything except __atomic_is_lock_free).Eli Friedman2011-10-111-0/+23
* Added a flag to identify resolved overloaded function references.Abramo Bagnara2011-10-051-3/+10
* Allow getting all source locations of selector identifiers in a ObjCMessageExpr.Argyrios Kyrtzidis2011-10-031-2/+8
* Fix up assertion a bit moreDouglas Gregor2011-09-231-1/+1
* Eliminate an MSVC comparison warning, from Aaron BallmanDouglas Gregor2011-09-231-1/+1
* Rename ExplicitTemplateArgumentList -> ASTTemplateArgumentListInfo, no functi...Argyrios Kyrtzidis2011-09-221-2/+2
* In ASTReader, replace the never-NULL ASTContext pointer with anDouglas Gregor2011-09-091-53/+53
* Don't try keeping a 'LeadingEmptyMacroLoc' in NullStmt. This failsArgyrios Kyrtzidis2011-09-011-1/+1
* Use the local -> global mapping functions for selectors moreDouglas Gregor2011-07-281-2/+2
* Teach the ASTReader to perform local and global mapping of identifierDouglas Gregor2011-07-281-5/+8
* Add support for C++0x unicode string and character literals, from Craig Topper!Douglas Gregor2011-07-271-2/+2
* remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....Chris Lattner2011-07-231-8/+8
* Rename ASTReader::PerFileData to serialization::Module, pulling it outDouglas Gregor2011-07-221-5/+5
* In the AST reader, factor out the mapping of local type IDs to globalDouglas Gregor2011-07-221-8/+8
* In the ASTReader, factor out the loading of (local) declaration IDs,Douglas Gregor2011-07-211-63/+68
* Add serialization support for SubstNonTypeTemplateParmExpr.John McCall2011-07-151-139/+80
* Properly implement the scope restriction on the NRVO forDouglas Gregor2011-07-061-2/+3
OpenPOWER on IntegriCloud