summaryrefslogtreecommitdiffstats
path: root/clang/lib/Serialization
Commit message (Expand)AuthorAgeFilesLines
* In the latest episode of "Deserializing bugs caused by accessors" the series ...Argyrios Kyrtzidis2011-01-031-9/+9
* Implement support for pack expansions whose pattern is a non-typeDouglas Gregor2011-01-032-2/+20
* The -fshort-wchar option causes wchar_t to become unsigned, in addition to beingChris Lattner2010-12-251-1/+2
* Add an AST representation for non-type template parameterDouglas Gregor2010-12-232-1/+3
* Add -fobjc-default-synthesized-properties flagTed Kremenek2010-12-232-0/+5
* Replace all uses of PathV1::makeAbsolute with PathV2::fs::make_absolute.Michael J. Spencer2010-12-211-4/+5
* Introduce a new type, PackExpansionType, to capture types that areDouglas Gregor2010-12-202-0/+23
* Replace all uses of PathV1::isAbsolute with PathV2::is_{absolute,relative}.Michael J. Spencer2010-12-171-1/+1
* MemoryBuffer API update.Michael J. Spencer2010-12-161-1/+1
* Fix diagnostic pragmas.Argyrios Kyrtzidis2010-12-152-2/+3
* Restore r121752 without modification.John McCall2010-12-141-14/+15
* Pull out r121752 in case it's causing the selfhost breakage.John McCall2010-12-141-15/+14
* Factor out most of the extra state in a FunctionProtoType into a separateJohn McCall2010-12-141-14/+15
* Variadic templates: extend Type, NestedNameSpecifier, TemplateName,Douglas Gregor2010-12-132-1/+3
* Keep the source location of the selector in ObjCMessageExpr.Argyrios Kyrtzidis2010-12-102-2/+4
* Eliminate the branching in QualType::getTypePtr() by providing aDouglas Gregor2010-12-102-3/+9
* Added ParenType type node.Abramo Bagnara2010-12-102-0/+22
* It's kindof silly that ExtQuals has an ASTContext&, and we can use thatJohn McCall2010-12-101-1/+1
* Use error_code instead of std::string* for MemoryBuffer.Michael J. Spencer2010-12-091-3/+7
* When an "inline" declaration was followed by a definition not markedDouglas Gregor2010-12-092-1/+3
* Remove the TypesCompatibleExprClass AST node. Merge its functionality into Bi...Francois Pichet2010-12-083-26/+2
* Type traits intrinsic implementation: __is_base_of(T, U)Francois Pichet2010-12-072-0/+27
* Re-implement caching for the linkage calculation of declarations.Douglas Gregor2010-12-061-2/+2
* Revert r120808, my previous implementation of caching for the linkageDouglas Gregor2010-12-061-2/+2
* Rename CXXExprWithTemporaries -> ExprWithCleanups; there's no theoreticalJohn McCall2010-12-062-7/+7
* More anonymous struct/union redesign. This one deals with anonymous field use...Francois Pichet2010-12-042-8/+20
* Added struct/class syntactic info for c++0x scoped enum.Abramo Bagnara2010-12-032-0/+2
* Implement caching for the linkage and visibility calculations ofDouglas Gregor2010-12-031-2/+2
* Simplify the ASTs by consolidating ObjCImplicitGetterSetterExpr and ObjCPrope...John McCall2010-12-022-49/+41
* Serialization: support for CUDA language extensionsPeter Collingbourne2010-12-012-0/+3
* When using a precompiled preamble with detailed preprocessing records,Douglas Gregor2010-11-303-38/+81
* When loading a precompiled preamble, use the file ID of theDouglas Gregor2010-11-301-0/+12
* Merge System into Support.Michael J. Spencer2010-11-292-2/+2
* Hide a bunch of symbols.Benjamin Kramer2010-11-251-6/+8
* change the 'is directory' indicator to be a null-or-notChris Lattner2010-11-231-2/+3
* simplify the cache miss handling code, eliminating CacheMissing.Chris Lattner2010-11-231-1/+1
* PCH files only cache successful stats. Remove the code that reads/writes Chris Lattner2010-11-232-31/+12
* rework the stat cache, pulling it out of FileManager.h intoChris Lattner2010-11-233-13/+16
* tidy up. Split FileManager::getBufferForFile intoChris Lattner2010-11-231-3/+2
* now the FileManager has a FileSystemOpts ivar, stop threadingChris Lattner2010-11-231-9/+4
* remove old compatibility APIs, use StringRef versions instead.Chris Lattner2010-11-211-2/+2
* Major anonymous union/struct redesign.Francois Pichet2010-11-212-0/+28
* Revert r119838 "Don't warn for empty 'if' body if there is a macro that expan...Argyrios Kyrtzidis2010-11-202-2/+2
* Don't warn for empty 'if' body if there is a macro that expands to nothing, e.g:Argyrios Kyrtzidis2010-11-192-0/+2
* Refactoring of Diagnostic class.Argyrios Kyrtzidis2010-11-181-1/+1
* Calculate the value kind of an expression when it's created andJohn McCall2010-11-182-6/+10
* For an Objective-C @synthesize statement, e.g.,Douglas Gregor2010-11-172-3/+6
* Add a new expression kind, OpaqueValueExpr, which is useful forJohn McCall2010-11-152-0/+19
* Add a variant of GCC-style vector types for ARM NEON.Bob Wilson2010-11-102-3/+3
* Replace UsingDecl's SmallPtrSet of UsingShadowDecls with a linked list to avo...Argyrios Kyrtzidis2010-11-102-16/+4
OpenPOWER on IntegriCloud