summaryrefslogtreecommitdiffstats
path: root/clang/lib/Serialization/ASTReader.cpp
Commit message (Expand)AuthorAgeFilesLines
* Introduce a flag in SourceManager to treat non-system source filesArgyrios Kyrtzidis2012-07-111-3/+5
* Don't store pointers into a std::vector (RawCommentList::Comments). AlthoughDmitri Gribenko2012-07-061-3/+4
* [PCH] Make sure that all newly introduced visible decls in a DeclContextArgyrios Kyrtzidis2012-07-021-0/+2
* PR13189: va_list broken with precompiled headersMeador Inge2012-07-011-0/+3
* Fix a warning on a fully covered switch with a default:Chandler Carruth2012-06-201-13/+10
* Restructure how the driver communicates information about theJohn McCall2012-06-201-2/+11
* Add the PCH file name to the message about not being able to read the PCH.Kaelyn Uhrain2012-06-201-1/+1
* Structured comment parsing, first step.Dmitri Gribenko2012-06-201-0/+66
* Explicitly build __builtin_va_list.Meador Inge2012-06-161-5/+3
* Switch LineTableInfo to use FileID instead of int for file references,Douglas Gregor2012-06-081-1/+1
* Plug a long standing memory leak in TemplateArgument.Benjamin Kramer2012-06-071-1/+1
* Revert Decl's iterators back to pointer value_type rather than reference valu...David Blaikie2012-06-061-1/+1
* Remove unused private member variables found by clang's new -Wunused-private-...Benjamin Kramer2012-06-061-4/+1
* [PCH] Really, pinky swear, fix for PR12689Argyrios Kyrtzidis2012-05-041-6/+8
* [PCH] When validating that the files coming from PCH did not change, alsoArgyrios Kyrtzidis2012-05-031-2/+22
* Remove the ref/value inconsistency in filter_decl_iterator.David Blaikie2012-04-301-1/+1
* [PCH] In ASTReader::completeVisibleDeclsMap, after we loaded all visible decl...Argyrios Kyrtzidis2012-04-261-0/+1
* Fix serialization of uninstantiated exception specifications. Patch by Li Kan,Richard Smith2012-04-211-0/+3
* Implement the all_lookups_iterator for PCH as a follow-up to r153970. ThisNick Lewycky2012-04-161-64/+71
* Use forward declarations for ASTDeclContextNameLookupTable and add a missing ...Benjamin Kramer2012-04-151-4/+5
* Remove dead assignment to local variable.Ted Kremenek2012-04-041-1/+0
* Eliminate obvious use-after-free. Fixes PR12433 / <rdar://problem/11168333>.Douglas Gregor2012-04-041-1/+1
* [PCH] When we are replacing a decl in a chained PCH that is also a DeclContext,Argyrios Kyrtzidis2012-03-221-0/+45
* Unify naming of LangOptions variable/get function across the Clang stack (Lex...David Blaikie2012-03-111-4/+4
* [libclang] Fix a crash when serializing a preprocessing record that containsArgyrios Kyrtzidis2012-03-081-3/+4
* [PCH] Mark a PCH file with a flag to indicate if the serialized AST hadArgyrios Kyrtzidis2012-03-071-2/+9
* [preprocessor] Enhance PreprocessingRecord to keep track of locations of cond...Argyrios Kyrtzidis2012-03-051-2/+2
* Move llvm/ADT/SaveAndRestore.h -> llvm/Support/SaveAndRestore.h.Argyrios Kyrtzidis2012-03-011-1/+1
* Move "clang/Analysis/Support/SaveAndRestore.h" to "llvm/ADT/SaveAndRestore.h"Argyrios Kyrtzidis2012-02-271-1/+1
* Don't record nested macro expansions in the preprocessing record,Argyrios Kyrtzidis2012-02-251-2/+2
* [PCH] Recover gracefully if the ASTReader detects that a file is differentArgyrios Kyrtzidis2012-02-201-1/+8
* Within the body of a lambda expression, decltype((x)) for anDouglas Gregor2012-02-121-2/+4
* Track whether a function type has a trailing return type as type sugar. Use thisRichard Smith2012-02-101-0/+1
* Fix ASTReader::FinishedDeserializing().Argyrios Kyrtzidis2012-02-091-18/+14
* Added source location for the template keyword in DependentTemplateSpecializa...Abramo Bagnara2012-02-061-0/+1
* Removed redundant location info from ElaboratedTypeLoc / DependentNameLoc / D...Abramo Bagnara2012-02-061-2/+2
* Added location for template keyword in TemplateSpecializationTypeLoc. In the ...Abramo Bagnara2012-02-061-2/+3
* Basic: import SmallString<> into clang namespaceDylan Noblesmith2012-02-051-4/+4
* Basic: import OwningPtr<> into clang namespaceDylan Noblesmith2012-02-051-1/+1
* Thread a TargetInfo through to the module map; we'll need it forDouglas Gregor2012-01-301-1/+2
* Introduce module attributes into the module map grammar, along with aDouglas Gregor2012-01-271-3/+5
* Reimplement (de-)serialization of Objective-C categories to eliminateDouglas Gregor2012-01-271-22/+28
* Introduce a generation number for selector lookups in the globalDouglas Gregor2012-01-251-4/+16
* Rework the external Sema source's ReadMethodPool() so that it doesn'tDouglas Gregor2012-01-251-35/+27
* Only mark an IdentifierInfo as having changed since deserializationDouglas Gregor2012-01-241-5/+12
* Optimize unqualified/global name lookup in modules by introducing aDouglas Gregor2012-01-181-11/+38
* Rework the way in which we (de-)serialize the declarationsDouglas Gregor2012-01-171-8/+22
* Delay the creation of the built-in Objective-C class 'Protocol' byDouglas Gregor2012-01-171-6/+4
* Remove unreachable code in Clang. (replace with llvm_unreachable where approp...David Blaikie2012-01-171-16/+5
* Completely re-implement (de-)serialization of redeclarationDouglas Gregor2012-01-151-13/+10
OpenPOWER on IntegriCloud