| Age | Commit message (Expand) | Author |
| 2012-09-07 | PR9023: A template template parameter whose template parameter list contains an | Richard Smith |
| 2012-09-04 | Revert r163083 per chandlerc's request. | Joao Matos |
| 2012-09-02 | Implemented parsing and AST support for the MS __leave exception statement. A... | Joao Matos |
| 2012-08-31 | Normalize line endings of r163013 (part 2). | Joao Matos |
| 2012-08-31 | Improved MSVC __interface support by adding first class support for it, inste... | Joao Matos |
| 2012-08-31 | Change the representation of builtin functions in the AST | Eli Friedman |
| 2012-08-29 | Keep history of macro definitions and #undefs | Alexander Kornienko |
| 2012-08-27 | [ms-inline asm] Rename getClobber to getClobberStringLiteral. No functional | Chad Rosier |
| 2012-08-25 | [ms-inline asm] As part of a larger refactoring, rename AsmStmt to GCCAsmStmt. | Chad Rosier |
| 2012-08-24 | [ms-inline asm] Update the AST Reader/Writer for MS-style inline asms. | Chad Rosier |
| 2012-08-24 | Fix a few -Wdocumentation warnings. | Dmitri Gribenko |
| 2012-08-22 | Reduce duplicated hash map lookups. | Benjamin Kramer |
| 2012-08-20 | [ms-inline asm] Remove old cruft now that MS-style asms their own code path. | Chad Rosier |
| 2012-08-14 | Remove trailing return flag from FunctionTypeLoc, since we now carry that | Richard Smith |
| 2012-07-27 | clang/lib: [CMake] Update tblgen'd dependencies. | NAKAMURA Takumi |
| 2012-07-27 | clang/lib: [CMake] Reformat, alphabetize lists. | NAKAMURA Takumi |
| 2012-07-27 | Final piece of core issue 1330: delay computing the exception specification of | Richard Smith |
| 2012-07-19 | Remove HasSynthBitfield and all callers/writers/etc. Also remove | Eric Christopher |
| 2012-07-11 | Stop instantiating a class if we hit a static_assert failure. Also, if the | Richard Smith |
| 2012-07-11 | Introduce a flag in SourceManager to treat non-system source files | Argyrios Kyrtzidis |
| 2012-07-09 | Silence unused variable warning in -Asserts build | Matt Beaumont-Gay |
| 2012-07-09 | Inline storage of attributes in AttributedStmt. | Alexander Kornienko |
| 2012-07-06 | Don't store pointers into a std::vector (RawCommentList::Comments). Although | Dmitri Gribenko |
| 2012-07-06 | Implement AST classes for comments, a real parser for Doxygen comments and a | Dmitri Gribenko |
| 2012-07-04 | Drop the ASTContext.h include from DeclFriend.h and DeclTemplate.h. | Benjamin Kramer |
| 2012-07-02 | [PCH] Make sure that all newly introduced visible decls in a DeclContext | Argyrios Kyrtzidis |
| 2012-07-01 | PR13189: va_list broken with precompiled headers | Meador Inge |
| 2012-06-21 | Remove a goofy CMake hack and use the standard CMake facilities to | Chandler Carruth |
| 2012-06-20 | Fix a warning on a fully covered switch with a default: | Chandler Carruth |
| 2012-06-20 | Restructure how the driver communicates information about the | John McCall |
| 2012-06-20 | Add the PCH file name to the message about not being able to read the PCH. | Kaelyn Uhrain |
| 2012-06-20 | Structured comment parsing, first step. | Dmitri Gribenko |
| 2012-06-16 | Explicitly build __builtin_va_list. | Meador Inge |
| 2012-06-16 | [AST/libclang] Fix the selector locations that are reported for a | Argyrios Kyrtzidis |
| 2012-06-11 | Etch out the code path for MS-style inline assembly. | Chad Rosier |
| 2012-06-10 | Remove CXXRecordDecl flags which are unused after r158289. | Richard Smith |
| 2012-06-10 | PR13064: Store whether an in-class initializer uses direct or copy | Richard Smith |
| 2012-06-08 | Switch LineTableInfo to use FileID instead of int for file references, | Douglas Gregor |
| 2012-06-07 | Plug a long standing memory leak in TemplateArgument. | Benjamin Kramer |
| 2012-06-06 | Revert Decl's iterators back to pointer value_type rather than reference valu... | David Blaikie |
| 2012-06-06 | Remove unused private member variables found by clang's new -Wunused-private-... | Benjamin Kramer |
| 2012-05-28 | Address minor FIXME in RedeclLink to contain a PointerIntPair instead of deri... | David Blaikie |
| 2012-05-16 | Fix ASTReader handling of ImportDecls, from Meador Inge! | Douglas Gregor |
| 2012-05-16 | [libclang/AST] Index references of protocols in "@protocol(...)" syntax. | Argyrios Kyrtzidis |
| 2012-05-09 | [AST/libclang] Speed up clang_getOverriddenCursors() considerably by reservin... | Argyrios Kyrtzidis |
| 2012-05-07 | A union can have a constexpr defaulted default constructor, if it has an | Richard Smith |
| 2012-05-04 | [PCH] Use DenseMap instead of std::map to keep track of SwitchCases. | Argyrios Kyrtzidis |
| 2012-05-04 | [PCH] Really, pinky swear, fix for PR12689 | Argyrios Kyrtzidis |
| 2012-05-03 | Fix non-deterministic iteration order when walking the specializations | Chandler Carruth |
| 2012-05-03 | [PCH] When validating that the files coming from PCH did not change, also | Argyrios Kyrtzidis |