- f1ed9fe Fix scrolling bug in clang-format's emacs integration. by Daniel Jasper · 12 years ago
- b70d1c3 [ms-cxxabi] Fix a number of bugs in the mangler. by Peter Collingbourne · 12 years ago
- fed07a2 Add "-no-canonical-prefixes" to a test case. by Richard Trieu · 12 years ago
- 3d8f462 [analyzer] Fix a crash in RetainCountChecker - we should not rely on CallEnter::getCallExpr to return non-NULL by Anna Zaks · 12 years ago
- c873b51 [neonemitter tests] Change triple of emitted tests to thumbv7s to match the target cpu being swift. Also specify the target-abi to apcs-gnu. by Michael Gottesman · 12 years ago
- 51c30af Objective-C parsing [qoi]: Recover gracefully with good diagnostic by Fariborz Jahanian · 12 years ago
- 80abce3 Objective-C arc: Improve disgnostics when 'weak' by Fariborz Jahanian · 12 years ago
- e68cb08 Removing example-dynarray.cpp test since it's of no value. by Jyotsna Verma · 12 years ago
- 9f366db [driver] Test that last option wins between -Ofast and -O2. by Chad Rosier · 12 years ago
- 3142279 [driver] Put -fvectorize under the -Ofast umbrella flag. Part of rdar://13622687 by Chad Rosier · 12 years ago
- b82e117 [driver] Improve the implementation of the -Ofast option. by Chad Rosier · 12 years ago
- 0127b3f [driver] Add a hasFlag API that accepts a positive alias. by Chad Rosier · 12 years ago
- c775b1a Objective-C: When reporting on missing property accessor implementation in by Fariborz Jahanian · 12 years ago
- 94d6ad7 Flip flag to merge short if-statements into one line for Google style. by Daniel Jasper · 12 years ago
- 4cdc0cd clang-format support for multiple input files. by Alexander Kornienko · 12 years ago
- e0262e2 [analyzer] Refactoring + explanatory comment. by Anton Yartsev · 12 years ago
- 230fc37 Release note the change to clang_CXCursorSet_contains(). by Ted Kremenek · 12 years ago
- 96bbe19 Fix typo in comparison in clang_CXCursorSet_contains(). by Ted Kremenek · 12 years ago
- 017dd74 Revert "Remove CXCursorSet and related APIs. There are no known clients." by Ted Kremenek · 12 years ago
- 4abc9bd Add test case for -Wdeprecated-objc-pointer-introspection, and by Ted Kremenek · 12 years ago
- 3b6f56a Remove CXCursorSet and related APIs. There are no known clients. by Ted Kremenek · 12 years ago
- af84976 Fix comment alignment behavior. by Daniel Jasper · 12 years ago
- 44f72d3 Add some more required SPARC v9 predefined macros. by Jakob Stoklund Olesen · 12 years ago
- caadc41 [analyzer] IvarInvalidation: correctly handle cases where only partial invalidators exist by Anna Zaks · 12 years ago
- e3a813a [analyzer] Set the allocation site to be the uniqueing location for retain count checker leaks. by Anna Zaks · 12 years ago
- 0f85792 [analyzer] Refactor BugReport::getLocation and PathDiagnosticLocation::createEndOfPath for greater code reuse by Anna Zaks · 12 years ago
- 7005426 Update checker build. by Ted Kremenek · 12 years ago
- edab047 [libclang] Introduce a CXCursor_ObjCSelfExpr cursor, which is the equivalent of CXCursor_CXXThisExpr for C++ code. by Argyrios Kyrtzidis · 12 years ago
- dd3e2d9 Make compares unsigned. The expression can't become negative anyways. by Benjamin Kramer · 12 years ago
- aae7bad Fix formatting of complex #if expressions. by Daniel Jasper · 12 years ago
- ed5a292 Warn that scoped enumerations are a C++11 extenstion when compiling in by Richard Trieu · 12 years ago
- 2545b1d [analyzer] RetainCountChecker: Clean up path notes for autorelease. by Jordan Rose · 12 years ago
- 11a90ed [scan-build] Whitelist all -mXXXX options. by Ted Kremenek · 12 years ago
- 2fb5d12 When modifying an implicit instantiation with information from an explicit one, make sure to reset the "right brace" location. by Argyrios Kyrtzidis · 12 years ago
- af22621 [analyzer] Model strsep(), particularly that it returns its input. by Jordan Rose · 12 years ago
- 5d7a96c Add triple to tbaa-struct.cpp to appease bots by Manman Ren · 12 years ago
- 3aaf41a Add a warning for Objective-C pointer introspection, which is solely the job of the Objective-C runtime. by Ted Kremenek · 12 years ago
- 244e7e5 Rename this test to make it more general for including more tests. by Ted Kremenek · 12 years ago
- 734479a [ms-inline asm] Set the OpDecl to the InlineAsmIdentifierInfo struct. by Chad Rosier · 12 years ago
- f2edbec [analyzer] Treat reinterpret_cast like a base cast in certain cases. by Jordan Rose · 12 years ago
- fbc4444 [analyzer] Type information from C++ new expressions is perfect. by Jordan Rose · 12 years ago
- 387f8aa [Mips] Remove "REQUIRES: mips-registered-target" from some MIPS-related by Simon Atanasyan · 12 years ago
- c7f2bfb TBAA: make sure zero-length bitfield works for tbaa.struct and path-aware tbaa by Manman Ren · 12 years ago
- 1e7ca62 [ms-inline asm] Refactor/clean up the SemaLookup interface. No functional by Chad Rosier · 12 years ago
- 0ad737e Move debug info tests for scoped enums into a separate file. by Adrian Prantl · 12 years ago
- 23bde7d Use the ugly PRIx64 macro to make format string portable. by Benjamin Kramer · 12 years ago
- a10b978 C++1y constexpr extensions, round 1: Allow most forms of declaration and by Richard Smith · 12 years ago
- 19258e8 cmake: Only add -pedantic if LLVM didn't add it. Don't unconditionally add by Richard Smith · 12 years ago
- 99ad359 Fix array constant expression evaluation bug: we can have different values for by Richard Smith · 12 years ago
- db4f61f Don't emit _ZTW wrappers for TLS variables which don't use the C++ thread_local keyword. by Richard Smith · 12 years ago
- e4488b8 Cleanup: test source file does not need to be executable by Arnaud A. de Grandmaison · 12 years ago
- 001bf4e Fix bin-packing behavior of constructor initialziers. by Daniel Jasper · 12 years ago
- 957dac5 Revert "Revert "PR14606: Debug info for using directives/DW_TAG_imported_module"" by David Blaikie · 12 years ago
- 9c6a114 Add a triple to make a test resilient to non-TLS hosts (eg: darwin10) by David Blaikie · 12 years ago
- 52bb2a0 Fix return type of isBitfield in the binding definition by Dmitri Gribenko · 12 years ago
- c7e2a4e [Mips] Convert a GNU style Mips ABI name to the name accepted by LLVM by Simon Atanasyan · 12 years ago
- 990b5e5 [Mips] Do not add unnecessary Mips toolchain path to the list by Simon Atanasyan · 12 years ago
- 8404626 The 'constexpr implies const' rule for non-static member functions is gone in by Richard Smith · 12 years ago
- 39b0e26 Disable VLA diagnostic in C++1y mode, and add some tests. by Richard Smith · 12 years ago
- c41a25a Add another test I forgot to svn add. by Richard Smith · 12 years ago
- c3bf52c C++1y: Allow aggregates to have default initializers. by Richard Smith · 12 years ago
- 7db58e0 Update some stuff on the open projects page to reflect things we've already done. by Richard Smith · 12 years ago
- 7c6671e Switch C++11 open project to C++1y :) by Richard Smith · 12 years ago
- 7dc8864 Add note that some of these links are dead for now. by Richard Smith · 12 years ago
- eb9ddc5 VLAs in C++14! by Richard Smith · 12 years ago
- bb2d378 Variable templates and generic lambdas are approved for C++14. by Richard Smith · 12 years ago
- 8e95e30 Clarifying memory allocation: approved for C++14. Move from N/A to no, since we currently relax 'operator new' calls which didn't come from new-expressions. by Richard Smith · 12 years ago
- 6f3de20 No digit separators for C++14. by Richard Smith · 12 years ago
- 05a73f6 Generalized constexpr is approved for C++14. by Richard Smith · 12 years ago
- 96ba7c7 More approved C++14 features. by Richard Smith · 12 years ago
- 408de43 Binary literals are approved for C++14. by Richard Smith · 12 years ago
- e410be9 Implement core issue 1608: class members can be found via operator lookup in a trailing return type in that class's body. by Richard Smith · 12 years ago
- 8e8e95c Supports Sourcery CodeBench Mips toolchain directories tree. by Simon Atanasyan · 12 years ago
- 8ef064d [analyzer] Ensure BugReporterTracking works on regions with pointer arithmetic by Anna Zaks · 12 years ago
- 716859d [analyzer] Flip printPretty and printPrettyAsExpr as per suggestion from Jordan (r179572) by Anna Zaks · 12 years ago
- 10391c2 [analyzer] Correct the comment by Anna Zaks · 12 years ago
- 355dae6 [libclang] Make sure the preable does not truncate comments. by Argyrios Kyrtzidis · 12 years ago
- e4cabee [analyzer] Website: update lists of potential and actual checkers. by Jordan Rose · 12 years ago
- 0105ae5 Remove an empty line so the line numbers match up again after the recent documentation change. by Adrian Prantl · 12 years ago
- a0e3df7 still not relaxed enough. by Adrian Prantl · 12 years ago
- 7018070 cleanup and relax test cases by Adrian Prantl · 12 years ago
- 2fcf0de Note that we support (and in fact have supported since the dawn of time itself) by Richard Smith · 12 years ago
- 87a9f2b [ms-inline asm] The parsing of C++ identifiers is a task of the front-end parser, by Chad Rosier · 12 years ago
- 59d6a71 Emit the underlying type in the debug info for all kinds of fixed enums by Adrian Prantl · 12 years ago
- fc7227e s/C++0x/C++11/ by Adrian Prantl · 12 years ago
- aff7d35 Initial work on status page for C++14. by Richard Smith · 12 years ago
- f5ae4dd Keep the parentheses in #pragma message (partial revert of r179771). by Andy Gibbs · 12 years ago
- e6e68b5 C++11 support is now feature-complete. by Richard Smith · 12 years ago
- f0cdc84 Avoid names like __in that conflict with SAL in builtin headers by Reid Kleckner · 12 years ago
- b80a16e Implement CodeGen for C++11 thread_local, following the Itanium ABI specification as discussed on cxx-abi-dev. by Richard Smith · 12 years ago
- 044fe23 [analyzer] Call proper callback for const regions escaped other then on call. by Anton Yartsev · 12 years ago
- c3e81e7 Revert "PR14606: Debug info for using directives/DW_TAG_imported_module" by Eric Christopher · 12 years ago
- cec3984 PR14606: Debug info for using directives/DW_TAG_imported_module by David Blaikie · 12 years ago
- bb00079 Give CGDebugInfo::getContextDescriptor a more specific return type by David Blaikie · 12 years ago
- 8be71a6 [libclang] Fix copy-paste error in comment. by Argyrios Kyrtzidis · 12 years ago
- 80e1aca [libclang] Introduce clang_Cursor_isVariadic, which returns non-zero if the given cursor is a variadic function or method. by Argyrios Kyrtzidis · 12 years ago
- 0c7102f Objective-C++: Enable passing of modern C++11 style by Fariborz Jahanian · 12 years ago
- 38dbad2 [libclang] Introduce clang_Cursor_getObjCDeclQualifiers, to query for 'ObjC Qualifiers' written next to the return and by Argyrios Kyrtzidis · 12 years ago
- 68ea1d2 Fix typo. by Chad Rosier · 12 years ago
- 6576a0d Add comment to describe cleverness. by Benjamin Kramer · 12 years ago