- f928dca Rename Create[*]DiagnosticClient -> create[*]DiagnosticClient. by Argyrios Kyrtzidis · 14 years ago
- 96c105c Add support for "_lane" variants of VMUL, VMLA, and VMLS Neon intrinsics. by Bob Wilson · 14 years ago
- 23ef69d Fix diagnostic for reporting bad escape sequence. Patch by Paul Curtis! by Ted Kremenek · 14 years ago
- 8c00ad1 Reflow to a style doug prefers, increasing indentation :-) by Chris Lattner · 14 years ago
- a3998bd When we're performing an explicit cast of some sort, don't complain by Douglas Gregor · 14 years ago
- a9e9144 Improve on objc diagnostics. // rdar://8721692 by Fariborz Jahanian · 14 years ago
- f91d757 Merge transparent union types using member's unqualified type by Peter Collingbourne · 14 years ago
- 7966297 Fix range in printf warnings for invalid conversion specifiers. by Ted Kremenek · 14 years ago
- b97c403 Merge transparent union types using member's canonical param type by Peter Collingbourne · 14 years ago
- c04d9d1 Fix inverted return value in the ASTImporter. No matter how much LLVM by Douglas Gregor · 14 years ago
- a44724d Fixed source range for MS asm statement. by Abramo Bagnara · 14 years ago
- d1d56df fix PR8726 by teaching the aggregate init optimization code to handle by Chris Lattner · 14 years ago
- 2575585 Test for // rdar://8594790 by Fariborz Jahanian · 14 years ago
- 550e5ad Attempt to fix linux buildbots by adding -ffreestanding for arm_neon tests. by Bob Wilson · 14 years ago
- 830937b IR Gen. part of API support for __block cxx by Fariborz Jahanian · 14 years ago
- fce5656 Do not change the size of LookupResult::Filter based on the NDEBUG by Douglas Gregor · 14 years ago
- 6939fff Remove NDEBUG-controlled extra data from by Douglas Gregor · 14 years ago
- 7bd245b Tweaks. by John McCall · 14 years ago
- 3bddf5c ObjC support in the XML dumper. by John McCall · 14 years ago
- c8413fd Merge ValueManager into SValBuilder. by Ted Kremenek · 14 years ago
- 0608f53 Add a test for calling a Neon intrinsic macro with the wrong vector type. by Bob Wilson · 14 years ago
- 1b72677 Improve codegen for initializer lists to use memset more aggressively by Chris Lattner · 14 years ago
- c0f31fd attempt to fix a buildbot failure, apparently apache fails to build. by Chris Lattner · 14 years ago
- a6cf1e7 Add support for the common and nocommon attributes. by Eric Christopher · 14 years ago
- 7b3982b FileCheckize. by Eric Christopher · 14 years ago
- 7c92342 FileCheckize. by Eric Christopher · 14 years ago
- a878cda Perform lvalue-to-rvalue at the end of an expression statement in C. by John McCall · 14 years ago
- 70b0294 Enhance the init generation logic to emit a memset followed by a few stores when by Chris Lattner · 14 years ago
- 12f78a6 Simplify the ASTs by consolidating ObjCImplicitGetterSetterExpr and ObjCPropertyRefExpr by John McCall · 14 years ago
- 9d0b2b7 Test use of arm_neon.h with -fno-lax-vector-conversions. by Bob Wilson · 14 years ago
- 96607b2 Add a testcase for Radar 8228022. by Bob Wilson · 14 years ago
- de3deea Swap order of checking for compatible vector types. by Bob Wilson · 14 years ago
- 3a1c36c Eliminate two uses of NDEBUG in headers that cause different symbols by Douglas Gregor · 14 years ago
- 7e44e3f Make TypeLocBuilder an implementation detail of Sema. Nobody else should be using it by Douglas Gregor · 14 years ago
- 26ac3f3 Extend ExternalASTSource with the ability to lazily complete the by Douglas Gregor · 14 years ago
- 1ceee5c Sema/AST work for capturing copy init expression by Fariborz Jahanian · 14 years ago
- 28f47b9 Rename all 'AssumeXXX' methods in libChecker to 'assumeXXX'. by Ted Kremenek · 14 years ago
- f48f367 80-col fixups. by Eric Christopher · 14 years ago
- 64ce733 Optimized IR for vec_splat by Anton Yartsev · 14 years ago
- 9c14953 Rename all 'EvalXXX' methods in libChecker to 'evalXXX'. by Ted Kremenek · 14 years ago
- da80f74 Improve our handling of cv-qualifiers in Objective-C pointer by Douglas Gregor · 14 years ago
- 846eabd Rename 'SValuator' to 'SValBuilder'. The new name by Ted Kremenek · 14 years ago
- 2ab0303 Fix build of in-tree libcxx. libcxx doesn't actually by Shantonu Sen · 14 years ago
- 7306ebf Not content to implement just "extern" explicit template by Douglas Gregor · 14 years ago
- e343583 Add some comments. by Bob Wilson · 14 years ago
- 08a5326 Serialization: support for CUDA language extensions by Peter Collingbourne · 14 years ago
- a61b3e7 After parsing a ':' in an enum-specifier within class context, by Douglas Gregor · 14 years ago
- d11617f Improve the diagnostic when the fixed underlying type of a by Douglas Gregor · 14 years ago
- 9fa8c46 AST printing for scoped enumerations and enumerations with a fixed underlying type, from Daniel Wallin by Douglas Gregor · 14 years ago
- b7b2688 Eliminate vtables from the Type hierarchy. by John McCall · 14 years ago
- 0ae287a Restore the lvalue-to-rvalue conversion patch with a minimal fix. by John McCall · 14 years ago
- bb3f995 Remove stray emacs mode marker. by Nick Lewycky · 14 years ago
- 4f9e971 test: add .cu extension by Peter Collingbourne · 14 years ago
- ced7671 Basic, Sema: add support for CUDA location attributes by Peter Collingbourne · 14 years ago
- 895fcca Driver, Frontend: add CUDA language support by Peter Collingbourne · 14 years ago
- e2dd6c8 Basic: Add CUDA language option by Peter Collingbourne · 14 years ago
- 8a24341 Don't check the isysroot path for Path::isValid(); if the user has by Dan Gohman · 14 years ago
- 94cd011 add some infrastructure that will let us codegen by Chris Lattner · 14 years ago
- 49c64fd Handle -nostartfiles. by Rafael Espindola · 14 years ago
- 4c53dc1 get some i32/i8/i1 constants from Builder, which is much less painful than by Chris Lattner · 14 years ago
- d5dc83a Implement AST import support for class template specializations. by Douglas Gregor · 14 years ago
- 2600503 When unknown method is sent to a receiver of by Fariborz Jahanian · 14 years ago
- d9e0ff2 A CGRecordLayout object persists. Since its contained types may by John McCall · 14 years ago
- d0de0ce CGRecordLayoutBuilder does not need to be exported from this module. by John McCall · 14 years ago
- b1cb9c9 Update checker build. by Ted Kremenek · 14 years ago
- faa5bfc Declaring local static in global block by Fariborz Jahanian · 14 years ago
- 26e10be Follow through references to catch returned stack addresses, local blocks, label addresses or references to temporaries, e.g: by Argyrios Kyrtzidis · 14 years ago
- 040afae Implement basic AST importing and merging support for class template by Douglas Gregor · 14 years ago
- 7907fad Eliminate more pointless default statements by Douglas Gregor · 14 years ago
- d7e40f0 Add objc_getClass as an objc builtin function by Fariborz Jahanian · 14 years ago
- 20fbe7c L-value to r-value conversion is not ready for prime-time. by John McCall · 14 years ago
- 67aba81 Such function decls,as objc's objc_msgSend, builtins in by Fariborz Jahanian · 14 years ago
- 7e48579 Introduce an r-value to l-value cast kind. I'm not promising anything by John McCall · 14 years ago
- 6710cf1 Make the dumper safe against null declaration names. by John McCall · 14 years ago
- 85fedbf Update Xcode project: remove Action.cpp, add DumpXML.cpp. by John McCall · 14 years ago
- 32b5fe7 System was renamed Support. Fix the build. by Duncan Sands · 14 years ago
- aab440b Take John McCall's suggestion and fix this silly gcc warnings in a way that by Nick Lewycky · 14 years ago
- f402943 I hate pointless default statements by Douglas Gregor · 14 years ago
- a6a2897 Harden CGDebugInfo::CreateType() a bit for cases where we couldn't generate type info for its component types by Douglas Gregor · 14 years ago
- bbc8175 Add missing file from last commit by Douglas Gregor · 14 years ago
- 89d9980 When using a precompiled preamble with detailed preprocessing records, by Douglas Gregor · 14 years ago
- bdc4b36 De-C99-ify for loop by Douglas Gregor · 14 years ago
- 8e08dec Teach c-index-test to reparse the source file a few times when testing by Douglas Gregor · 14 years ago
- 414cb64 When loading a precompiled preamble, use the file ID of the by Douglas Gregor · 14 years ago
- 15d5c83 Fix bug in r120299 spotted by dgregor. by Nico Weber · 14 years ago
- 9b4b9d6 Fix another case of giving the wrong value kind to a dependent cast to by John McCall · 14 years ago
- f0438e7 Replace \r\n with \n. No functional change. by Nick Lewycky · 14 years ago
- 1b51e3b Add a default clause to avoid this GCC warning: by Nick Lewycky · 14 years ago
- d976ca4 Revert r120331 since it causes spurious warnings and a possible assertion hit when self-host. by Argyrios Kyrtzidis · 14 years ago
- bbd3407 Incomplete enum types not to be treated as integer type by Fariborz Jahanian · 14 years ago
- 8b2f01b Emit warnings if we are returning a reference to a local temporary. by Argyrios Kyrtzidis · 14 years ago
- 08e41a6 Always use a function's decl context when building default arguments. Fixes http://http://llvm.org/pr8479. by Nico Weber · 14 years ago
- 03013fa Merge System into Support. by Michael J. Spencer · 14 years ago
- 8a72621 Revert r120063, it was wrong. by John McCall · 14 years ago
- 2a601eb I hate default statements by Douglas Gregor · 14 years ago
- 987cec3 Add a test for C++ [stmt.label]p1, from Sashan! by Douglas Gregor · 14 years ago
- 7f946ad When performing code completion within ASTUnit, allocate the AugmentedCodeCompleteConsumer on the heap, so it's always cleaned up properly by Douglas Gregor · 14 years ago
- 0629cbe Teach the ASTImporter how to create CXXMethodDecls. Somehow, this case was missed previously by Douglas Gregor · 14 years ago
- 3aa8c64 test/CMakeLists.txt: Implement the target "check-all". For now, it has no dependencies. by NAKAMURA Takumi · 14 years ago
- fc86d55 Don't store the maximum alignment, we can trivially compute it. by Anders Carlsson · 14 years ago