summaryrefslogtreecommitdiffstats
path: root/clang/lib
Commit message (Expand)AuthorAgeFilesLines
* clang-format: Force line break between "endl" and "<<".Daniel Jasper2015-01-081-28/+26
* Frontend: Fix SourceColumnMap assertion failure on non-ascii characters.Logan Chien2015-01-081-9/+11
* clang-format: Improve template parameter detection.Daniel Jasper2015-01-081-2/+5
* When the diagnostic text is simply "%0", sanitize the string for anyRichard Trieu2015-01-081-0/+15
* Wrap to 80 columns. No behavior change.Nico Weber2015-01-071-29/+20
* Handle OpaqueValueExprs more intelligently in the TransformTypos treeKaelyn Takata2015-01-072-1/+9
* clang-format: Let Chromium use the Google default for AlignTrailingComments.Nico Weber2015-01-071-1/+0
* Revert r225085, it caused PR22096.Nico Weber2015-01-072-0/+11
* Debug info: pass in the correct size for a pointer to a member function.Adrian Prantl2015-01-071-2/+2
* clang-format: Understand single-line comments at the end of blocks.Daniel Jasper2015-01-071-4/+6
* clang-format: Fix unary operator detection.Daniel Jasper2015-01-071-4/+4
* Fix comment typo.Nico Weber2015-01-071-1/+1
* Fix grammar-o in comment.Nico Weber2015-01-061-1/+1
* Add __builtin_amdgpu_classMatt Arsenault2015-01-061-0/+3
* R600: Handle amdgcn tripleTom Stellard2015-01-064-0/+6
* Sema: analyze I,J,K,M,N,O constraintsSaleem Abdulrasool2015-01-063-0/+71
* Set the default ISA for OpenBSD/mips64 to MIPS III.Brad Smith2015-01-061-0/+4
* Allow -fsanitize-coverage=N with ubsan, clang partKostya Serebryany2015-01-061-2/+3
* Revert "Use the integrated assembler by default on 32-bit PowerPC and SPARC"Duncan P. N. Exon Smith2015-01-052-3/+27
* Use the integrated assembler by default on 32-bit PowerPC and SPARCBrad Smith2015-01-052-27/+3
* Fix formatting. NFC.Rafael Espindola2015-01-051-6/+3
* clang-format: [Java] Fix incorrect detection of cast.Daniel Jasper2015-01-051-0/+2
* clang-format: [Java] Fix incorrect recognition of annonymous classes.Daniel Jasper2015-01-041-2/+3
* clang-format: [Java] Change a few flags for Google's Java style.Daniel Jasper2015-01-041-0/+4
* Fix default image name to 'a.exe' on Windows, instead 'a.out'.Yaron Keren2015-01-041-0/+2
* clang-format: Re-enable comment re-indentation for Java/JS.Daniel Jasper2015-01-041-6/+6
* Fix indentation. No behavior change.Nico Weber2015-01-041-1/+1
* Wrap to 80 columns, no behavior change.Nico Weber2015-01-041-4/+7
* Document that GetTypeForDeclarator() cannot return a null type.Nico Weber2015-01-042-14/+13
* Crash less enthusiasticially on _Atomic or __restrict__ on invalid types.Nico Weber2015-01-041-0/+6
* Wrap to 80 columns, no behavior change.Nico Weber2015-01-041-4/+5
* AST: Remove overzealous assertion from IsModifiableDavid Majnemer2015-01-041-6/+1
* Parse: __attribute__((keyword)) shouldn't errorDavid Majnemer2015-01-031-3/+4
* Volatile reads are side-effecting operations, but in the general case of acce...Aaron Ballman2015-01-031-0/+7
* Really don't warn about -flto/fno-lto :-(Rafael Espindola2015-01-031-8/+27
* Also avoid warning on -flto/-fno-lto on linux.Rafael Espindola2015-01-021-2/+7
* Don't warn on unused -fno-lto.Rafael Espindola2015-01-021-2/+3
* DebugInfo: Provide a less subtle way to set the debug location of simple ret ...David Blaikie2015-01-024-12/+23
* Driver: honour the clang-cl behaviour on ARM as wellSaleem Abdulrasool2015-01-021-3/+4
* Driver: reuse getCompilerRT in place of addSanitizerRTWindowsSaleem Abdulrasool2015-01-021-16/+16
* DebugInfo: Remove some now-unnecessary location handling around function argu...David Blaikie2015-01-022-11/+0
* DebugInfo: Fix cases where location failed to be updated after r225000David Blaikie2015-01-022-15/+1
* Instantiation of a CXXMethodDecl may fail when the parameter type cannot be i...Nick Lewycky2015-01-021-2/+4
* CodeGen: Don't crash when a lambda uses a local constexpr variableDavid Majnemer2015-01-011-16/+16
* Driver: unify compiler-rt component selectionSaleem Abdulrasool2014-12-301-37/+28
* Driver: whitespaceSaleem Abdulrasool2014-12-301-9/+7
* Remove a comment that appears a second time 22 lines further down.Nico Weber2014-12-301-3/+0
* Reapply "DebugInfo: Generalize debug info location handling"David Blaikie2014-12-3015-184/+95
* Driver: use the canonical library prefix on WindowsSaleem Abdulrasool2014-12-301-1/+2
* Add a public accessor for GlobalCtors in CodeGenModuleKeno Fischer2014-12-301-0/+5
OpenPOWER on IntegriCloud