2015-07-07 |
Adrian Prantl | Add LLVM backend dependencies to clang-check also in... |
commit | commitdiff | tree | snapshot |
2015-07-07 |
Eric Christopher | Underscores in constructor arguments are so passe. |
commit | commitdiff | tree | snapshot |
2015-07-07 |
Adrian Prantl | Update testcases that use precompiled headers to requir... |
commit | commitdiff | tree | snapshot |
2015-07-07 |
Adrian Prantl | Wrap clang modules and pch files in an object file... |
commit | commitdiff | tree | snapshot |
2015-07-07 |
Aaron Ballman | Use AlignOf instead of alignOf so that this can go... |
commit | commitdiff | tree | snapshot |
2015-07-07 |
Daniel Jasper | clang-format: Break after "for (" less eagerly. |
commit | commitdiff | tree | snapshot |
2015-07-07 |
Douglas Gregor | Don't put anonymous structs within anonymous unions. |
commit | commitdiff | tree | snapshot |
2015-07-07 |
Yaron Keren | Fix first line comment format, NFC. |
commit | commitdiff | tree | snapshot |
2015-07-07 |
Daniel Jasper | clang-format: Don't wrap before the ] of a lambda intro... |
commit | commitdiff | tree | snapshot |
2015-07-07 |
Aaron Ballman | Silence -Wparentheses warnings (and ran it through... |
commit | commitdiff | tree | snapshot |
2015-07-07 |
Aaron Ballman | Silence a -Wcast-qual warning; NFC. |
commit | commitdiff | tree | snapshot |
2015-07-07 |
Aaron Ballman | Silence a -Wunused-variable warning; NFC. |
commit | commitdiff | tree | snapshot |
2015-07-07 |
Aaron Ballman | Appease MSVC 2013 a few more times, which was complaini... |
commit | commitdiff | tree | snapshot |
2015-07-07 |
Aaron Ballman | Appease MSVC 2013, which was complaining about a syntax... |
commit | commitdiff | tree | snapshot |
2015-07-07 |
Aaron Ballman | Changing a use of alignof() into llvm::alignOf() for... |
commit | commitdiff | tree | snapshot |
2015-07-07 |
Akira Hatanaka | Add a comment to explain how the decision to pass featu... |
commit | commitdiff | tree | snapshot |
2015-07-07 |
Akira Hatanaka | [ARM] Pass subtarget feature "+long-calls" instead... |
commit | commitdiff | tree | snapshot |
2015-07-07 |
Douglas Gregor | Don't rely on the use of non-POD types within unions. |
commit | commitdiff | tree | snapshot |
2015-07-07 |
Douglas Gregor | s/__nonnull/_Nonnull in a test for Objective-C __kindof. |
commit | commitdiff | tree | snapshot |
2015-07-07 |
Douglas Gregor | [AST] Add a comment for ObjCMethodDecl::getSendResultTy... |
commit | commitdiff | tree | snapshot |
2015-07-07 |
Douglas Gregor | [libclang] Implement proper code-completion in an ObjC... |
commit | commitdiff | tree | snapshot |
2015-07-07 |
Douglas Gregor | [libclang] When inferring nonnull use the contextual... |
commit | commitdiff | tree | snapshot |
2015-07-07 |
Douglas Gregor | [libclang] Replace ObjC generic parameters when code... |
commit | commitdiff | tree | snapshot |
2015-07-07 |
Douglas Gregor | [libclang] Fix code-completion of block parameters... |
commit | commitdiff | tree | snapshot |
2015-07-07 |
Douglas Gregor | [libclang] Replace ObjC generic parameters in code... |
commit | commitdiff | tree | snapshot |
2015-07-07 |
Douglas Gregor | The AST importer had a bug where it would enter into... |
commit | commitdiff | tree | snapshot |
2015-07-07 |
Douglas Gregor | Fix alignment check for ObjCObjectTypeLoc. |
commit | commitdiff | tree | snapshot |
2015-07-07 |
Douglas Gregor | Use llvm::alignOf rather than alignof() |
commit | commitdiff | tree | snapshot |
2015-07-07 |
Douglas Gregor | Factor the simpleTransform() visitor so that it is... |
commit | commitdiff | tree | snapshot |
2015-07-07 |
Douglas Gregor | Implement variance for Objective-C type parameters. |
commit | commitdiff | tree | snapshot |
2015-07-07 |
Douglas Gregor | Implement the Objective-C __kindof type qualifier. |
commit | commitdiff | tree | snapshot |
2015-07-07 |
Douglas Gregor | Warn when an intended Objective-C specialization was... |
commit | commitdiff | tree | snapshot |
2015-07-07 |
Douglas Gregor | Warn when an Objective-C collection literal element... |
commit | commitdiff | tree | snapshot |
2015-07-07 |
Douglas Gregor | C++ support for Objective-C lightweight generics. |
commit | commitdiff | tree | snapshot |
2015-07-07 |
Douglas Gregor | Improve the Objective-C common-type computation used... |
commit | commitdiff | tree | snapshot |
2015-07-07 |
Douglas Gregor | Substitute type arguments into uses of Objective-C... |
commit | commitdiff | tree | snapshot |
2015-07-07 |
Douglas Gregor | Handle Objective-C type arguments. |
commit | commitdiff | tree | snapshot |
2015-07-07 |
Douglas Gregor | Parsing, semantic analysis, and AST for Objective-C... |
commit | commitdiff | tree | snapshot |
2015-07-07 |
Adrian Prantl | Debug info: Emit distinct __block_literal_generic types... |
commit | commitdiff | tree | snapshot |
2015-07-07 |
Reid Kleckner | Revert "Revert 241171, 241187, 241199 (32-bit SEH)." |
commit | commitdiff | tree | snapshot |
2015-07-07 |
Eric Christopher | Remember to mark the target attribute as documented... |
commit | commitdiff | tree | snapshot |
2015-07-06 |
Benjamin Kramer | [Driver] Use llvm::Triple methods to handle -EL and... |
commit | commitdiff | tree | snapshot |
2015-07-06 |
Eric Christopher | Update target attribute support for post-commit feedback. |
commit | commitdiff | tree | snapshot |
2015-07-06 |
Eric Christopher | Handle arbitrary whitespace in the target attribute... |
commit | commitdiff | tree | snapshot |
2015-07-06 |
Eric Christopher | Add some basic documentation for the __attribute__... |
commit | commitdiff | tree | snapshot |
2015-07-06 |
Richard Smith | Refactor to avoid long if-condition. |
commit | commitdiff | tree | snapshot |
2015-07-06 |
Adrian Prantl | Debug info: Don't emit a bogus location for the global... |
commit | commitdiff | tree | snapshot |
2015-07-06 |
Yaron Keren | Support -pthread in mingw toolchain. |
commit | commitdiff | tree | snapshot |
2015-07-06 |
Davide Italiano | [Sema] Warn when shifting a negative value. |
commit | commitdiff | tree | snapshot |
2015-07-06 |
Adrian Prantl | Update testcase to reflect new behavior in DIBuilder. |
commit | commitdiff | tree | snapshot |
2015-07-06 |
Teresa Johnson | Resubmit "Pass down the -flto option to the -cc1 job... |
commit | commitdiff | tree | snapshot |
2015-07-06 |
Douglas Katzman | Grammar bug. NFC |
commit | commitdiff | tree | snapshot |
2015-07-06 |
Daniel Jasper | clang-format: [JS] Properly reset parse state after... |
commit | commitdiff | tree | snapshot |
2015-07-06 |
Daniel Jasper | clang-format: [JS] Prevent confusing TypeScript paramet... |
commit | commitdiff | tree | snapshot |
2015-07-06 |
Daniel Jasper | clang-format: Fix __attribute__ being treated as decl... |
commit | commitdiff | tree | snapshot |
2015-07-06 |
Yaron Keren | Replace some const std::string & with llvm::StringRef... |
commit | commitdiff | tree | snapshot |
2015-07-06 |
Yaron Keren | Teach mingw toolchain the msys2 mingw-w64 distribution... |
commit | commitdiff | tree | snapshot |
2015-07-06 |
Craig Topper | [TableGen] Change a couple methods to return an ArrayRe... |
commit | commitdiff | tree | snapshot |
2015-07-06 |
Alexey Bataev | [OPENMP 4.0] Codegen for 'omp cancel' directive. |
commit | commitdiff | tree | snapshot |
2015-07-06 |
Richard Smith | PR24030, PR24033: Consistently check whether a new... |
commit | commitdiff | tree | snapshot |
2015-07-06 |
Richard Smith | DR1909: Diagnose all invalid cases of a class member... |
commit | commitdiff | tree | snapshot |
2015-07-06 |
Richard Smith | When we see something that looks like a constructor... |
commit | commitdiff | tree | snapshot |
2015-07-05 |
NAKAMURA Takumi | Mark clang/test/Modules/signal.m as REQUIRES:crash... |
commit | commitdiff | tree | snapshot |
2015-07-05 |
Yaron Keren | Document problems when trying libclang tests on Windows 7. |
commit | commitdiff | tree | snapshot |
2015-07-05 |
Nemanja Ivanovic | Add the missing return statements from revision 241399. |
commit | commitdiff | tree | snapshot |
2015-07-05 |
NAKAMURA Takumi | [CMake] clang-*.*: Prevent versioning if the buildhost... |
commit | commitdiff | tree | snapshot |
2015-07-05 |
NAKAMURA Takumi | clang/test/CodeGen/builtins-ppc-vsx.c: Fix for -Asserts. |
commit | commitdiff | tree | snapshot |
2015-07-05 |
Nemanja Ivanovic | Add missing builtins to altivec.h for ABI compliance... |
commit | commitdiff | tree | snapshot |
2015-07-03 |
Birunthan Mohanathas | clang-format: Add MacroBlock{Begin,End} options |
commit | commitdiff | tree | snapshot |
2015-07-03 |
Renato Golin | Revert "Refactored ARMTargetInfo in order to use the... |
commit | commitdiff | tree | snapshot |
2015-07-03 |
Benjamin Kramer | StmtIterator: Put stmt and decl group pointer into... |
commit | commitdiff | tree | snapshot |
2015-07-03 |
Benjamin Kramer | Rewrite users of Stmt::child_begin/end into for-range... |
commit | commitdiff | tree | snapshot |
2015-07-03 |
Alexandros... | - Refactored ARMTargetInfo in order to use the API... |
commit | commitdiff | tree | snapshot |
2015-07-03 |
Daniel Jasper | clang-format: [JS] Allow line breaks after TypeScript... |
commit | commitdiff | tree | snapshot |
2015-07-03 |
Daniel Jasper | clang-format: [Java/JS] Properly support instanceof... |
commit | commitdiff | tree | snapshot |
2015-07-03 |
Alexey Bataev | [OPENMP 4.0] Fixed codegen for 'cancellation point... |
commit | commitdiff | tree | snapshot |
2015-07-03 |
Yaron Keren | Revert r241330. It compiled with Visual C++ 2013 and... |
commit | commitdiff | tree | snapshot |
2015-07-03 |
Yaron Keren | Replace some const std::string & with llvm::StringRef... |
commit | commitdiff | tree | snapshot |
2015-07-03 |
NAKAMURA Takumi | clang/test/CodeGenCXX/trap-fnattr.cpp: Tweak to match... |
commit | commitdiff | tree | snapshot |
2015-07-03 |
Justin Bogner | Driver: Replace a couple of out of date terms in the... |
commit | commitdiff | tree | snapshot |
2015-07-03 |
Yaron Keren | Revert r241319, investigating. |
commit | commitdiff | tree | snapshot |
2015-07-03 |
Yaron Keren | Replace some const std::string & with llvm::StringRef... |
commit | commitdiff | tree | snapshot |
2015-07-03 |
Akira Hatanaka | Make corrections to r241314. |
commit | commitdiff | tree | snapshot |
2015-07-03 |
Akira Hatanaka | Fix test case to appease buildbot. |
commit | commitdiff | tree | snapshot |
2015-07-02 |
Justin Bogner | Driver: Remove the Job class. NFC |
commit | commitdiff | tree | snapshot |
2015-07-02 |
Justin Bogner | Driver: Don't use reserved names. NFC |
commit | commitdiff | tree | snapshot |
2015-07-02 |
Akira Hatanaka | Attach attribute "trap-func-name" to call sites of... |
commit | commitdiff | tree | snapshot |
2015-07-02 |
Benjamin Kramer | Switch users of the 'for (StmtRange range = stmt->child... |
commit | commitdiff | tree | snapshot |
2015-07-02 |
Benjamin Kramer | [CodeGen] Use llvm::join to simplify string joining. |
commit | commitdiff | tree | snapshot |
2015-07-02 |
Justin Bogner | InstrProf: Add a comment to clarify an argument |
commit | commitdiff | tree | snapshot |
2015-07-02 |
Kit Barton | This patch adds support for the vector merge even word... |
commit | commitdiff | tree | snapshot |
2015-07-02 |
Gabor Horvath | [Static Analyzer] No longer include the full path of... |
commit | commitdiff | tree | snapshot |
2015-07-02 |
Davide Italiano | [Sema] Range-loopify SemaTemplateInstantiateDecl.cpp... |
commit | commitdiff | tree | snapshot |
2015-07-02 |
Rafael Espindola | Revert "Refactored ARMTargetInfo in order to use the... |
commit | commitdiff | tree | snapshot |
2015-07-02 |
Daniel Jasper | clang-format: [JS] Treat regex literals like string... |
commit | commitdiff | tree | snapshot |
2015-07-02 |
Yaron Keren | Remove whitespace from start of line, NFC. |
commit | commitdiff | tree | snapshot |
2015-07-02 |
Alexandros... | Refactored ARMTargetInfo in order to use the API of... |
commit | commitdiff | tree | snapshot |
2015-07-02 |
Daniel Jasper | clang-format: [JS] Skip comments when applying the... |
commit | commitdiff | tree | snapshot |
2015-07-02 |
Aaron Ballman | When testing for anyOf(), the test should not be for... |
commit | commitdiff | tree | snapshot |
2015-07-02 |
Daniel Jasper | clang-format: [JS] Fix bug in regex literal parsing. |
commit | commitdiff | tree | snapshot |
next |