| Commit message (Expand) | Author | Age | Files | Lines |
| * | Introduce a flag in SourceManager to treat non-system source files | Argyrios Kyrtzidis | 2012-07-11 | 1 | -3/+5 |
| * | Don't store pointers into a std::vector (RawCommentList::Comments). Although | Dmitri Gribenko | 2012-07-06 | 1 | -3/+4 |
| * | [PCH] Make sure that all newly introduced visible decls in a DeclContext | Argyrios Kyrtzidis | 2012-07-02 | 1 | -0/+2 |
| * | PR13189: va_list broken with precompiled headers | Meador Inge | 2012-07-01 | 1 | -0/+3 |
| * | Fix a warning on a fully covered switch with a default: | Chandler Carruth | 2012-06-20 | 1 | -13/+10 |
| * | Restructure how the driver communicates information about the | John McCall | 2012-06-20 | 1 | -2/+11 |
| * | Add the PCH file name to the message about not being able to read the PCH. | Kaelyn Uhrain | 2012-06-20 | 1 | -1/+1 |
| * | Structured comment parsing, first step. | Dmitri Gribenko | 2012-06-20 | 1 | -0/+66 |
| * | Explicitly build __builtin_va_list. | Meador Inge | 2012-06-16 | 1 | -5/+3 |
| * | Switch LineTableInfo to use FileID instead of int for file references, | Douglas Gregor | 2012-06-08 | 1 | -1/+1 |
| * | Plug a long standing memory leak in TemplateArgument. | Benjamin Kramer | 2012-06-07 | 1 | -1/+1 |
| * | Revert Decl's iterators back to pointer value_type rather than reference valu... | David Blaikie | 2012-06-06 | 1 | -1/+1 |
| * | Remove unused private member variables found by clang's new -Wunused-private-... | Benjamin Kramer | 2012-06-06 | 1 | -4/+1 |
| * | [PCH] Really, pinky swear, fix for PR12689 | Argyrios Kyrtzidis | 2012-05-04 | 1 | -6/+8 |
| * | [PCH] When validating that the files coming from PCH did not change, also | Argyrios Kyrtzidis | 2012-05-03 | 1 | -2/+22 |
| * | Remove the ref/value inconsistency in filter_decl_iterator. | David Blaikie | 2012-04-30 | 1 | -1/+1 |
| * | [PCH] In ASTReader::completeVisibleDeclsMap, after we loaded all visible decl... | Argyrios Kyrtzidis | 2012-04-26 | 1 | -0/+1 |
| * | Fix serialization of uninstantiated exception specifications. Patch by Li Kan, | Richard Smith | 2012-04-21 | 1 | -0/+3 |
| * | Implement the all_lookups_iterator for PCH as a follow-up to r153970. This | Nick Lewycky | 2012-04-16 | 1 | -64/+71 |
| * | Use forward declarations for ASTDeclContextNameLookupTable and add a missing ... | Benjamin Kramer | 2012-04-15 | 1 | -4/+5 |
| * | Remove dead assignment to local variable. | Ted Kremenek | 2012-04-04 | 1 | -1/+0 |
| * | Eliminate obvious use-after-free. Fixes PR12433 / <rdar://problem/11168333>. | Douglas Gregor | 2012-04-04 | 1 | -1/+1 |
| * | [PCH] When we are replacing a decl in a chained PCH that is also a DeclContext, | Argyrios Kyrtzidis | 2012-03-22 | 1 | -0/+45 |
| * | Unify naming of LangOptions variable/get function across the Clang stack (Lex... | David Blaikie | 2012-03-11 | 1 | -4/+4 |
| * | [libclang] Fix a crash when serializing a preprocessing record that contains | Argyrios Kyrtzidis | 2012-03-08 | 1 | -3/+4 |
| * | [PCH] Mark a PCH file with a flag to indicate if the serialized AST had | Argyrios Kyrtzidis | 2012-03-07 | 1 | -2/+9 |
| * | [preprocessor] Enhance PreprocessingRecord to keep track of locations of cond... | Argyrios Kyrtzidis | 2012-03-05 | 1 | -2/+2 |
| * | Move llvm/ADT/SaveAndRestore.h -> llvm/Support/SaveAndRestore.h. | Argyrios Kyrtzidis | 2012-03-01 | 1 | -1/+1 |
| * | Move "clang/Analysis/Support/SaveAndRestore.h" to "llvm/ADT/SaveAndRestore.h" | Argyrios Kyrtzidis | 2012-02-27 | 1 | -1/+1 |
| * | Don't record nested macro expansions in the preprocessing record, | Argyrios Kyrtzidis | 2012-02-25 | 1 | -2/+2 |
| * | [PCH] Recover gracefully if the ASTReader detects that a file is different | Argyrios Kyrtzidis | 2012-02-20 | 1 | -1/+8 |
| * | Within the body of a lambda expression, decltype((x)) for an | Douglas Gregor | 2012-02-12 | 1 | -2/+4 |
| * | Track whether a function type has a trailing return type as type sugar. Use this | Richard Smith | 2012-02-10 | 1 | -0/+1 |
| * | Fix ASTReader::FinishedDeserializing(). | Argyrios Kyrtzidis | 2012-02-09 | 1 | -18/+14 |
| * | Added source location for the template keyword in DependentTemplateSpecializa... | Abramo Bagnara | 2012-02-06 | 1 | -0/+1 |
| * | Removed redundant location info from ElaboratedTypeLoc / DependentNameLoc / D... | Abramo Bagnara | 2012-02-06 | 1 | -2/+2 |
| * | Added location for template keyword in TemplateSpecializationTypeLoc. In the ... | Abramo Bagnara | 2012-02-06 | 1 | -2/+3 |
| * | Basic: import SmallString<> into clang namespace | Dylan Noblesmith | 2012-02-05 | 1 | -4/+4 |
| * | Basic: import OwningPtr<> into clang namespace | Dylan Noblesmith | 2012-02-05 | 1 | -1/+1 |
| * | Thread a TargetInfo through to the module map; we'll need it for | Douglas Gregor | 2012-01-30 | 1 | -1/+2 |
| * | Introduce module attributes into the module map grammar, along with a | Douglas Gregor | 2012-01-27 | 1 | -3/+5 |
| * | Reimplement (de-)serialization of Objective-C categories to eliminate | Douglas Gregor | 2012-01-27 | 1 | -22/+28 |
| * | Introduce a generation number for selector lookups in the global | Douglas Gregor | 2012-01-25 | 1 | -4/+16 |
| * | Rework the external Sema source's ReadMethodPool() so that it doesn't | Douglas Gregor | 2012-01-25 | 1 | -35/+27 |
| * | Only mark an IdentifierInfo as having changed since deserialization | Douglas Gregor | 2012-01-24 | 1 | -5/+12 |
| * | Optimize unqualified/global name lookup in modules by introducing a | Douglas Gregor | 2012-01-18 | 1 | -11/+38 |
| * | Rework the way in which we (de-)serialize the declarations | Douglas Gregor | 2012-01-17 | 1 | -8/+22 |
| * | Delay the creation of the built-in Objective-C class 'Protocol' by | Douglas Gregor | 2012-01-17 | 1 | -6/+4 |
| * | Remove unreachable code in Clang. (replace with llvm_unreachable where approp... | David Blaikie | 2012-01-17 | 1 | -16/+5 |
| * | Completely re-implement (de-)serialization of redeclaration | Douglas Gregor | 2012-01-15 | 1 | -13/+10 |