| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix docs typo in FunctionTemplateSpecializationInfo | Jonathan Roelofs | 2015-04-15 | 1 | -1/+1 |
* | [Objective-C Sema]This patch fixes the warning when clang issues | Fariborz Jahanian | 2015-04-15 | 1 | -9/+12 |
* | clang-cl: support -fsyntax-only (PR23197) | Hans Wennborg | 2015-04-15 | 1 | -1/+2 |
* | uselistorder: -mllvm -preserve-bc-use-list-order => -emit-llvm-uselists | Duncan P. N. Exon Smith | 2015-04-15 | 2 | -0/+7 |
* | Reland r234613 (and follow-ups 234614, 234616, 234618) | Reid Kleckner | 2015-04-14 | 1 | -0/+3 |
* | Use raw_pwrite_stream in clang. | Rafael Espindola | 2015-04-14 | 4 | -15/+19 |
* | [Mips] Generate warning for invalid '-mnan' and '-march' combinations | Petar Jovanovic | 2015-04-14 | 2 | -0/+8 |
* | Add new warning -Wrange-loop-analysis to warn on copies during loops. | Richard Trieu | 2015-04-13 | 2 | -3/+23 |
* | Revert r234613 (and follow-ups 234614, 234616, 234618), it caused PR23216. | Nico Weber | 2015-04-13 | 1 | -3/+0 |
* | Revert r234786, it contained a bunch of stuff I did not mean to commit. | Nico Weber | 2015-04-13 | 4 | -7/+6 |
* | Revert r234613 (and follow-ups 234614, 234616, 234618), it caused PR23216. | Nico Weber | 2015-04-13 | 4 | -6/+7 |
* | [libclang] Add functions to get information about fields. | Argyrios Kyrtzidis | 2015-04-13 | 1 | -1/+61 |
* | clang-cl: Expose -f[no-]diagnostics-color | Hans Wennborg | 2015-04-12 | 1 | -2/+4 |
* | Remove empty non-virtual destructors or mark them =default when non-public | Benjamin Kramer | 2015-04-11 | 11 | -18/+6 |
* | clang-cl: support -fno-color-diagnostics (PR23109) | Hans Wennborg | 2015-04-11 | 1 | -1/+2 |
* | clang-cl: support -fmacro-backtrace-limit | Hans Wennborg | 2015-04-11 | 1 | -1/+1 |
* | Add Clang support for -mdirect-move on PPC | Nemanja Ivanovic | 2015-04-11 | 1 | -0/+4 |
* | Use 'override/final' instead of 'virtual' for overridden methods | Alexander Kornienko | 2015-04-11 | 37 | -60/+56 |
* | Improve the error message for assigning to read-only variables. | Richard Trieu | 2015-04-11 | 1 | -1/+17 |
* | [Driver] Properly support -mglobal-merge using explicit options. | Ahmed Bougacha | 2015-04-11 | 2 | -2/+2 |
* | [SEH] Re-land r234532, but use internal linkage for all SEH helpers | Reid Kleckner | 2015-04-10 | 1 | -0/+3 |
* | Try to make MSVC happy. | Rafael Espindola | 2015-04-10 | 1 | -0/+3 |
* | Return std::unique_ptr to avoid a release and recreate. | Rafael Espindola | 2015-04-10 | 1 | -1/+1 |
* | Use a std::unique_ptr to make it easier to see who owns the stream. | Rafael Espindola | 2015-04-10 | 1 | -4/+4 |
* | Return a pointer instead of having a pointer outparam and a bool return. | Rafael Espindola | 2015-04-10 | 1 | -5/+4 |
* | Initializing an uninitialized data member; should be NFC. | Aaron Ballman | 2015-04-10 | 1 | -3/+3 |
* | Return a pointer instead of having a pointer outparam and a bool return. | Rafael Espindola | 2015-04-10 | 1 | -5/+4 |
* | [OPENMP] Codegen for 'reduction' clause in 'parallel' directive. | Alexey Bataev | 2015-04-10 | 4 | -2/+107 |
* | Revert r234532 for a bit, it very likely caused http://crbug.com/475768 | Nico Weber | 2015-04-10 | 1 | -3/+0 |
* | [modules] Remove unused MACRO_TABLE record. | Richard Smith | 2015-04-10 | 1 | -3/+1 |
* | Add Clang support for remaining integer divide and permute instructions from ... | Nemanja Ivanovic | 2015-04-09 | 2 | -0/+11 |
* | [SEH] Outline finally blocks using the new variable capture support | Reid Kleckner | 2015-04-09 | 1 | -0/+3 |
* | Properly implement warn_unused_result checking for classes/structs. | Kaelyn Takata | 2015-04-09 | 1 | -0/+7 |
* | Added flag to disable isel instruction on PPC target. Using regular branches ... | Olivier Sallenave | 2015-04-09 | 1 | -0/+2 |
* | Process the -freciprocal-math optimization flag (PR20912) | Sanjay Patel | 2015-04-09 | 2 | -2/+5 |
* | clang-cl: Support the /fp options (PR23112) | Hans Wennborg | 2015-04-08 | 1 | -1/+5 |
* | Generate a diagnostic when a catch handler cannot execute due to class hierar... | Aaron Ballman | 2015-04-08 | 2 | -1/+4 |
* | fix typo; NFC | Sanjay Patel | 2015-04-07 | 1 | -1/+1 |
* | [Sema] Don't permit dependent alignments on non-dependent typedef-names | David Majnemer | 2015-04-07 | 1 | -0/+2 |
* | Remove the cl-no-signed-zeros cc1 option | Sanjay Patel | 2015-04-04 | 1 | -2/+0 |
* | Add a question mark to the end of an interrogatory warning. | Eric Christopher | 2015-04-02 | 1 | -1/+1 |
* | Unify warnings/errors from "maybe you meant" to "did you mean". | Eric Christopher | 2015-04-02 | 1 | -2/+2 |
* | [AST] Shrink the Stmt hierarchy with LLVM_PTR_SIZE for MSVC 2013 | Reid Kleckner | 2015-04-02 | 1 | -14/+11 |
* | Lower the default alignment on ASTContext's operator new. | Benjamin Kramer | 2015-04-02 | 2 | -2/+2 |
* | [ast] Put the Stmt hierarchy on a diet for 64 bit targets. | Benjamin Kramer | 2015-04-02 | 3 | -43/+44 |
* | Partially revert "Replace custom alignment enforcement with LLVM_ALIGNAS." | Benjamin Kramer | 2015-04-02 | 3 | -11/+30 |
* | Replace custom alignment enforcement with LLVM_ALIGNAS. | Benjamin Kramer | 2015-04-02 | 4 | -52/+18 |
* | [OPENMP] Fix crash on private variables not used in OpenMP region. | Alexey Bataev | 2015-04-02 | 1 | -0/+7 |
* | Implement CFI type checks for non-virtual calls. | Peter Collingbourne | 2015-04-02 | 1 | -2/+4 |
* | [SystemZ] Add BuiltinsSystemZ.def to Clang_Basic modulemap | Ulrich Weigand | 2015-04-01 | 1 | -0/+1 |