aboutsummaryrefslogtreecommitdiff
path: root/lib/Serialization
AgeCommit message (Expand)Author
2012-09-07PR9023: A template template parameter whose template parameter list contains anRichard Smith
2012-09-04Revert r163083 per chandlerc's request.Joao Matos
2012-09-02Implemented parsing and AST support for the MS __leave exception statement. A...Joao Matos
2012-08-31Normalize line endings of r163013 (part 2).Joao Matos
2012-08-31Improved MSVC __interface support by adding first class support for it, inste...Joao Matos
2012-08-31Change the representation of builtin functions in the ASTEli Friedman
2012-08-29Keep history of macro definitions and #undefsAlexander Kornienko
2012-08-27[ms-inline asm] Rename getClobber to getClobberStringLiteral. No functionalChad 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-24Fix a few -Wdocumentation warnings.Dmitri Gribenko
2012-08-22Reduce 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-14Remove trailing return flag from FunctionTypeLoc, since we now carry thatRichard Smith
2012-07-27clang/lib: [CMake] Update tblgen'd dependencies.NAKAMURA Takumi
2012-07-27clang/lib: [CMake] Reformat, alphabetize lists.NAKAMURA Takumi
2012-07-27Final piece of core issue 1330: delay computing the exception specification ofRichard Smith
2012-07-19Remove HasSynthBitfield and all callers/writers/etc. Also removeEric Christopher
2012-07-11Stop instantiating a class if we hit a static_assert failure. Also, if theRichard Smith
2012-07-11Introduce a flag in SourceManager to treat non-system source filesArgyrios Kyrtzidis
2012-07-09Silence unused variable warning in -Asserts buildMatt Beaumont-Gay
2012-07-09Inline storage of attributes in AttributedStmt.Alexander Kornienko
2012-07-06Don't store pointers into a std::vector (RawCommentList::Comments). AlthoughDmitri Gribenko
2012-07-06Implement AST classes for comments, a real parser for Doxygen comments and aDmitri Gribenko
2012-07-04Drop 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 DeclContextArgyrios Kyrtzidis
2012-07-01PR13189: va_list broken with precompiled headersMeador Inge
2012-06-21Remove a goofy CMake hack and use the standard CMake facilities toChandler Carruth
2012-06-20Fix a warning on a fully covered switch with a default:Chandler Carruth
2012-06-20Restructure how the driver communicates information about theJohn McCall
2012-06-20Add the PCH file name to the message about not being able to read the PCH.Kaelyn Uhrain
2012-06-20Structured comment parsing, first step.Dmitri Gribenko
2012-06-16Explicitly build __builtin_va_list.Meador Inge
2012-06-16[AST/libclang] Fix the selector locations that are reported for aArgyrios Kyrtzidis
2012-06-11Etch out the code path for MS-style inline assembly.Chad Rosier
2012-06-10Remove CXXRecordDecl flags which are unused after r158289.Richard Smith
2012-06-10PR13064: Store whether an in-class initializer uses direct or copyRichard Smith
2012-06-08Switch LineTableInfo to use FileID instead of int for file references,Douglas Gregor
2012-06-07Plug a long standing memory leak in TemplateArgument.Benjamin Kramer
2012-06-06Revert Decl's iterators back to pointer value_type rather than reference valu...David Blaikie
2012-06-06Remove unused private member variables found by clang's new -Wunused-private-...Benjamin Kramer
2012-05-28Address minor FIXME in RedeclLink to contain a PointerIntPair instead of deri...David Blaikie
2012-05-16Fix 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-07A union can have a constexpr defaulted default constructor, if it has anRichard 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 PR12689Argyrios Kyrtzidis
2012-05-03Fix non-deterministic iteration order when walking the specializationsChandler Carruth
2012-05-03[PCH] When validating that the files coming from PCH did not change, alsoArgyrios Kyrtzidis