- 3796d15 Use attribute argument information to determine when to parse attribute arguments as expressions. by Douglas Gregor · 12 years ago
- 1880039 Remove redundant flag. by Bill Wendling · 12 years ago
- 497a4eb We don't want FP elimination when doing an Apple-style build. by Bill Wendling · 12 years ago
- 4b75085 [analyzer] Don't try to evaluate MaterializeTemporaryExpr as a constant. by Jordan Rose · 12 years ago
- 4e3b54b Use the Itanium ABI for thread_local on Darwin. by Bill Wendling · 12 years ago
- 39b60dc Fix crasher when the range in a C++ range-for loop has an ill-formed initializer. by Douglas Gregor · 12 years ago
- db3910b When looking for the module associated with one of our magical builtin headers, speculatively load module maps. by Douglas Gregor · 12 years ago
- 82e3b47 Basic clang-format integration for BBEdit. by Daniel Jasper · 12 years ago
- fa6b079 Ensure that the line table for functions with cleanups is sequential. by Adrian Prantl · 12 years ago
- d4147c4 Use a more idiomatic way to disable debug locations. by Adrian Prantl · 12 years ago
- 634189d Use a triple ensure that __has_feature(c_thread_local) is 1 in C11 mode. by Douglas Gregor · 12 years ago
- 4857fdc [document parsing]: support c++11 type aliases by Fariborz Jahanian · 12 years ago
- c814c64 Make sure we define wchar_t related macros correctly in -fms-extensions mode. by Hans Wennborg · 12 years ago
- de5ed04 Fix typo in a stddef.h comment: s/risze_t/rsize_t/ by Hans Wennborg · 12 years ago
- e87c5bd Only evaluate __has_feature(c_thread_local) and __has_feature(cxx_thread_local) true when the target supports thread-local storage. by Douglas Gregor · 12 years ago
- 27200ad [analyzer] Finally make c++-analyzer 'executable' again. by Anton Yartsev · 12 years ago
- 8a729b4 [analyzer] RetainCountChecker: don't track through xpc_connection_set_context. by Jordan Rose · 12 years ago
- 96d63a2 [analyzer] Recreated as a file. by Anton Yartsev · 12 years ago
- 6a22d39 [analyzer] Temporary remove c++analyzer to recreate it as a separate file, not a symlink. by Anton Yartsev · 12 years ago
- 542ba05 [analyzer] Added 'executable' property to c++analyzer. by Anton Yartsev · 12 years ago
- ceb791c [analyzer] scan-build for Windows by Anton Yartsev · 12 years ago
- e2b1246 [analyzer] Consolidate constant evaluation logic in SValBuilder. by Jordan Rose · 12 years ago
- 776d3bb [analyzer] Don't inline the [cd]tors of C++ iterators. by Jordan Rose · 12 years ago
- a3ae52b [documenting declaration]: Remove arc liftime qualifiers by Fariborz Jahanian · 12 years ago
- bcbf872 Fix typo in FileCheck. by Chad Rosier · 12 years ago
- 87cdcde [inline asm] Add a test case for r180873. Test case needs to be on the clang by Chad Rosier · 12 years ago
- 28fff53 Fix spurious trailing comma when printing some of the __c11_atomic_* builtins. Patch by Joe Sprowes! by Richard Smith · 12 years ago
- a07a6c3 PR15884: In the 'taking the address of a temporary' extension, materialize the by Richard Smith · 12 years ago
- 112344a Re-apply "[analyzer] Model casts to bool differently from other numbers." by Jordan Rose · 12 years ago
- f1d6d14 Fix buildbot yet again. // rdar://13757500. by Fariborz Jahanian · 12 years ago
- 40a06bc attempt to fix the buildbot failure. by Fariborz Jahanian · 12 years ago
- db1519a [ObjC declaration documentation] declaration of by Fariborz Jahanian · 12 years ago
- 78a2a5a As of r180836, these tests should no longer be XFAILed on Windows. by Aaron Ballman · 12 years ago
- f4d0239 Point diagnostics that complain about a use of a selector in an objc message, to the selector location. by Argyrios Kyrtzidis · 12 years ago
- 230ea41 Revert 180817 because 180816 was reverted. by Adrian Prantl · 12 years ago
- 58eb370 Fix PR15845: apparently MSVC does not support implicit int in C++ mode. by Richard Smith · 12 years ago
- 826374a Do not generate VLAs as complex variables any more, as they are now by Adrian Prantl · 12 years ago
- 1c18759 [driver] Allow multiple -arch options with -save-temps by adding the arch name by Chad Rosier · 12 years ago
- 40ebe3d [analyzer] scan-build: support -enable-checker with new Xcode integration. by Jordan Rose · 12 years ago
- 8f4bdc0 Revert r180739 and r180748: they broke C++11 thread_local on non-Darwin systems and did not do the right thing on Darwin. by Richard Smith · 12 years ago
- 9b13175 When deducing an 'auto' type, don't modify the type-as-written. by Richard Smith · 12 years ago
- 3d2f000 [ms-cxxabi] Implement member pointer comparisons by Reid Kleckner · 12 years ago
- c7d77b2 Struct-path aware TBAA: enable struct-path aware TBAA for classes. by Manman Ren · 12 years ago
- dc7a4f5 Don't treat a non-deduced 'auto' type as being type-dependent. Instead, there by Richard Smith · 12 years ago
- 24cb36d Use {{.*}}suffix instead of [[TC]] in places where we print the toolchain by Rafael Espindola · 12 years ago
- ec2b1b9 Always use / when computing mips specific paths. by Rafael Espindola · 12 years ago
- 9dbfc61 [Mips] Pass -mips16, -mmicromips, -mdsp and -mdspr2 flags to the assembler. by Simon Atanasyan · 12 years ago
- 79dd916 Place bitfield -Wconstant-conversion warning into subgroup called -Wbitfield-constant-conversion. by Ted Kremenek · 12 years ago
- 676ea9d Fix very confusing indent in Sema.cpp. by Daniel Jasper · 12 years ago
- 3e25b99 [PCH] Fix memory leak related to deserialized MacroInfo objects. by Argyrios Kyrtzidis · 12 years ago
- a7efaf9 Add support for -stdlib=libc++ in the NetBSD toolchain. by Joerg Sonnenberger · 12 years ago
- 443adec Objective-C (mostly arc): Under ARC, we often have unneeded qualifiers by Fariborz Jahanian · 12 years ago
- aa3cef4 Modify triple to try to make it pass on ARM. by Bill Wendling · 12 years ago
- eb9380d Just use std::list<> for PathPieces instead of complicated use of ilist. by Ted Kremenek · 12 years ago
- ed866e7 Revert "[analyzer] Change PathPieces to be a wrapper around an ilist of (through indirection) PathDiagnosticPieces." by Ted Kremenek · 12 years ago
- 7651e53 [analyzer] Change PathPieces to be a wrapper around an ilist of (through indirection) PathDiagnosticPieces. by Ted Kremenek · 12 years ago
- b514235 [analyzer] Remove comparePath's dependency on subscript operator. by Ted Kremenek · 12 years ago
- 7c6b7ba Emit the TLS intialization functions into a list. by Bill Wendling · 12 years ago
- d237d2e c language: diagnose use of "[*]" on any array dimension by Fariborz Jahanian · 12 years ago
- 548107e Use ArrayRef in AddMethodCandidate. by Rafael Espindola · 12 years ago
- a26e0ce [test] add missing header for the test. by Argyrios Kyrtzidis · 12 years ago
- 56f6e09 When emitting a preprocessed file with implicit module imports, make sure line directives are emitted in the next line. by Argyrios Kyrtzidis · 12 years ago
- 1d75a3b [analyzer] scan-view: don't ever serve absolute paths. by Jordan Rose · 12 years ago
- 7e6b564 Revert "[analyzer] Model casts to bool differently from other numbers." by Jordan Rose · 12 years ago
- df1fdfd Fix a typo in a parse assert. Patch by Alex Denisov. by Fariborz Jahanian · 12 years ago
- 3a2f912 Small CapturedStmt improvements by Ben Langmuir · 12 years ago
- a0152d4 Test commit by Ben Langmuir · 12 years ago
- 098b814 Keep the parser's template depth up to date when parsing local templates and by Richard Smith · 12 years ago
- cad7e43 Implement DR580: access checks for template parameters of a class template are by Richard Smith · 12 years ago
- fed844d Properly reenter multiple contexts when parsing a late-parsed function template by Richard Smith · 12 years ago
- 97aea95 Fix an assertion failure / accepts-invalid in -fms-extensions mode. Don't build by Richard Smith · 12 years ago
- 9ff2b42 ArrayRef'ize Sema::ActOnEnumBody. No functionality change. by Dmitri Gribenko · 12 years ago
- ebf8fe2 Documentation: Change UTF-8 ellipsis character to ASCII ... sequence by Dmitri Gribenko · 12 years ago
- c6a3177 Silence a silly sign compare warning from GCC. by Benjamin Kramer · 12 years ago
- 395b0af Documentation: add an idea for a cpp14-migrate transform for N3421 by Dmitri Gribenko · 12 years ago
- 99d2eb4 Exit early when $PWD isn't set. Remove unused unistd.h include. by Benjamin Kramer · 12 years ago
- 6089adc Use LLVM's preferred current_path API instead of calling getcwd(3) directly. by Benjamin Kramer · 12 years ago
- 7c99374 [driver] Revert r180652 and 180658 and temporarily #define MAXPATHLEN to by Chad Rosier · 12 years ago
- 1d22fa2 Fix the dangling pointer. by Chad Rosier · 12 years ago
- 975d83c Struct-path aware TBAA: fix handling of may_alias attribute. by Manman Ren · 12 years ago
- 50be904 Struct-path aware TBAA: change the format of TBAAStructType node. by Manman Ren · 12 years ago
- e1c4ac3 [driver] Use the llvm equivalent of getcwd(). Hopefully, this makes the Windows by Chad Rosier · 12 years ago
- ab3d509 Fix an assertion hit in Sema::CheckObjCMethodOverrides. by Argyrios Kyrtzidis · 12 years ago
- 91efca0 documenttion parsing. Provide a c-index test by Fariborz Jahanian · 12 years ago
- fff418b In the ASTImporter, when checking whether two by Sean Callanan · 12 years ago
- e858e66 [libclang] Introduce clang_Module_getASTFile function that returns the module file where a module object came from. by Argyrios Kyrtzidis · 12 years ago
- 888d345 Move helper classes into anonymous namespaces. by Benjamin Kramer · 12 years ago
- 5d2e4e1 [analyzer] An ObjC for-in loop runs 0 times if the collection is nil. by Jordan Rose · 12 years ago
- 5e6c06b [analyzer] Model casts to bool differently from other numbers. by Jordan Rose · 12 years ago
- ed6847e [analyzer] Consolidate BoolAssignmentChecker tests by using two RUN lines. by Jordan Rose · 12 years ago
- 65110ca [PCH/modules] Require the preprocessing record option to match the used PCH, if modules are enabled. by Argyrios Kyrtzidis · 12 years ago
- 0532df0 [Modules] Fix an issue where the reconstructed redeclaration chain was incomplete, missing the definition from a module. by Argyrios Kyrtzidis · 12 years ago
- cbdbbd1 [frontend] Make -chain-include work when used with modules. by Argyrios Kyrtzidis · 12 years ago
- c7b5f38 ArrayRefize code. No functionality change. by Benjamin Kramer · 12 years ago
- 622bb4a document parsing. When a sub-class (c++ Objective-C) missing by Fariborz Jahanian · 12 years ago
- b1c8122 [driver] Implement the -fdebug-compilation-dir in a way that is compatible with by Chad Rosier · 12 years ago
- 84bf8a8 Documentation: improve description of make_shared transformation, as suggested by David Blaikie by Dmitri Gribenko · 12 years ago
- 002f928 Comment parsing: -fparse-all-comments: recognize empty line comments by Dmitri Gribenko · 12 years ago
- a2c3646 Implement C++1y decltype(auto). by Richard Smith · 12 years ago
- bebf5b1 C++1y: support simple variable assignments in constexpr functions. by Richard Smith · 12 years ago