aboutsummaryrefslogtreecommitdiff
path: root/test/PCH
AgeCommit message (Expand)Author
2012-11-28Store on the CXXRecordDecl whether the class has, or would have, a copyRichard Smith
2012-11-15[PCH] Reading expressions from attributes should be done using ReadExpr(),Argyrios Kyrtzidis
2012-11-13Copy the decls returned by DeclContext::lookup_result to aArgyrios Kyrtzidis
2012-11-06[PCH] Write out the ClassTemplateDecl::Common::InjectedClassNameType typeArgyrios Kyrtzidis
2012-11-05Our style for diagnostic messages is to not include a trailing dot.Matt Beaumont-Gay
2012-10-31[PCH] Remove the stat cache from the PCH file.Argyrios Kyrtzidis
2012-10-30[PCH] The diagnostic state points can refer to previously createdArgyrios Kyrtzidis
2012-10-25Move the input files for test/PCH/badpch.c under test/PCH/Inputs/.Kaelyn Uhrain
2012-10-25Correct test inovocations to use %clang_cc1 rather than direct invocation (so...David Tweed
2012-10-24Teach the PCH validator to check the preprocessor options, especiallyDouglas Gregor
2012-10-24Explicitly specify C++98 when building the C++ precompiled header for this te...Douglas Gregor
2012-10-23clang/test/PCH/pch-dir.c: Update a comment for msvc. msvc(*-win32) implies -s...NAKAMURA Takumi
2012-10-23clang/test/PCH/pch-dir.c: Mark it as XFAIL:msvc. It doesn't fail (virtually x...NAKAMURA Takumi
2012-10-23clang/test/PCH/pch-dir.c: Relax expressions of path separators for Win32.NAKAMURA Takumi
2012-10-23If the precompiled header named by "-include" is actually a directory,Douglas Gregor
2012-10-19Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnost...Andy Gibbs
2012-10-19Move the set of files to be validated in an AST file into the controlDouglas Gregor
2012-10-18DR1442: In a range-based for statement, namespace 'std' is not an associatedRichard Smith
2012-10-16Serialize TargetOptions into an AST file, and make sure that we keepDouglas Gregor
2012-10-09Rework the (de-)serialization of macros, as stored inDouglas Gregor
2012-10-02Added a test for C++11 statement attributes serialization.Alexander Kornienko
2012-09-20Serialize the 'IsConstexpr' bit of VarDecls. Fixes <rdar://problem/12328814>.Douglas Gregor
2012-09-14Fix abbreviation for CharacterLiteral in AST serialization. PR13806.Eli Friedman
2012-09-12clang/test/PCH/missing-file.cpp: Try to suppress accidental false on Windows.NAKAMURA Takumi
2012-09-12PR13811: Add a FunctionParmPackExpr node to handle references to functionRichard Smith
2012-09-10[PCH] When loading fields from external storage make sure to alsoArgyrios Kyrtzidis
2012-09-07PR9023: A template template parameter whose template parameter list contains anRichard Smith
2012-07-25test/PCH/objc_stmts.m: Suppress stderr to be fed to FileCheck.NAKAMURA Takumi
2012-07-25Turn -Wobjc-root-class on by default. <rdar://problem/11203649>.Ted Kremenek
2012-07-18Rolling this change back because the fix doesn't fit the symptoms (even if it...Aaron Ballman
2012-07-18Fixing up a test case that was failing due to the lack of -std=c++11Aaron Ballman
2012-07-11Allow -verify directives to be filtered by preprocessing.Jordan Rose
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-29Patch for handling C99 veriadic macros when using precompiled headers,Douglas Gregor
2012-06-20Add the PCH file name to the message about not being able to read the PCH.Kaelyn Uhrain
2012-06-16Explicitly build __builtin_va_list.Meador Inge
2012-06-10PR13064: Store whether an in-class initializer uses direct or copyRichard Smith
2012-06-06Add pedantic warning -Wempty-translation-unit (C11 6.9p1).Jordan Rose
2012-05-15Improve some of the conversion warnings to fire on conversion to bool.David Blaikie
2012-05-11The Lexer constructor expects a source location at the start of theArgyrios Kyrtzidis
2012-05-04test/PCH/remap-file-from-pch.cpp: Fix expression for DOS pathsep.NAKAMURA Takumi
2012-05-04[PCH] Really, pinky swear, fix for PR12689Argyrios Kyrtzidis
2012-05-03[PCH] When validating that the files coming from PCH did not change, alsoArgyrios Kyrtzidis
2012-05-03[PCH] Clear switch case IDs when deserializing a objc method body.Argyrios Kyrtzidis
2012-04-22PR12585: When processing a friend template inside a class template, don'tRichard Smith
2012-04-21Fix serialization of uninstantiated exception specifications. Patch by Li Kan,Richard Smith
2012-04-16Implement the all_lookups_iterator for PCH as a follow-up to r153970. ThisNick Lewycky
2012-04-06Added a new attribute, objc_root_class, which informs the compiler when a roo...Patrick Beard
2012-04-05Enable warn_impcast_literal_float_to_integer by default.David Blaikie