- 72c1dba Improve C11 atomics support: by David Chisnall · 12 years ago
- 5b9f5cc Default to enabling default-synthesized ivars on all platforms by David Chisnall · 12 years ago
- e7259ae [docs] Use vim code-block instead of console. by Sean Silva · 12 years ago
- 65611bf Process #pragma weak only after we know the linkage of the function or variable by Rafael Espindola · 12 years ago
- b88d948 CommandLineArgumentParser: handle single quotes. by Peter Collingbourne · 12 years ago
- cc5dbda [analyzer] Simple inline defensive checks suppression by Anna Zaks · 12 years ago
- 8536fa1 Some refactoring in my patch on document by Fariborz Jahanian · 12 years ago
- 15e05e9 LLVM API changes. by Peter Collingbourne · 12 years ago
- 549a292 CMake: -Wno-nested-anon-types for Clang. by Jordan Rose · 12 years ago
- 067e968 [analyzer] Update open source checker build to checker-272. by Jordan Rose · 12 years ago
- d764e20 [analyzer] Special-case bitfields when finding sub-region bindings. by Jordan Rose · 12 years ago
- c98e913 comment parsing. Keep the original command format by Fariborz Jahanian · 12 years ago
- fc09336 Fix typos: [Dd]iagnosic -> [Dd]iagnostic by Stefanus Du Toit · 12 years ago
- 9abf1b4 [analyzer] Suppress paths involving a reference whose rvalue is null. by Jordan Rose · 12 years ago
- 516fb31 Remove whitespace at end of file. by Daniel Jasper · 12 years ago
- 8a5d7cd Correctly format arrays of pointers and function types. by Daniel Jasper · 12 years ago
- 9b5b659 [PCH] Remove building a SmallPtrSet that is not actually used for anything. by Argyrios Kyrtzidis · 12 years ago
- 2484971 Normal indent for last element of builder-type call. by Daniel Jasper · 12 years ago
- 812c045 Remove trailing whitespace of line comments. by Daniel Jasper · 12 years ago
- bc30c71 Implements breaking string literals at slashes. by Manuel Klimek · 12 years ago
- af31fd7 Implement fallback split point for string literals. by Manuel Klimek · 12 years ago
- 2fbe92c Perform the receiver-expression transformations regardless of by John McCall · 12 years ago
- b2381b1 Attempt to not place ownership qualifiers on the result type by John McCall · 12 years ago
- df53919 [analyzer] Reword FAQ by Anna Zaks · 12 years ago
- 838a920 Add one more sanity check in SourceManager::getFileIDLoaded(). by Argyrios Kyrtzidis · 12 years ago
- 8504b7b [PCH] Enhance InputFile to also include whether the file is out-of-date. by Argyrios Kyrtzidis · 12 years ago
- 7db4bb9 In SourceManager::getFileIDLoaded(), add some sanity checks to make sure we don't enter an infinite loop. by Argyrios Kyrtzidis · 12 years ago
- 4a68c7b Restore order to placate test. I had no real reason to switch them. by John McCall · 12 years ago
- ed38313 Re-use bit from superclass and extract stuff into a local by John McCall · 12 years ago
- d1084f6 Fix warning text of my last patch. // rdar://13158394 by Fariborz Jahanian · 12 years ago
- be9e8bf Add more of the command line options as attribute flags. by Bill Wendling · 12 years ago
- ced0e65 objective-C: clang, following gcc, warns on by Fariborz Jahanian · 12 years ago
- bd7370a Use the actual ABI-determined C calling convention for runtime by John McCall · 12 years ago
- 280b956 ClangFormat.rst: Fix two small typos by Hans Wennborg · 12 years ago
- 8ddfb0b Fix a problem where 'clang' is ambiguous in MSVC builds. by Manuel Klimek · 12 years ago
- 809d1f1 Add comment to my last test. by Fariborz Jahanian · 12 years ago
- b98f7af objective-C code completion. Property accessors may not by Fariborz Jahanian · 12 years ago
- 25e81b2 Reduce penalty for splitting after "{" in static initializers. by Daniel Jasper · 12 years ago
- 8ed4100 Dont break between (( in __attribute__((. by Daniel Jasper · 12 years ago
- de38cb1 Improve property metadata generation with the GNUstep runtime. by David Chisnall · 12 years ago
- 9c3c7b3 No spaces around pointers to members. by Daniel Jasper · 12 years ago
- ff9a010 First step towards adding a parent map to the ASTContext. by Manuel Klimek · 12 years ago
- a4d4621 Improve formatting of #defines. by Daniel Jasper · 12 years ago
- b6f02f3 Fix bug when formatting "A<A<A>>". by Daniel Jasper · 12 years ago
- 3a39ac7 Fix incorrect recognition of bin-packing. by Daniel Jasper · 12 years ago
- 807809c Fix spacing after binary operator as macro parameter. by Daniel Jasper · 12 years ago
- 16cda86 Fix global overflow in types::lookupTypeForTypeSpecifier. by Evgeniy Stepanov · 12 years ago
- e33d852 [analyzer] RegionStore: collectSubRegionKeys -> collectSubRegionBindings by Jordan Rose · 12 years ago
- a19dc41 [analyzer] Mark the root SVal class as isPodLike. by Jordan Rose · 12 years ago
- f583a5e Add a test case, to make sure there is no crash on IRGen when using PCH by Argyrios Kyrtzidis · 12 years ago
- 717ff54 Avoiding flamewars by Renato Golin · 12 years ago
- c0cedbe PR15360: nullptr as a non-type template argument to a function type non-type template parameter by David Blaikie · 12 years ago
- 98b879a Add test coverage for array to pointer decay in non-type template parameters. by David Blaikie · 12 years ago
- c661e12 Add config manager to open projects by Renato Golin · 12 years ago
- 854e755 [analyzer] Fix test for previous commit. by Jordan Rose · 12 years ago
- 6f41608 [analyzer] Teach FindLastStoreBRVisitor to understand stores of the same value. by Jordan Rose · 12 years ago
- a11f22f [analyzer] Turn on C++ constructor inlining by default. by Jordan Rose · 12 years ago
- 4c4df45 [driver] The failure of any phase (e.g., preprocess, compile, assemble) for a by Chad Rosier · 12 years ago
- e9616a4 [Mips] Add two new aliases for MIPS ABI names 32 (means o32 abi) and 64 by Simon Atanasyan · 12 years ago
- 1d4fff5 Better support for constructors with -cxx-abi microsoft, partly fixes PR12784 by Timur Iskhodzhanov · 12 years ago
- 0cc798f Make the negative test of recordType depend on a specific record. by Manuel Klimek · 12 years ago
- 9c65b06 Fix formatting of multiplications in array subscripts. by Daniel Jasper · 12 years ago
- 8614304 [Sanitizer] Change driver behavior when linking with -fsanitize=thread and -fsanitize=memory. TSan/MSan also provide their versions of new/delete and should use the same strategy as ASan. Share the code that sets linker flags for all sanitizers. by Alexey Samsonov · 12 years ago
- faab0d3 Enable bin-packing in Google style. by Daniel Jasper · 12 years ago
- f4086eb Update clang for LLVM API change. No functionality change. by Nick Lewycky · 12 years ago
- a2bb892 Don't cache the visibility of types. by Rafael Espindola · 12 years ago
- 5e8577e Use the correct alignment for POD-member memcpys where the first field is a by Lang Hames · 12 years ago
- f127eb8 Rename methods to comply with the LLVM Coding Standards. by Rafael Espindola · 12 years ago
- 18895dc Change Type::getLinkageAndVisibility to return a LinkageInfo. by Rafael Espindola · 12 years ago
- 2beda12 Move LinkageInfo out of NamedDecl so that it can be used in Type.h. by Rafael Espindola · 12 years ago
- da89105 Update template diffing to handle template arguments that are declarations. by Richard Trieu · 12 years ago
- b3a49f5 Add a test to make sure __has_include works from inside a macro. by Argyrios Kyrtzidis · 12 years ago
- 10b4df7 Temporarily revert r176116 for compile-time performance regression. by Adrian Prantl · 12 years ago
- b7a3f74 [analyzer] Add stop-gap patch to prevent assertion failure when analyzing LLVM codebase. by Ted Kremenek · 12 years ago
- 1ebefc7 [PCH] When deserializing an IdentifierInfo, call IdentifierInfo::RevertTokenIDToIdentifier() only when it's not already an identifier. by Argyrios Kyrtzidis · 12 years ago
- 664e860 comment parsing: Properties are considered like methods, and people by Fariborz Jahanian · 12 years ago
- 714b509 Don't crash when diagnosing path-constrained protected by John McCall · 12 years ago
- 8992457 Reapply r176133 with testcase fixes. by Bill Wendling · 12 years ago
- deb8f5d [analyzer] If a struct has a partial lazy binding, its fields aren't Undef. by Jordan Rose · 12 years ago
- 2564f81 Refine SourceManager's isBeforeInTranslationUnit() cache to have more entries. by Ted Kremenek · 12 years ago
- b58f810 Use existing macros to simplify the test a bit. by Rafael Espindola · 12 years ago
- d9365d2 Temporarily revert r176133 until testcases are modified. by Bill Wendling · 12 years ago
- c3af679 Fix testcases to not rely upon target-* attributes. by Bill Wendling · 12 years ago
- 2693c32 Don't set the -target-cpu and -target-features attributes just now. by Bill Wendling · 12 years ago
- bcf73c2 No need to initialize these variables. by Chad Rosier · 12 years ago
- 9db0fe9 doxygen command. Add 'attention' command to list of similar by Fariborz Jahanian · 12 years ago
- 34b0adb Fix assertion failure when a field is given an address space. by Matt Arsenault · 12 years ago
- 5509f37 Fix initializer for variables with attribute address_space set. by Matt Arsenault · 12 years ago
- 58c7903 Ensure that DIType is regenerated after we visited an implementation that adds ivars to an interface. Fixes rdar://13175234 by Adrian Prantl · 12 years ago
- 4238f41 [analyzer] Use 'MemRegion::printPretty()' instead of assuming the region is a VarRegion. by Ted Kremenek · 12 years ago
- 9016bb7 Warn on dropping the return value from a warn_unused_result function, even in by Matt Beaumont-Gay · 12 years ago
- d3b2f0a Use the most recent decl in getExplicitVisibility. by Rafael Espindola · 12 years ago
- d7a60ad Be more careful in applying pragma weak. Fixes pr14974. by Rafael Espindola · 12 years ago
- 518ee34 Fix bad line break decision. by Daniel Jasper · 12 years ago
- d79f1f3 Allow dash before "ld" in android driver test. by Evgeniy Stepanov · 12 years ago
- 84a1a63 In range-based for-loops, prefer splitting after ":". by Daniel Jasper · 12 years ago
- 1ef81d5 Only keep empty lines in unwrapped lines if they preceed a line comment. by Daniel Jasper · 12 years ago
- 0fb382b Only break string literals as a last resort. by Daniel Jasper · 12 years ago
- 863fb35 Define CMake option CLANG_INCLUDE_TESTS *before* traversing into tests/ subdirectory. Otherwise, while configuring the build tree for the first time, Clang unit tests could avoid being added to 'check-clang' command, and thus avoid being built and executed. by Alexey Samsonov · 12 years ago
- 85aee96 Unify clang/llvm attributes for asan/tsan/msan (Clang part) by Kostya Serebryany · 12 years ago