2015-01-12 |
Daniel Jasper | clang-format: Improve format of lambdas in ctor initial... |
commit | commitdiff | tree | snapshot |
2015-01-12 |
Alexey Bataev | Rename RefersToCapturedVariable to RefersToEnclosingVar... |
commit | commitdiff | tree | snapshot |
2015-01-12 |
Daniel Jasper | clang-format: Fix formatting of inline asm. |
commit | commitdiff | tree | snapshot |
2015-01-12 |
David Majnemer | Parse: Get rid of cxx_exceptspec_end, use EOF instead |
commit | commitdiff | tree | snapshot |
2015-01-12 |
David Majnemer | Parse: Just a small tidy-up in ParseLexedMethodDeclaration |
commit | commitdiff | tree | snapshot |
2015-01-12 |
David Majnemer | Parse: Get rid of tok::cxx_defaultarg_end, use EOF... |
commit | commitdiff | tree | snapshot |
2015-01-12 |
David Majnemer | Parse: It's cleaner to handle cxx_defaultarg_end in... |
commit | commitdiff | tree | snapshot |
2015-01-12 |
David Majnemer | Parse: Don't let BalancedDelimiterTracker consume cxx_d... |
commit | commitdiff | tree | snapshot |
2015-01-12 |
Saleem Abdulrasool | Driver: include rewrite maps in the diagnostics |
commit | commitdiff | tree | snapshot |
2015-01-12 |
David Majnemer | Parse: Don't parse beyond the end of the synthetic... |
commit | commitdiff | tree | snapshot |
2015-01-11 |
David Majnemer | Basic: Numeric constraints are multidigit |
commit | commitdiff | tree | snapshot |
2015-01-11 |
David Majnemer | Basic: [asmSymbolicName] follows the same rule as numbe... |
commit | commitdiff | tree | snapshot |
2015-01-11 |
David Majnemer | Basic: The asm constraint '#m' isn't valid, reject it |
commit | commitdiff | tree | snapshot |
2015-01-11 |
David Majnemer | CodeGen: Simplify consecutive '%' modifiers |
commit | commitdiff | tree | snapshot |
2015-01-11 |
David Majnemer | CodeGen: Simplify consecutive '&' modifiers |
commit | commitdiff | tree | snapshot |
2015-01-11 |
David Majnemer | Basic: The asm constraint '+#r' isn't valid, reject it |
commit | commitdiff | tree | snapshot |
2015-01-11 |
Chandler Carruth | Don't rely on the default constructor default construct... |
commit | commitdiff | tree | snapshot |
2015-01-10 |
Nathan Sidwell | fix pr18645. Correct logic concerning 'T &&' deduction... |
commit | commitdiff | tree | snapshot |
2015-01-10 |
David Majnemer | Sema: The asm constraint '+&m' isn't valid, reject it |
commit | commitdiff | tree | snapshot |
2015-01-10 |
Richard Trieu | Add a new warning, -Wself-move, to Clang. |
commit | commitdiff | tree | snapshot |
2015-01-10 |
Richard Smith | Fix temporary lifetime extension from an initializer... |
commit | commitdiff | tree | snapshot |
2015-01-10 |
Hans Wennborg | Don't emit implicit template instantiations eagerly... |
commit | commitdiff | tree | snapshot |
2015-01-09 |
David Blaikie | Remove unnecessary/incorrect XFAIL after the revert... |
commit | commitdiff | tree | snapshot |
2015-01-09 |
Nico Weber | clang-format: [Java] Support formatting qualified annot... |
commit | commitdiff | tree | snapshot |
2015-01-09 |
David Blaikie | Revert "DebugInfo: Generalize debug info location handl... |
commit | commitdiff | tree | snapshot |
2015-01-09 |
David Majnemer | Parse: Don't crash when an annotation token shows up... |
commit | commitdiff | tree | snapshot |
2015-01-09 |
Hans Wennborg | Driver: tweak the code for determining default image... |
commit | commitdiff | tree | snapshot |
2015-01-09 |
David Majnemer | Sema: Don't crash when variable is redefined as a const... |
commit | commitdiff | tree | snapshot |
2015-01-09 |
Manuel Klimek | Add the shifted cursor position to XML output, so it... |
commit | commitdiff | tree | snapshot |
2015-01-09 |
Olivier Goffart | Fix test from my previous commit |
commit | commitdiff | tree | snapshot |
2015-01-09 |
David Majnemer | Parse: Don't crash when namespace is in GNU statement... |
commit | commitdiff | tree | snapshot |
2015-01-09 |
Olivier Goffart | Fix crash in typo correction while correcting enum... |
commit | commitdiff | tree | snapshot |
2015-01-09 |
David Majnemer | Sema: RecordDecl shouldn't have a FunctionDecl as a... |
commit | commitdiff | tree | snapshot |
2015-01-09 |
David Majnemer | Sema: Don't crash when specializing a global scope... |
commit | commitdiff | tree | snapshot |
2015-01-09 |
David Majnemer | Sema: Remove some dead code from CreateNewFunctionDecl |
commit | commitdiff | tree | snapshot |
2015-01-09 |
David Majnemer | Parse: Don't crash when trailing return type is missing |
commit | commitdiff | tree | snapshot |
2015-01-09 |
Saleem Abdulrasool | Driver: begin threading frontend support for SymbolRewriter |
commit | commitdiff | tree | snapshot |
2015-01-09 |
Justin Bogner | InstrProf: Don't emit counter increments in dead code |
commit | commitdiff | tree | snapshot |
2015-01-09 |
David Majnemer | Sema: Dependent array designators cannot be checked |
commit | commitdiff | tree | snapshot |
2015-01-09 |
Richard Smith | PR22117: Fix a case where we would get confused about... |
commit | commitdiff | tree | snapshot |
2015-01-09 |
Richard Smith | Don't invent a '$auto-x-y' name for auto types in gener... |
commit | commitdiff | tree | snapshot |
2015-01-09 |
Richard Trieu | Use APSInt::isSameValue instead of operator== in a... |
commit | commitdiff | tree | snapshot |
2015-01-08 |
Duncan P. N... | IR: Add 'distinct' MDNodes to bitcode and assembly... |
commit | commitdiff | tree | snapshot |
2015-01-08 |
Manuel Klimek | Improve clang-format.el. |
commit | commitdiff | tree | snapshot |
2015-01-08 |
Daniel Jasper | clang-format: Force line break between "endl" and ... |
commit | commitdiff | tree | snapshot |
2015-01-08 |
Logan Chien | Frontend: Fix SourceColumnMap assertion failure on... |
commit | commitdiff | tree | snapshot |
2015-01-08 |
Daniel Jasper | clang-format: Improve template parameter detection. |
commit | commitdiff | tree | snapshot |
2015-01-08 |
Richard Trieu | Attempt to fix test from r225423 to get build bots... |
commit | commitdiff | tree | snapshot |
2015-01-08 |
Richard Trieu | When the diagnostic text is simply "%0", sanitize the... |
commit | commitdiff | tree | snapshot |
2015-01-07 |
Nico Weber | Wrap to 80 columns. No behavior change. |
commit | commitdiff | tree | snapshot |
2015-01-07 |
Nico Weber | Add help text for mmacosx-version-min=, mios-version... |
commit | commitdiff | tree | snapshot |
2015-01-07 |
Kaelyn Takata | Handle OpaqueValueExprs more intelligently in the Trans... |
commit | commitdiff | tree | snapshot |
2015-01-07 |
Nico Weber | Slightly simplify the test from r225361. |
commit | commitdiff | tree | snapshot |
2015-01-07 |
Nico Weber | clang-format: Let Chromium use the Google default for... |
commit | commitdiff | tree | snapshot |
2015-01-07 |
Nico Weber | Revert r225085, it caused PR22096. |
commit | commitdiff | tree | snapshot |
2015-01-07 |
Adrian Prantl | Debug info: pass in the correct size for a pointer... |
commit | commitdiff | tree | snapshot |
2015-01-07 |
Daniel Jasper | clang-format: Understand single-line comments at the... |
commit | commitdiff | tree | snapshot |
2015-01-07 |
Daniel Jasper | clang-format: Fix unary operator detection. |
commit | commitdiff | tree | snapshot |
2015-01-07 |
Nico Weber | Fix comment typo. |
commit | commitdiff | tree | snapshot |
2015-01-06 |
Nico Weber | Fix grammar-o in comment. |
commit | commitdiff | tree | snapshot |
2015-01-06 |
Rafael Espindola | Suppress clang warnings in a codegen test. |
commit | commitdiff | tree | snapshot |
2015-01-06 |
Matt Arsenault | Add __builtin_amdgpu_class |
commit | commitdiff | tree | snapshot |
2015-01-06 |
Hal Finkel | [PowerPC] Add support for -mcmpb |
commit | commitdiff | tree | snapshot |
2015-01-06 |
Rafael Espindola | Update for .ll syntax change. |
commit | commitdiff | tree | snapshot |
2015-01-06 |
Tom Stellard | R600: Handle amdgcn triple |
commit | commitdiff | tree | snapshot |
2015-01-06 |
Saleem Abdulrasool | Basic: fix compilation with MSVC |
commit | commitdiff | tree | snapshot |
2015-01-06 |
Saleem Abdulrasool | Sema: analyze I,J,K,M,N,O constraints |
commit | commitdiff | tree | snapshot |
2015-01-06 |
Brad Smith | Set the default ISA for OpenBSD/mips64 to MIPS III. |
commit | commitdiff | tree | snapshot |
2015-01-06 |
Kostya Serebryany | Allow -fsanitize-coverage=N with ubsan, clang part |
commit | commitdiff | tree | snapshot |
2015-01-05 |
Duncan P. N... | Revert "Use the integrated assembler by default on... |
commit | commitdiff | tree | snapshot |
2015-01-05 |
Brad Smith | Use the integrated assembler by default on 32-bit Power... |
commit | commitdiff | tree | snapshot |
2015-01-05 |
Francisco Lopes... | Fix lit for builds under /opt |
commit | commitdiff | tree | snapshot |
2015-01-05 |
Rafael Espindola | Make this test a bit stricter. |
commit | commitdiff | tree | snapshot |
2015-01-05 |
Rafael Espindola | Disable warnings in this test. |
commit | commitdiff | tree | snapshot |
2015-01-05 |
Samuel Antao | Fix clash of gcc toolchains in driver regression tests. |
commit | commitdiff | tree | snapshot |
2015-01-05 |
Samuel Benzaquen | Fix dangling pointer in isDerivedFrom. |
commit | commitdiff | tree | snapshot |
2015-01-05 |
NAKAMURA Takumi | clang/CMakeLists.txt: Introduce LLVM_SHLIB_OUTPUT_INTDI... |
commit | commitdiff | tree | snapshot |
2015-01-05 |
Rafael Espindola | Fix formatting. NFC. |
commit | commitdiff | tree | snapshot |
2015-01-05 |
Daniel Jasper | clang-format: [Java] Fix incorrect detection of cast. |
commit | commitdiff | tree | snapshot |
2015-01-04 |
Daniel Jasper | clang-format: [Java] Fix incorrect recognition of annon... |
commit | commitdiff | tree | snapshot |
2015-01-04 |
Daniel Jasper | clang-format: [Java] Change a few flags for Google... |
commit | commitdiff | tree | snapshot |
2015-01-04 |
Nico Weber | Remove an assert that's not true on invalid code. |
commit | commitdiff | tree | snapshot |
2015-01-04 |
Yaron Keren | Fix default image name to 'a.exe' on Windows, instead... |
commit | commitdiff | tree | snapshot |
2015-01-04 |
Daniel Jasper | clang-format: Re-enable comment re-indentation for... |
commit | commitdiff | tree | snapshot |
2015-01-04 |
Nico Weber | Fix indentation. No behavior change. |
commit | commitdiff | tree | snapshot |
2015-01-04 |
Nico Weber | Wrap to 80 columns, no behavior change. |
commit | commitdiff | tree | snapshot |
2015-01-04 |
Nico Weber | Document that GetTypeForDeclarator() cannot return... |
commit | commitdiff | tree | snapshot |
2015-01-04 |
Nico Weber | Crash less enthusiasticially on _Atomic or __restrict__... |
commit | commitdiff | tree | snapshot |
2015-01-04 |
Nico Weber | Wrap to 80 columns, no behavior change. |
commit | commitdiff | tree | snapshot |
2015-01-04 |
David Majnemer | AST: Remove overzealous assertion from IsModifiable |
commit | commitdiff | tree | snapshot |
2015-01-03 |
David Majnemer | Parse: __attribute__((keyword)) shouldn't error |
commit | commitdiff | tree | snapshot |
2015-01-03 |
Aaron Ballman | Volatile reads are side-effecting operations, but in... |
commit | commitdiff | tree | snapshot |
2015-01-03 |
Rafael Espindola | Remove -Werror from test. |
commit | commitdiff | tree | snapshot |
2015-01-03 |
Rafael Espindola | Really don't warn about -flto/fno-lto :-( |
commit | commitdiff | tree | snapshot |
2015-01-02 |
Rafael Espindola | Also avoid warning on -flto/-fno-lto on linux. |
commit | commitdiff | tree | snapshot |
2015-01-02 |
Rafael Espindola | Don't warn on unused -fno-lto. |
commit | commitdiff | tree | snapshot |
2015-01-02 |
David Blaikie | DebugInfo: Provide a less subtle way to set the debug... |
commit | commitdiff | tree | snapshot |
2015-01-02 |
Saleem Abdulrasool | Driver: honour the clang-cl behaviour on ARM as well |
commit | commitdiff | tree | snapshot |
2015-01-02 |
Saleem Abdulrasool | Driver: reuse getCompilerRT in place of addSanitizerRTW... |
commit | commitdiff | tree | snapshot |
2015-01-02 |
David Blaikie | Temporarily XFAIL fallout from r225083 while investigating. |
commit | commitdiff | tree | snapshot |
next |