aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-04-22When modifying an implicit instantiation with information from an explicit on...Argyrios Kyrtzidis
2013-04-22[analyzer] Model strsep(), particularly that it returns its input.Jordan Rose
2013-04-22Add triple to tbaa-struct.cpp to appease botsManman Ren
2013-04-22Add a warning for Objective-C pointer introspection, which is solely the job ...Ted Kremenek
2013-04-22Rename this test to make it more general for including more tests.Ted Kremenek
2013-04-22[ms-inline asm] Set the OpDecl to the InlineAsmIdentifierInfo struct.Chad Rosier
2013-04-22[analyzer] Treat reinterpret_cast like a base cast in certain cases.Jordan Rose
2013-04-22[analyzer] Type information from C++ new expressions is perfect.Jordan Rose
2013-04-22[Mips] Remove "REQUIRES: mips-registered-target" from some MIPS-relatedSimon Atanasyan
2013-04-22TBAA: make sure zero-length bitfield works for tbaa.struct and path-aware tbaaManman Ren
2013-04-22[ms-inline asm] Refactor/clean up the SemaLookup interface. No functionalChad Rosier
2013-04-22Move debug info tests for scoped enums into a separate file.Adrian Prantl
2013-04-22Use the ugly PRIx64 macro to make format string portable.Benjamin Kramer
2013-04-22C++1y constexpr extensions, round 1: Allow most forms of declaration andRichard Smith
2013-04-22cmake: Only add -pedantic if LLVM didn't add it. Don't unconditionally addRichard Smith
2013-04-22Fix array constant expression evaluation bug: we can have different values forRichard Smith
2013-04-22Don't emit _ZTW wrappers for TLS variables which don't use the C++ thread_loc...Richard Smith
2013-04-22Cleanup: test source file does not need to be executableArnaud A. de Grandmaison
2013-04-22Fix bin-packing behavior of constructor initialziers.Daniel Jasper
2013-04-22Revert "Revert "PR14606: Debug info for using directives/DW_TAG_imported_modu...David Blaikie
2013-04-22Add a triple to make a test resilient to non-TLS hosts (eg: darwin10)David Blaikie
2013-04-21Fix return type of isBitfield in the binding definitionDmitri Gribenko
2013-04-21[Mips] Convert a GNU style Mips ABI name to the name accepted by LLVMSimon Atanasyan
2013-04-21[Mips] Do not add unnecessary Mips toolchain path to the listSimon Atanasyan
2013-04-21The 'constexpr implies const' rule for non-static member functions is gone inRichard Smith
2013-04-20Disable VLA diagnostic in C++1y mode, and add some tests.Richard Smith
2013-04-20Add another test I forgot to svn add.Richard Smith
2013-04-20C++1y: Allow aggregates to have default initializers.Richard Smith
2013-04-20Update some stuff on the open projects page to reflect things we've already d...Richard Smith
2013-04-20Switch C++11 open project to C++1y :)Richard Smith
2013-04-20Add note that some of these links are dead for now.Richard Smith
2013-04-20VLAs in C++14!Richard Smith
2013-04-20Variable templates and generic lambdas are approved for C++14.Richard Smith
2013-04-20Clarifying memory allocation: approved for C++14. Move from N/A to no, since ...Richard Smith
2013-04-20No digit separators for C++14.Richard Smith
2013-04-20Generalized constexpr is approved for C++14.Richard Smith
2013-04-20More approved C++14 features.Richard Smith
2013-04-20Binary literals are approved for C++14.Richard Smith
2013-04-20Implement core issue 1608: class members can be found via operator lookup in ...Richard Smith
2013-04-20Supports Sourcery CodeBench Mips toolchain directories tree.Simon Atanasyan
2013-04-20[analyzer] Ensure BugReporterTracking works on regions with pointer arithmeticAnna Zaks
2013-04-20[analyzer] Flip printPretty and printPrettyAsExpr as per suggestion from Jord...Anna Zaks
2013-04-20[analyzer] Correct the commentAnna Zaks
2013-04-19[libclang] Make sure the preable does not truncate comments.Argyrios Kyrtzidis
2013-04-19[analyzer] Website: update lists of potential and actual checkers.Jordan Rose
2013-04-19Remove an empty line so the line numbers match up again after the recent docu...Adrian Prantl
2013-04-19still not relaxed enough.Adrian Prantl
2013-04-19cleanup and relax test casesAdrian Prantl
2013-04-19Note that we support (and in fact have supported since the dawn of time itself)Richard Smith
2013-04-19[ms-inline asm] The parsing of C++ identifiers is a task of the front-end par...Chad Rosier