aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-03-22[analyzer] Fix ExprEngine::ViewGraph to handle C++ initializers.Jordan Rose
2013-03-22[PCH/Modules] De/Serialize MacroInfos separately than MacroDirectives.Argyrios Kyrtzidis
2013-03-22[modules] When a MacroInfo object is deserialized, allocate and store its sub...Argyrios Kyrtzidis
2013-03-22[ms-cxxabi] Implement member data pointers for non-dynamic classesReid Kleckner
2013-03-22<rdar://problem/13479539> Simplify ModuleManager/GlobalModuleIndex interactio...Douglas Gregor
2013-03-22documentation parsing. Provide code completion comment Fariborz Jahanian
2013-03-22These tests fail on our Window64 machine.Fariborz Jahanian
2013-03-22Better fix for r177725.Daniel Jasper
2013-03-22Align comments to surrounding unformatted comments.Daniel Jasper
2013-03-22[cxxabi] Get ptrdiff_t from the CodeGenModule instead of caching itReid Kleckner
2013-03-22Update docs after moving clang-format from clang-tools-extra to cfe.Daniel Jasper
2013-03-22Add clang-format to the corresponding Makefile.Daniel Jasper
2013-03-22More precisely recognize ObjC method declarations.Daniel Jasper
2013-03-22Documentation: fix a typo and formattingDmitri Gribenko
2013-03-22Fix DeclRefExpr::getFoundDecl() for usages by reference.Daniel Jasper
2013-03-22Make clang-format understand more line comments.Daniel Jasper
2013-03-22Add future directions for modulesDouglas Gregor
2013-03-22More modules documentation, including the straw-man import declaration syntax...Douglas Gregor
2013-03-22OpenMP threadprivate directive parsing and semantic analysisAlexey Bataev
2013-03-22More documentation on the module map language.Douglas Gregor
2013-03-22test commitAlexey Bataev
2013-03-22Warn about attempts to reinterpret_cast between two types that areJohn McCall
2013-03-22Fix a crash-on-valid where a block capture copy expression wasJohn McCall
2013-03-22ubsan: Pass floating-point arguments to the runtime by value if they fit theRichard Smith
2013-03-22<rdar://problem/13479214> Make Clang's <stddef.h> robust against system heade...Douglas Gregor
2013-03-21[analyzer] scan-build: emit errors on stderr, and exit(1) instead of exit(0).Jordan Rose
2013-03-21Update debug info test case for more incoming DIBuilder changesDavid Blaikie
2013-03-21Update debug info test case for an incoming change to DIBuilder in LLVMDavid Blaikie
2013-03-21<rdar://problem/13477190> Give the Clang module cache directory some structur...Douglas Gregor
2013-03-21Fix indentationDavid Blaikie
2013-03-21Objective-C: Tighten the rules when warningFariborz Jahanian
2013-03-21Generalize debug info tests to be forward compatible with future DISubprogram...David Blaikie
2013-03-21This ugly regex is required because on Windows, the paths come out as \\ deli...Aaron Ballman
2013-03-21Remove unused variable.Benjamin Kramer
2013-03-21Avoid warnings from compilers that think you can drop off the end of a fully ...Benjamin Kramer
2013-03-21Delayed template parsing is not supported by the AST serialization system yet...Aaron Ballman
2013-03-21[analyzer] Print return values from debug.DumpCalls checker.Jordan Rose
2013-03-21Better block comment formatting.Alexander Kornienko
2013-03-21[ASan] Let the users to invoke `clang -fsanitize=address` to link binaries ta...Alexander Potapenko
2013-03-21Fix a typo.Bob Wilson
2013-03-21<rdar://problem/13037793> Allow the names of modules to differ from the name ...Douglas Gregor
2013-03-21Further weaken block conversion rules to permit blocks withJohn McCall
2013-03-21Add more testing cases for tbaa.structManman Ren
2013-03-20Debug info - generalize namespace test to not depend on a DW_TAG_file_type entryDavid Blaikie
2013-03-20Split ubsan runtime into three pieces (clang part):Richard Smith
2013-03-20[ms-cxxabi] Mangle function pointer template arguments correctlyReid Kleckner
2013-03-20[analyzer] Appease buildbots: include template arguments in base class ref.Jordan Rose
2013-03-20Documentation cleanup for MacroInfo.James Dennett
2013-03-20<rdar://problem/12368093> Extend module maps with a 'conflict' declaration, a...Douglas Gregor
2013-03-20[analyzer] Don't invalidate globals when there's no call involved.Jordan Rose