summaryrefslogtreecommitdiffstats
path: root/clang/lib
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Driver: unify addClangRT{Linux,Windows}Saleem Abdulrasool2014-12-301-20/+16
* Don't crash on an invalid trailing return type on a function before a '...'Nico Weber2014-12-301-5/+5
* Revert "DebugInfo: Generalize debug info location handling"David Blaikie2014-12-2915-92/+184
* Fix build breakageDavid Majnemer2014-12-291-1/+2
* Parse: Recover more gracefully from extra :: tokens before a {David Majnemer2014-12-291-1/+11
* PR22051: Missing debug location on calls in dtor thunks in Windows.David Blaikie2014-12-291-1/+1
* Use std::find_if instead of manual loop.David Blaikie2014-12-291-8/+4
* Crash even less on malformed attributes in an incorrect location.Nico Weber2014-12-291-1/+4
* Fix use-after-destruction introduced in r224924.Alexey Samsonov2014-12-291-1/+2
* Driver: convert a couple more instances to range based loopsSaleem Abdulrasool2014-12-291-6/+4
* Parse: Ignore '::' in 'struct :: {'David Majnemer2014-12-291-5/+11
* Driver: convert a number of loops to range basedSaleem Abdulrasool2014-12-291-33/+10
* Add an assertion to verify a container is non-empty before calling 'back()'David Blaikie2014-12-291-0/+1
* Reapply "DebugInfo: Generalize debug info location handling"David Blaikie2014-12-2915-184/+92
* Effectively revert r151058 which caused Clang's unwind.h to defer toChandler Carruth2014-12-291-2/+2
* Add a missing declaration to our unwind.h implementation. This isChandler Carruth2014-12-291-0/+2
* [multilib] Teach Clang's code about multilib by threadingChandler Carruth2014-12-292-11/+19
* Sema: Permit array l-values in asm output operandsDavid Majnemer2014-12-291-0/+3
* Sema: Only permit permit modifiable l-values as asm output paramsDavid Majnemer2014-12-291-14/+42
* Don't crash on malformed attributes in an incorrect location.Nico Weber2014-12-291-0/+10
* Sema: Don't crash when solitary :: token appears before { in struct defDavid Majnemer2014-12-291-1/+1
* Sema: Forbid inconsistent constraint alternativesDavid Majnemer2014-12-291-0/+20
* SemaCXX: Don't crash when annotation tokens show up before the tag nameDavid Majnemer2014-12-291-1/+2
OpenPOWER on IntegriCloud